TinyClaw
TinyAGI/tinyclaw
A multi-agent orchestration platform that runs collaborative AI teams across Discord, WhatsApp, and Telegram with isolated workspaces. Its experimental energy and monorepo architecture make it the scrappy, community-driven cousin in the Claw ecosystem.
Why choose TinyClaw over OpenClaw?
Quick recommendation layer first, deeper analysis second. Use this before diving into metrics and architecture details.
- Better fit than OpenClaw for shared workspaces, teams, or operations-heavy usage.
- Emphasizes isolation and containment where OpenClaw often prioritizes raw flexibility.
- Still less proven than OpenClaw in maturity, docs depth, or production mileage.
- Heavier operational setup than simpler solo or hobby-grade local agents.
- Still needs careful sandboxing and guardrails before trusted production use.
- Security-sensitive self-hosters
- Teams needing shared agent workflows
- You only want battle-tested projects with a long public track record
- You just need a personal assistant, not a team workflow layer
- You cannot tolerate elevated execution risk without extra hardening
Limited evidence available. Use the primary sources before making a production decision.
AI decision layer last reviewed Apr 20, 2026. Helpful, but still inference-heavy enough to double-check primary sources.
Source window: GitHub metadata, README, recent commits, latest release, Reddit, Brave search
Community Pulse
Security Radar
How it's evaluated
Isolation from host OS. 10 = Fully virtualized (Docker/Wasm); 1 = Direct local execution.
Safety of external connections. 10 = End-to-end encrypted/Scoped; 1 = Plaintext/Broad access.
Traffic control. 10 = Air-gapped/Offline-first; 1 = Unrestricted internet access.
Privacy level. 10 = Zero telemetry/Zero tracking; 1 = Extensive logging/reporting.
Command safety. 10 = No unsupervised shell; 1 = Raw, unmonitored shell access.
Security radar summary for TinyClaw.
- TinyClaw: Sandboxing 5 of 10, API Security 7 of 10, Network Isolation 4 of 10, Telemetry Safety 6 of 10, Shell Protection 2 of 10.
Evaluation Scale: 10 = Maximum Safety / 1 = High Risk
Star Growth (2026)
Star history summary.
- tinyclaw: 104 recorded points. From 250 stars on 2026-01-01 to 3,524 on 2026-04-21.
ClawVerse News
Latest articles and global buzz
Technical Showdowns
TinyClaw is a multi-agent AI assistant platform that distinguishes itself through its team-based orchestration model, where multiple AI agents with specialized roles collaborate on tasks via chain execution and fan-out patterns. Unlike OpenClaw's single-agent focus, TinyClaw emphasizes isolated workspaces and persistent team chat rooms, enabling 24/7 operation across Discord, WhatsApp, and Telegram channels simultaneously.
The architecture is built as a TypeScript monorepo with packages for core functionality, CLI tools, team orchestration, and a Next.js-based web portal called TinyOffice. It uses SQLite for message queuing with atomic transactions and retry logic, and integrates with both Anthropic Claude (via Claude Code CLI) and OpenAI Codex providers. The plugin system allows extending functionality through message hooks and event listeners.
Security-wise, TinyClaw runs agents with shell access through tmux sessions, presenting higher risk than sandboxed alternatives. Auth token management stores API keys per provider, but the experimental stability badge and lack of explicit sandboxing mean it's better suited for trusted environments. Recent commits show active development with real-time streaming responses, CLI migration to @clack/prompts, and continuous refinement of team communication flows.