thClaws — Summary
thClaws is a native-Rust AI agent workspace built by ThaiGPT Co., Ltd. that runs entirely on-device as a single binary across macOS, Windows, and Linux. It provides four interaction surfaces from the same execution engine: a desktop GUI (Tauri-based with Terminal, Chat, Files, and optional Team tabs), a CLI REPL, a non-interactive one-shot mode, and a self-served webapp for SSH-tunneled remote access. thClaws is multi-provider (Anthropic, OpenAI, Gemini, Qwen, DeepSeek, Ollama, 20+ providers), multi-modal (PDF/DOCX/PPTX/XLSX + image rendering), and ships with a comprehensive knowledge base system (KMS), a three-tier agent orchestration model (Task tool subagents, user-driven side-channel agents, Agent Teams in tmux panes), an eight-event lifecycle hook system, a skill+plugin system, and a built-in /dream feature that uses a side-channel agent to consolidate the KMS from session history. It is the only framework in this batch that implements a native daemon (launchd/systemd-user) for scheduled agents that survive reboots, and one of the few that explicitly adopts open-standard portable formats (AGENTS.md, SKILL.md, CLAUDE.md, .mcp.json).
differs_from_seeds: thClaws most closely resembles claude-flow (own runtime, multi-agent orchestration, multiple surfaces, rich feature set) but is written in Rust and ships as a single native binary instead of an npm package. Unlike claude-flow's 305-tool MCP server, thClaws has no bundled MCP server — it is an MCP client. Unlike all seeds, thClaws ships a Tauri desktop GUI alongside the CLI. The three-tier agent orchestration (Task / side-channel / Agent Teams), the /dream KMS consolidation, the native daemon scheduling, and the full 24-chapter user manual position thClaws as a full agent operating system rather than a development tool plugin.