9 releases
| new 0.2.1 | Feb 13, 2026 |
|---|---|
| 0.2.0 | Jan 29, 2026 |
| 0.1.9 | Jan 28, 2026 |
#2112 in Development tools
20KB
237 lines
Cadance Tunnel CLI
Expose local ports via Cadance tunnels.
Installation
Linux & macOS
curl -fsSL https://raw.githubusercontent.com/cadance-io/cli/main/install.sh | sh
- Linux: Downloads prebuilt static binary to
~/.local/bin - macOS: Installs via
cargo install(installs Rust if needed)
Options:
CADANCE_VERSION- Install specific version (default: latest)CADANCE_INSTALL_DIR- Custom directory (Linux only)
Windows / WSL / All Platforms
cargo install cadance
Verify: cadance --version
Direct Download
GitHub Releases - Linux binaries (static musl):
| Architecture | File |
|---|---|
| x86_64 | cadance-x86_64-unknown-linux-musl.tar.gz |
| ARM64 | cadance-aarch64-unknown-linux-musl.tar.gz |
Usage
cadance tunnel <PORT> --token <TOKEN>
| Variable | Description |
|---|---|
CADANCE_TOKEN |
API token (alternative to --token) |
CADANCE_API_URL |
API endpoint (default: https://api.cadance.io) |
License
MIT
Dependencies
~6–25MB
~317K SLoC