
Install
- macOS
- Linux
- Windows
- Docker
Installs on both Intel and Apple Silicon Macs
Requirements & alternatives
Requirements & alternatives
Requirements:
- macOS 12 (Monterey) or later
- Homebrew package manager
- Adds the Cerulion tap:
cerulion/tap - Installs the universal binary (Intel + Apple Silicon)
- Sets up zsh completions automatically
Verify Installation
command not found, restart your terminal to pick up the updated PATH.
Managing Your Installation
Upgrade
Upgrade
Cerulion can update itself:This downloads the latest signed release, verifies the signature, and replaces the binary. Your configuration and projects are preserved.
Uninstall
Uninstall
- macOS
- Linux
- Windows
- Docker
~/.config/cerulion/ are preserved. Remove them manually if needed.Troubleshooting
Command not found: cerulion
Command not found: cerulion
The binary isnβt in your PATH. Add it:Add this line to your
~/.bashrc, ~/.zshrc, or shell config file.Permission denied
Permission denied
The install script needs write access. Either:
iceoryx2 not ready
iceoryx2 not ready
Shared memory transport requires proper permissions:On Docker, run with
--ipc=host or --shm-size=1g.macOS Gatekeeper warning
macOS Gatekeeper warning
If macOS blocks the binary:Or open System Settings β Privacy & Security (macOS 13+) / System Preferences β Security & Privacy (macOS 12) and click Allow.
