Index / GitClaw · updated Aug 17, 2026
GitClaw
open-gitagent/gitclaw · healthy · rank 28 of 43 by stars
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.
Facts
Repository
Runtime
Posture
Community
Security breakdown
Composite 70 / 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 · 53 files examined
3 providers · custom endpoint
Pinned models
gpt-4o-mini released 2024-07-18 — 2 years old (from the public model catalogue)
Pin last edited 24 days ago
Evidence
Decision
Why choose GitClaw over OpenClaw?
Why choose this
- 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
Tradeoffs
- No native mobile/Android support like OpenClaw
- Smaller community (598 stars vs OpenClaw ecosystem)
- Requires Node.js and git proficiency, less beginner-friendly
Best fit
- Developers wanting agent config in git
- Teams needing version-controlled AI personas
- CI/sandbox environments via slim install
Avoid if
- 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 layer reviewed Aug 2, 2026 · how this is written
Star activity
651 stars today
Overview
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.