| sidebar_position | 1 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sidebar_label | Installation | |||||||||||
| title | Bitloops CLI - How to Install Bitloops | |||||||||||
| description | This article explains how to install the open source Bitloops CLI and begin using it to build high-quality, robust, flexible and maintainable systems using your favourite AI agent. | |||||||||||
| keywords |
|
Choose one of the following methods to install the Bitloops CLI.
On Unix-like systems (Linux, macOS), you can install the CLI using the official install script:
curl -sL https://bitloops.com/install.sh | bashTo uninstall:
curl -sL https://bitloops.com/install.sh | bash -s -- --uninstall:::tip
Downloading and running scripts from the internet can be a security risk. You may want to download the script first, review its contents, then run it with bash install.sh.
:::
If you use Homebrew on macOS or Linux:
brew install bitloopsIf the formula is in a custom tap:
brew tap bitloops/tap
brew install bitloopsIf you have Rust and Cargo installed, you can install the CLI from crates.io:
cargo install bitloopsAfter installation, verify by running:
bitloops --help