CLI Installation
Quick Install (curl)
Section titled “Quick Install (curl)”The fastest way to install the HEBBS CLI on Linux or macOS:
curl -sSf https://hebbs.ai/install | shThis downloads the correct binary for your platform and places it in ~/.local/bin/. Make sure this directory is on your PATH.
Install with Cargo
Section titled “Install with Cargo”If you have a Rust toolchain installed:
cargo install hebbs-cliThis compiles from source and installs the binary to ~/.cargo/bin/.
Build from Source
Section titled “Build from Source”git clone https://github.com/hebbs-ai/hebbs.gitcd hebbscargo build --release -p hebbs-cliThe binary is at target/release/hebbs-cli.
Platform Binaries
Section titled “Platform Binaries”Pre-built binaries are available on the GitHub Releases page for:
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | hebbs-cli-linux-amd64.tar.gz |
| Linux | aarch64 | hebbs-cli-linux-arm64.tar.gz |
| macOS | x86_64 | hebbs-cli-darwin-amd64.tar.gz |
| macOS | Apple Silicon | hebbs-cli-darwin-arm64.tar.gz |
Verify Installation
Section titled “Verify Installation”hebbs-cli --versionExpected output:
hebbs-cli 0.1.0Shell Completions
Section titled “Shell Completions”Generate shell completions for your shell:
# Bashhebbs-cli completions bash > ~/.local/share/bash-completion/completions/hebbs-cli
# Zshhebbs-cli completions zsh > ~/.zfunc/_hebbs-cli
# Fishhebbs-cli completions fish > ~/.config/fish/completions/hebbs-cli.fishNext Steps
Section titled “Next Steps”- Commands Reference — learn the available commands
- REPL — start an interactive session