GitClaw
open-gitagent/gitclaw
A git-native AI agent framework where identity, rules, memory, and tools are version-controlled files. Recently refactored to split voice into an optional package, shrinking core for sandboxed CI use.
Why choose GitClaw over OpenClaw?
Quick recommendation layer first, deeper analysis second. Use this before diving into metrics and architecture details.
- Agent config fully version-controlled in git (diff/branch personalities)
- Slim core for sandboxed CI with optional voice package
- Declarative YAML tools and composable skills modules
- No native mobile/Android support like OpenClaw
- Smaller community (598 stars vs OpenClaw ecosystem)
- Requires Node.js and git proficiency, less beginner-friendly
- Developers wanting agent config in git
- Teams needing version-controlled AI personas
- CI/sandbox environments via slim install
- Users wanting turnkey no-config assistant
- Those averse to command-line git workflows
- Environments without Node.js 18+
Evidence from README and commit history shows active development and git-native design, but external community feedback is absent (Reddit 0, web snippets unrelated). Uncertainty around multi-user and exact security posture.
AI decision layer last reviewed Jul 13, 2026. Useful guidance with a reasonable evidence base behind it.
Source window: GitHub metadata, README, recent commits, latest release, Reddit, Brave search
Community sentiment
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.
Scale: 10 = maximum safety, 1 = high risk
Star Growth (2026)
ClawVerse news
Latest articles and global buzz
Trending Mentions
Technical showdowns
GitClaw (formerly GitAgent) is a universal git-native AI agent framework that treats the agent itself as a version-controlled repository. Core identity, rules, memory, tools, and skills are stored as files (agent.yaml, SOUL.md, RULES.md, memory/, tools/, skills/, hooks/), enabling developers to fork, branch, and diff agent personalities and behaviors using standard git workflows.
The architecture emphasizes modularity and supply-chain safety. Following version 2.0, the project split its voice UI into an optional @open-gitagent/voice package, reducing the core tarball by 52% and removing unused dependencies to pass strict sandbox scanners. The framework provides a CLI and SDK, supports multiple LLM providers (OpenAI, Gemini), declarative tools with image output, and lifecycle hooks (pre_query, post_tool_failure, file_changed).
Compared to OpenClaw, GitClaw leans into developer-centric git workflows rather than broad OS/mobile integration. It offers strong version control of agent state but lacks native mobile clients and has a smaller community footprint. The slim install mode makes it suitable for CI environments, while the full install adds a browser-based voice UI.