Binboi Docs/Getting Started/Installation
Installation
Binboi CLI distribution is in progress. Prebuilt installers for the most common platforms are listed below.
Note: Public distribution channels are being prepared. Until then, the CLI is available to early users on request — contact contact@miransas.com.
npm
code
npm install -g @binboi/cliComing soon.
Homebrew (macOS / Linux)
code
brew install miransas/tap/binboiComing soon.
Cargo
code
cargo install binboi-cliComing soon.
pip
code
pip install binboiComing soon.
Curl installer
code
curl -fsSL https://binboi.com/install.sh | shComing soon.
Verify
After installation, confirm the CLI is on your PATH:
code
binboi versionIf the command is not found, add /usr/local/bin (or your platform's equivalent) to your PATH.
Configuration
The CLI stores its config in ~/.binboi/config.json. This includes your saved access token and any server overrides.
To reset:
code
rm -rf ~/.binboiNext
- Authentication — generate an access token.
- Quick start — open your first tunnel.
- CLI reference — all commands.