Oak: Git alternative designed for AI agents with 95% faster snapshots
Tags OSS · AI

Oak is a new version control system built specifically for AI coding agents, offering virtual mounts without full clones, per-task branches, and snapshots up to 95% faster than git (1.4s vs 29.7s for git on 50k files). Written in Rust with content-addressed storage, Oak is compatible with Claude Code, Codex, and Cursor via simple CLI swap. The project self-hosts its own development and was posted to Hacker News on June 21, 2026 scoring 188 points.
Technical significance
Oak addresses a real pain point for AI coding agents that frequently create branches and snapshots. The 95% speed improvement over git for snapshot operations could significantly reduce overhead in agent-driven development workflows, though adoption depends on compatibility with existing CI/CD infrastructure.