Oak
Git alternative designed for AI agent workflows

What it does
Oak is an open-source version control system (VCS) designed specifically for AI agents. It provides a command-line client (oak) and a reusable Rust library (oakvcs-core) that agents use to read, write, branch, and collaborate on code. Unlike Git, Oak is content-addressed (using BLAKE3 hashing) and supports lazy mounts that hydrate files on demand, enabling agents to start editing any repository in seconds without a full clone. It also offers sparse (partial) clones for working with large monorepos, and branch-per-session as the default unit of work, with branch descriptions replacing per-commit messages.
Who it is for
Oak is built for developers and teams who use AI coding agents such as Claude Code, Codex, or Cursor. It is also useful for anyone managing large monorepos who wants faster clone and checkout operations. The library (oakvcs-core) can be integrated into other tools or engines that need a content-addressed VCS foundation.
Why it matters
Traditional version control systems like Git were designed for human workflows, not the rapid, session-based interactions of AI agents. Oak rethinks the substrate around how agents actually work: branch-per-session, lazy mounts, and content-addressed storage make agent operations significantly faster. The speed is a consequence of the design, not an afterthought. For teams adopting AI-assisted development, Oak provides a foundation that aligns with agent behavior, reducing friction and wait times.
Launch signal
Oak is in public beta (v0.101.0) and available on GitHub under the Apache-2.0 license. The project is actively developed by a single founder (zdgeier) and was announced on Hacker News. The repository includes a release-readiness proof and supports macOS (Apple Silicon), Linux (x86_64), and Windows (x86_64). The CLI can be installed via a curl script or Cargo.
Brand and naming
The name 'Oak' is short, strong, and memorable, evoking stability and growth—fitting for a foundational tool like version control. The domain oak.space is clean and available, though the .space TLD may be less familiar to mainstream users. The tagline 'Git alternative designed for agents' clearly positions it as a specialized tool for AI agent workflows, differentiating it from general-purpose VCS. The website effectively communicates the core value proposition—speed and agent-centric design—but the technical depth may overwhelm non-developer audiences.
Founder
zdgeier
Related
Get more like this in our weekly newsletter.