Arivaran / AI Developer Toolkit

Every AI agent gets its own worktree. Instantly.

Increase your token rate without upgrading your hardware.

Linux · ext4macOS · APFSBetaWindows · NTFSBeta

Plain git

Copied12.2s
git clone repo.git
git worktree add ../feature-a
git worktree add ../feature-b
$EDITOR ../feature-a/app.ts

Working tree ready

The agent blocks until it finishes.

Agent working
Copied up frontThe whole tree
Disk used810 MB

Every agent pays for a full copy before it can start.

Arivaran Git

Lazy
Ready1.1s
git clone repo.git
git worktree add ../feature-a
git worktree add ../feature-b
$EDITOR ../feature-a/app.ts

Working tree ready

Hydrates on access, converges in the background.

ext4 · non-CoW fs

Agent working
Copied up frontPlaceholders
Disk used~284 MB

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, so it blocks for seconds and adds a full 270 MB per worktree; Arivaran Git lays placeholders and returns in about a second, adds about 7 MB per worktree, and shares one copy in page cache. Reads are byte-correct from the object store while files hydrate. Linux and ext4 today; macOS and Windows in beta.

less disk per agent worktree
15-39x
Measured on a 16,197-file, 270 MB repo, on ext4 and XFS.
products, one install
4
Git, Twin, Aran, and Reach from a single install.
locales, RTL included
57
Arabic, Hebrew, Farsi, and Urdu ship right-to-left.

The same worktrees, without the copies.

Spin up 8 parallel agents, each on its own branch. Vanilla git copies the whole repo into every worktree. Arivaran Git hardlinks it, so disk and memory stay flat.

Plain git

8 agents
$git worktree add ../agent-N
Disk added2.1 GB
Memory (page cache)2.0 GB
Distinct inodes, one copy per agent

A full checkout: about 270 MB copied per worktree, with its own page cache.

Arivaran Git

8 agents
$git worktree add ../agent-N
Disk added56 MB
Memory (page cache)255 MB, shared
Shared inodes (nlink 2), one copy for all

A hardlink pass: 16,195 of 16,197 files linked, not copied.

Measured on a 16,197-file, 270 MB repo. For the hardlink worktree pass, wall-clock is about the same either way; the difference is disk and memory. Scaled to 8 parallel agents.

Real product capture

A staged dashboard surface, not a synthetic mockup.

The product band uses a live aaDash capture in a theme-neutral frame so the page has real interface material before the product register.

Captured from the aaDash authenticated dashboard during live UX review and checked in as a raster asset.

Real aaDash dashboard screenshot showing the overview, next best actions, satellites, and recent activity panels.
Real aaDash dashboard capture, framed for the public landing page.

One agent. Four products. One Beam backbone.

Start with the developer workflow, then turn on endpoint continuity, security, and remote access from the same entitlement-aware platform.

Operational views open into wide workbench space when fleets, trees, logs, or timelines need room.

Real aaDash endpoints screenshot used as visual material for the Arivaran Git lead tile.

Arivaran Git

Linux GA

For developers

Fast, safe git worktrees for parallel AI coding - powered by MOWI write-intent protection.

Real aaDash dashboard screenshot used as visual material for the Arivaran Twin lead tile.

Arivaran Twin

Windows GA

For IT & MSPs

Always-current, browsable, bootable endpoint twins for continuity by default - not just backup.

Arivaran Aran

Shipping

For security teams

Endpoint security with AI-agent runtime protection and Aran Cage isolation.

Arivaran Reach

Early access

For IT & support

Browser-based remote access to running, frozen, booting, or powered-off endpoints through zero inbound ports.

Beam is the transport. Publish is the developer on-ramp.

Arivaran Beam Publish gives any local port a public HTTPS URL - outbound-only, no inbound ports, provider-blind relay.

aasetup publish localhost:3000
Create account