Quickstart
From zero to running AI agent in four steps.
1. Install
Run the one-liner for your platform. See Installation for all options.
curl -fsSL https://jeriko.ai/install.sh | bash2. Setup
The wizard walks you through provider keys, channels, and connectors:
jeriko init3. Start Chatting
Launch the interactive terminal UI:
jeriko4. Run Commands
Jeriko commands work standalone or piped together:
jeriko sys --format text
jeriko health5. Start the Daemon
The daemon enables channels (Telegram, WhatsApp), triggers, and the HTTP API:
# Start in background
jeriko server start
# Check status
jeriko health --format textNext Steps
- API Reference — full HTTP and WebSocket documentation
- Authentication — securing your daemon
- GitHub — source code and issue tracker