fleet v2.0.0 — standalone
Second generation of fleet — fully local, no cloud backend.
- Telegram long-polling (no webhook, no public URL, works behind NAT)
- npm-installable: npm i -g @sand0vvv/fleet -> fleet init -> fleet start
- Claude Code + Codex engines side by side (topic per agent)
- Real terminal windows; park on close, wake on message, sessions continue
- Reliable delivery: on-disk queue + replay, debounce, crash watchdog, single-instance runner
- Voice notes (Groq / OpenAI / local Whisper), files both ways
Legacy cloud architecture lives on the legacy / legacy-docker branches (v1.0.0-legacy*).
See the README for the full guide.