https://github.com/datum-cloud/app
A desktop app for safely exposing local services on the Internet via Iroh tunnels using QUIC. Built in rust.
https://github.com/datum-cloud/app
Last synced: 2 months ago
JSON representation
A desktop app for safely exposing local services on the Internet via Iroh tunnels using QUIC. Built in rust.
- Host: GitHub
- URL: https://github.com/datum-cloud/app
- Owner: datum-cloud
- License: agpl-3.0
- Created: 2025-10-10T15:10:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T22:07:34.000Z (3 months ago)
- Last Synced: 2026-03-31T00:17:51.439Z (3 months ago)
- Language: Rust
- Homepage: https://datum.net
- Size: 30.3 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iroh - Datum - Expose local services to the internet. (DevTools)
README
## Datum Tunnels
CLI, GUI app, and shared library for exposing local environments to the internet.
### Download
**macOS (Homebrew):**
```bash
brew install datum-cloud/tap/desktop
```
**Direct download:**
[](https://github.com/datum-cloud/datum-connect/releases/latest/download/Datum.dmg)
[](https://github.com/datum-cloud/datum-connect/releases/latest/download/Datum-setup.exe)
[](https://github.com/datum-cloud/datum-connect/releases/latest/download/Datum.AppImage)
[Latest release →](https://github.com/datum-cloud/datum-connect/releases/latest)
### Development
**Requirements:** [Rust](https://rust-lang.org/tools/install/), [Dioxus CLI](https://dioxuslabs.com/learn/0.6/getting_started/) (`cargo install dioxus-cli` or `cargo binstall dioxus-cli`)
**Run the GUI:**
```bash
cd ui
dx serve --platform desktop
```
**Run the CLI:**
```bash
cd cli
cargo run -- --help
```