Installation
Choose one of the following methods to install the Bitloops CLI.
Install with curl
On Unix-like systems (Linux, macOS), you can install the CLI using the official install script:
curl -sL https://bitloops.com/install.sh | bash
To 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.
Install with Homebrew
If you use Homebrew on macOS or Linux:
brew install bitloops
If the formula is in a custom tap:
brew tap bitloops/tap
brew install bitloops
Install with Cargo
If you have Rust and Cargo installed, you can install the CLI from crates.io:
cargo install bitloops
After installation, verify by running:
bitloops --help