Index / TinyAGI · updated Aug 17, 2026
TinyAGI
TinyAGI/tinyclaw · healthy · rank 16 of 43 by stars
A multi-agent, multi-team orchestrator for solo founders, shipping a browser-based TinyOffice and 24/7 channel bots. Currently experimental but rapidly iterating with Claude-assisted commits.
Facts
Repository
Runtime
Posture
Security breakdown
Composite 65 / 100 · how these are scored
higher is safer
higher is safer
higher is safer
higher is safer
higher is riskier
Model access
Read from the repository, not written by a model · 32 files examined
1 provider · custom endpoint
Pinned models
gpt-5.3-codex released 2026-02-24 — 6 months old (from the public model catalogue)
Pin last edited 5 months ago
Evidence
Decision
Why choose TinyAGI over OpenClaw?
Why choose this
- Multi-agent team orchestration
- Built-in web portal (TinyOffice)
- Linear-style task management
Tradeoffs
- Runs as root in Docker (less secure)
- Experimental stability
- Heavier Node/TS memory footprint
Best fit
- Solo founders needing agent teams
- 24/7 multi-channel AI ops
- Self-hosted dashboard enthusiasts
Avoid if
- Need strict sandboxing
- Want minimal resource usage
- Prefer Rust/Go performance
README and commit history show active development, but community signals are sparse and unrelated; security posture uncertain due to root container execution.
AI layer reviewed Aug 2, 2026 · how this is written
Star activity
3,608 stars today
Overview
TinyAGI (formerly TinyClaw) is a TypeScript-based multi-agent orchestration framework designed for one-person companies. It enables running multiple isolated AI agents organized into teams that collaborate via chain execution and fan-out, with persistent chat rooms and a SQLite-backed task queue for reliable 24/7 operation. The system integrates with Anthropic Claude and OpenAI Codex CLIs, as well as custom OpenAI/Anthropic-compatible endpoints, and provides multi-channel connectivity through Discord, WhatsApp, and Telegram.
Architecturally, TinyAGI comprises a Node.js daemon, a React-based web portal called TinyOffice for real-time monitoring and Linear-style project management, and a plugin system for message hooks and event listeners. Recent commits show rapid UI refactoring, task database migration to SQLite, and Docker improvements (though currently running as root). Unlike OpenClaw which positions itself as a personal AI assistant across devices, TinyAGI emphasizes team simulation and asynchronous agent handoffs within a self-hosted control plane, making it a more specialized alternative for orchestrating autonomous workflows rather than a single lobster assistant.