Back to features
Native Git Worktrees

Every branch isolated.
Every agent focused.

Spawn a fully isolated worktree per task with its own deps, dev server and agent. Two branches, one window, zero collisions.

What's inside

Git worktrees, finally usable

One pane, one branch

Every pane spawns a real git worktree. No more stashing, no more checkout -f across tabs.

  • Native git worktree created per pane, deleted on close.
  • Branch from any base: main, develop, release/*, or any tag.
  • Auto-detect your repo's branches, no manual picker.

Own everything

Each worktree carries its own dependencies, env file and dev server. Conflicting deps stop being a problem.

  • Own node_modules per branch. No reinstall storms.
  • Own .env + ports. Two dev servers, zero collisions.
  • Own agent bound to that branch's worktree.

Ship without ceremony

Done with a branch? Push, open the PR, clean up the worktree. One button, three steps gone.

  • Push to PR on GitHub or GitLab in one click.
  • Spotlight mode mirrors the active branch to the repo root.
  • Auto-cleanup when the branch is merged.
Live view

Two branches. Zero collisions.

The worktree drawer lists every active branch with its own port, deps and agent. Click any to focus the pane.

raven-nest
+
worktrees · 3 active
Claude · feat/rate-limiter opus-4.7
 git worktree list
~/raven-nest                          d4a91c2 [main]
~/raven-nest/.worktrees/rate-limiter  f8e2b30 [feat/rate-limiter]
~/raven-nest/.worktrees/auth-refresh  a17c440 [fix/auth-refresh]
~/raven-nest/.worktrees/bump-deps     12f9d8e [chore/bump-deps]

 npm run dev
› using .env.local from this worktree
› vite v5.4.2 ready in 384 ms
  ➜ Local:   http://localhost:5173/
  ➜ branch:  feat/rate-limiter
  ➜ deps:    isolated node_modules

 
›› ready to ship 4 commits ahead of main

Every worktree gets its own dev server, deps and agent. Press ⌘W to spawn a new one.

Ready to stop switching?

See it on your stack.
In 15 minutes.

Book a demo and we'll walk you through Nest with the AIs, repos and team you already use. Or grab the free build if you want to dive in first.

or download free
v1.3.1 stable
Local-first · No telemetry
macOS 13+ · Windows 10+ · Linux