Command-line interface for Onde Inference.
Swift SDK · Flutter SDK · React Native SDK · Website
Manage your Onde Inference account from the terminal. Sign up, sign in, and access the service.
brew tap ondeinference/homebrew-tap
brew install ondepip install onde-cliuv tool install onde-cliDownload the latest binary for your platform from the
GitHub Releases page,
make it executable, and move it onto your PATH:
# macOS arm64 example
curl -Lo onde https://github.com/ondeinference/onde-cli/releases/latest/download/onde-macos-arm64
chmod +x onde
mv onde /usr/local/bin/onde| Platform | File |
|---|---|
| macOS Apple silicon | onde-macos-arm64 |
| macOS Intel | onde-macos-amd64 |
| Linux x64 | onde-linux-amd64 |
| Linux arm64 | onde-linux-arm64 |
| Windows x64 | onde-win-amd64.exe |
| Windows arm64 | onde-win-arm64.exe |
cargo install onde-cligit clone https://github.com/ondeinference/onde-cli
cd onde-cli
cargo build --release
./target/release/ondeondeOpens a terminal UI. Create an account or sign in.
| Key | What it does |
|---|---|
| Tab | move between fields |
| Enter | submit / sign out |
| Ctrl+L | go to sign in |
| Ctrl+N | go to new account |
| Ctrl+C | quit |
Logs go to ~/.cache/onde/debug.log. Nothing touches the terminal output.
Dual-licensed under MIT and Apache 2.0.
© 2026 Onde Inference