Installation
Jeriko installs as a single binary — no runtime dependencies. Pick your platform and run the one-liner.
Quick Install
curl -fsSL https://jeriko.ai/install.sh | bashVerify
jeriko --versionGet Started
Run the setup wizard, then start chatting:
# Interactive setup — configures AI provider, channels, and connectors
jeriko initManual Install
You can also download the binary directly from the GitHub releases page.
# Download the latest release for your platform
curl -fsSL https://jeriko.ai/install.sh | bash
# Or download manually and move to PATH
chmod +x jeriko
mv jeriko /usr/local/bin/System Requirements
macOS12 Monterey or later (ARM / Intel)
Linuxx86_64 or ARM64, glibc 2.17+
Disk~100 MB for the binary + data
Update
jeriko updateUninstall
rm -f /usr/local/bin/jeriko && rm -rf ~/.jeriko ~/.config/jeriko