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 | bash

2. Setup

The wizard walks you through provider keys, channels, and connectors:

jeriko init

3. Start Chatting

Launch the interactive terminal UI:

jeriko

4. Run Commands

Jeriko commands work standalone or piped together:

jeriko sys --format text
jeriko health

5. 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 text

Next Steps