Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.16 KB

File metadata and controls

37 lines (24 loc) · 1.16 KB

Datum Tunnels

CLI, GUI app, and shared library for exposing local environments to the internet.

Download

macOS (Homebrew):

brew install datum-cloud/tap/desktop

Direct download:

Download for macOS Download for Windows Download for Linux

Latest release →

Development

Requirements: Rust, Dioxus CLI (cargo install dioxus-cli or cargo binstall dioxus-cli)

Run the GUI:

cd ui
dx serve --platform desktop

Run the CLI:

cd cli
cargo run -- --help