Installation
Caboose is distributed as a single binary with no runtime dependencies. Install it via a package manager, the install script, or build from source.
macOS (Homebrew)
Section titled “macOS (Homebrew)”brew install kahanscious/tap/cabooseTo upgrade:
brew upgrade caboosemacOS / Linux (curl)
Section titled “macOS / Linux (curl)”curl -fsSL https://downloads.trycaboose.dev/install.sh | shThe script detects your platform and architecture, downloads the appropriate binary, and places it in /usr/local/bin.
Windows (PowerShell)
Section titled “Windows (PowerShell)”irm https://downloads.trycaboose.dev/install.ps1 | iexUpdate
Section titled “Update”Once installed, Caboose can update itself:
caboose updateThis detects how Caboose was installed (Homebrew, direct binary, etc.) and uses the appropriate update mechanism.
Build from source
Section titled “Build from source”Requires Rust and Cargo.
git clone https://github.com/kahanscious/caboosecd caboose/tuicargo build --releaseThe binary is written to target/release/caboose.
Verify the installation
Section titled “Verify the installation”caboose --versioncaboose --helpNext steps
Section titled “Next steps”Head to the Quickstart to connect a provider and start your first session.