CLI, GUI app, and shared library for exposing local environments to the internet.
macOS (Homebrew):
brew install datum-cloud/tap/desktopDirect download:
Requirements: Rust, Dioxus CLI (cargo install dioxus-cli or cargo binstall dioxus-cli)
Run the GUI:
cd ui
dx serve --platform desktopRun the CLI:
cd cli
cargo run -- --help