Show HN: Oak – Git alternative designed for agents
- Developer Tools
- Open Source
- AI
- Infrastructure
Oak is an early version control system that replaces Git rather than wrapping it. Its main claim is that agents should not need to clone a full repository just to make a small change. Oak uses virtual mounts over a filesystem layer so an agent can browse metadata, fetch only the files it touches, and spin up many parallel workspaces without Git worktree friction. The author also claims lower token use through cleaner machine-oriented output and a workflow built around branch-per-agent development, then exporting back to Git where human review, CI, and release machinery still live.
If you are building agent workflows around big repos, sparse access and fast parallel sandboxes are the part to watch, not the "for agents" branding. If Oak wants adoption, it will need hard benchmarks against Git and Jujutsu plus a much clearer migration story back into existing Git-based review and CI flows.
- oak.space
- Discuss on HN