Quick start
Prerequisites
- Node.js — a current LTS release.
- Ollama — installed and running, with at least one model pulled (e.g.
ollama pull qwen2.5:14b).
Install from source
git clone https://github.com/jellyclaw-org/jellyclaw.git
cd jellyclaw
# the core engine ships with the CLI MVP — watch the repo
First run Available with the CLI MVP
Once the CLI MVP lands, the first run is: pick a team template, point it at a goal, and let it work.
# planned CLI MVP commands
jellyclaw start --team teams/dev-team.yaml
# agents work; results land in your Telegram
Until then, the overview covers the architecture and config format, and the roadmap lists exactly what ships with the MVP.