Arivaran product portfolio
Tools for parallel agents and endpoint teams.
Choose Git, Twin, Aran, Reach, or Beam by the job you need to do.
Arivaran Git
Fast, safe git worktrees for parallel AI coding, with MOWI write-intent protection.
Open Arivaran GitPlain git
Working tree ready
The agent blocks until it finishes.
Every agent pays for a full copy before it can start.
Arivaran Git
LazyWorking tree ready
Hydrates on access, converges in the background.
XFS · reflink-capable fs
Editing breaks out one file. The rest stay shared, so disk and cache stay flat.
Illustrative of the lazy-vs-copy behavior on a measured 16,197-file, 270 MB repo (#10862): plain git copies the whole tree on clone and every worktree add, adding a full 270 MB per worktree; Arivaran Git lays placeholders and adds about 7 MB per worktree on XFS (the figure animated here) and about 19 MB on ext4, in line with the measured 15-39x disk range, and shares one copy in page cache. The lane pacing is illustrative: in the same bench a deferred clone returned in 1.5 s versus 2.7 s for a full clone on XFS, while worktree-add wall time was comparable either way; the measured win is disk and page cache. Reads are byte-correct from the object store while files hydrate. Linux is GA on XFS and ext4 today; macOS and Windows are in beta.
Arivaran dogfood
We learned the copy tax the hard way.
A Claude session put several coding agents in one checkout. Branch operations raced against uncommitted work, so the next run moved each agent into its own worktree.
“One honest note carried into memory for next time: I merged the P0 batch with agents but forgot isolation:"worktree", so they raced in the shared worktree (no damage — main is correct and my state intact, but it's the trap my own memory already flags; I'll pass isolation on parallel coding agents going forward).”
The safe choice had a cost.
Plain Git worktrees isolate each agent, but each checkout materializes another copy of unchanged files.
Keep the isolation. Lose the copy tax.
Arivaran Git keeps separate worktrees and shares unchanged files. A write gets a private inode before it can change another branch.
A short path to an agent-ready worktree.
The live sequence appears only after the public activation contract provides a complete, verified path.
15-39x
less incremental disk per agent worktree
One measured Git result.
The source-build benchmark remains inspectable while public activation is release-gated.
Measured on a 16,197-file, roughly 270 MB repository across XFS and ext4.
Read methodology #10862Five destinations, one clear next step.
Choose the product page that owns your job. Each destination states its current scope and next action.
- Release-gated
Arivaran Git
Public activation is unavailable. No install command is published until the signed distribution, deterministic verification, and safe rollback contract passes.
Open Arivaran Git - Windows GA path, cross-platform agent coverage
Arivaran Twin
Browse protected files and download one selected file from a stored recovery point.
Open Arivaran Twin - Shipping anchor component
Arivaran Aran
Review endpoint trust and application-control decisions.
Open Arivaran Aran - Managed access shipping, every-state paths in beta
Arivaran Reach
Open governed browser sessions to enrolled endpoints.
Open Arivaran Reach - Transport backbone, Publish PLG surface
Arivaran Beam
Publish a local HTTP service through an outbound connection.
Open Arivaran Beam