AI command center with LLM integration
| Architecture | File | Install |
|---|---|---|
| AMD64 (x86_64) | cicerone_amd64.deb |
sudo dpkg -i cicerone_amd64.deb |
| ARM64 (aarch64) | cicerone_arm64.deb |
sudo dpkg -i cicerone_arm64.deb |
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/cicerone_amd64.deb -o cicerone.deb
sudo dpkg -i cicerone.deb
cicerone version
| Architecture | File | Install |
|---|---|---|
| AMD64 (x86_64) | cicerone_amd64.rpm |
sudo rpm -i cicerone_amd64.rpm |
| ARM64 (aarch64) | cicerone_arm64.rpm |
sudo rpm -i cicerone_arm64.rpm |
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/cicerone_amd64.rpm -o cicerone.rpm
sudo rpm -i cicerone.rpm
cicerone version
Works on any Linux distro. No install needed โ just make executable and run.
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/cicerone_amd64.AppImage -o cicerone
chmod +x cicerone
./cicerone version
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/cicerone_linux_amd64.tar.gz | tar xz
sudo mv cicerone /usr/local/bin/
cicerone version
Downloads from the releases page:
Also available as a portable .zip โ download from the releases page above.
brew install crab-meat-repos/tap/cicerone
cicerone version
| Architecture | File | Install |
|---|---|---|
| AMD64 (Intel) | cicerone_darwin_x86_64.tar.gz |
tar xz && sudo mv cicerone /usr/local/bin/ |
| ARM64 (Apple Silicon) | cicerone_darwin_arm64.tar.gz |
tar xz && sudo mv cicerone /usr/local/bin/ |
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/cicerone_darwin_amd64.tar.gz | tar xz
sudo mv cicerone /usr/local/bin/
cicerone version
All releases include a checksums.txt file. Download and verify your installer:
# Download checksums
curl -L https://idm.wezzel.com/crab-meat-repos/cicerone/-/releases/latest/downloads/checksums.txt -o checksums.txt
# Verify a specific file
sha256sum cicerone_amd64.deb
grep cicerone_amd64.deb checksums.txt
After installing, enable tab completion for your shell:
# bash
cicerone completion bash >> ~/.bashrc
source ~/.bashrc
# zsh
cicerone completion zsh >> ~/.zshrc
source ~/.zshrc
# fish
cicerone completion fish > ~/.config/fish/completions/cicerone.fish
| Platform | Command |
|---|---|
| Linux (.deb) | sudo dpkg -i cicerone_NEW_amd64.deb |
| Linux (.rpm) | sudo rpm -U cicerone_NEW.rpm |
| Linux (AppImage) | Replace the file โ no other steps needed |
| macOS (Homebrew) | brew upgrade crab-meat-repos/tap/cicerone |
| macOS (tarball) | Download new tarball and extract over the old one |
| Windows (NSIS) | Run the new installer โ it upgrades automatically |
| Platform | Command |
|---|---|
| Linux (.deb) | sudo dpkg -r cicerone |
| Linux (.rpm) | sudo rpm -e cicerone |
| Linux (AppImage) | rm cicerone |
| macOS (Homebrew) | brew uninstall cicerone |
| macOS (tarball) | sudo rm /usr/local/bin/cicerone |
| Windows | Use "Add or Remove Programs" or re-run the installer โ Uninstall |