cd /news/developer-tools/show-hn-moo-git-versions-code-moo-ve… · home topics developer-tools article
[ARTICLE · art-51557] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Show HN: Moo, Git versions code, moo versions machines

Ito CTO Evan released Moo, an open-source tool that versions machine states alongside Git repos, enabling isolated microVM environments for each branch or agent attempt. The tool uses copy-on-write disks to fork 20 GB environments in under 500ms, currently supporting macOS Apple Silicon only.

read1 min views6 publishedJul 8, 2026

I'm Evan, CTO of Ito (ito.ai). We do code review that actually runs your code. When we're developing locally, we run lots of coding agents in parallel against the same repo, and we kept hitting the same wall: git worktrees isolate files, but the database, ports, and services all collide.

Moo is a brand new internal tool we use to moove faster and thought we'd share it.

Every branch or agent attempt gets its own isolated Linux machine, and the machine's state is versioned with your repo. Moo save snapshots the runtime tagged with the current commit. Check out an old SHA, run moo new, and you boot the exact runtime that existed there.

It's microVMs with copy-on-write (CoW) disks under the hood. Forking a 20 GB environment is <500ms.

Right now it's only macOS Apple Silicon only due to depending on libkrun and APFS clonefile.

Comments URL: [https://news.ycombinator.com/item?id=48835456](https://news.ycombinator.com/item?id=48835456)

Points: 3

── more in #developer-tools 4 stories · sorted by recency
── more on @ito 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-moo-git-vers…] indexed:0 read:1min 2026-07-08 ·