✍️Writing & Content23🎨Image Generation32🎬Video & Animation64🎵Audio & Music49💬Chatbots & Assistants36💻Coding & Development155📈Marketing & SEO52Productivity139🎯Design & UI/UX52📊Data & Analytics36📚Education & Research24💼Business & Finance50🏥Healthcare & Wellness18🔍Search & Knowledge14🤖AI Agent Infrastructure25🛡️AI Security & Testing2🧊3D & Spatial14🔎SEO Tools5🏡Real Estate4🗃️Data Extraction3🧠ADHD & Focus Tools9
Listed in Coding & Development with 158 other toolsPart of 940+ curated AI tools on AISO
Oak logo

Oak

Agent-native version control that replaces Git in the agent inner loop, with a public benchmark harness

freemiumFree tier: personal account, unlimited repos, 10 GB storage, 2,000 hosted CI minutes/month, up to 3 open branches per repo, pushes never metered. Pro $10/month adds unlimited open branches, 100 GB storage, and 3,000 CI minutes with runs up to 2 hours. Team is $30 per seat per month. Yearly billing gives two months free.View full pricing →

About Oak

Oak is a version control system built specifically for repositories that coding agents work in, on the argument that Git's data model was designed for humans reading history rather than for fleets of agents snapshotting and reverting constantly. It installs with a single shell command and does not require changing your model, harness, or IDE — you point agents at Oak and the workflow is otherwise the same. The pitch is latency, and the site publishes a benchmark harness you can run yourself rather than only claiming numbers: on repositories with many small files an initial snapshot drops from about 29.7 seconds to 1.4 seconds, task snapshots on multi-gigabyte binaries from 5.2 seconds to 321 milliseconds, and agent setup (clone plus checkout) on a wide config refactor from 540 milliseconds to about 59. The team is unusually candid about where it loses: repo init on 50,000 files, process cold start, and uncached dirty status are all currently slower than Git, and those rows are published on the same page as the wins. Large files are content-addressed and deduped across versions, and lazy mounts over FSKit or FUSE mean an agent does not have to clone full history to open one path. There is an `oak export` path back to plain Git, so adopting it is not a one-way door.

Key Features

Drop-in for agent workflows — no model, harness, or IDE change required
Published benchmark harness with both wins and losses against Git
Content-addressed large files, deduped across versions
Lazy mounts over FSKit or FUSE so agents skip full-history clones
Parallel worker checkouts for multi-agent repos
oak export back to plain Git — no lock-in

Tags

version controlgit alternativecoding agentsdeveloper toolsbenchmarks
🏷️

Is this your tool?

Claim your listing to get a Featured badge, edit your description, and stand out from competitors. All plans include a permanent dofollow backlink to your site.

Claim Now →

ChatGPT already recommends Oak. Does it recommend yours?

If you're building in Coding & Development, run a free AI-visibility scan on your own product — we ask ChatGPT across 5 prompt angles and score how often you get named. ~30 seconds, no signup, no card.

Stay updated on Coding & Development tools — join our weekly newsletter

One concise email with fresh launches, trending picks, and featured standouts.

Agent connectivity: not yet verified