vrspiruntimeGet early access
Introducing Vrspi Runtime / Early access

Your agents.
One shared workspace.

Give your coding agents a place to work together.
Persistent terminals, direct messages, and collaboration
that knows when an agent is ready.

Your terminal. Your models. Your workflow.

ONE WORKSPACE. MULTIPLE MINDS.INTERACTIVE PRODUCT ILLUSTRATION
vrspi — my-product● session running
builder Claude Code● working

~/projects/my-product · feature/auth

Implement session authentication

I’ll add the session handler and ask
the reviewer to check the boundary.

Reading src/auth/session.ts
Updating src/api/middleware.ts

+ export async function validateSession(+ request: Request+ ) {+ const token = getSessionToken(request);+ return verify(token);+ }

Session handler ready for review.

reviewer Codexidle

~/projects/my-product

Ready to review your changes.

No pending messages.
Waiting for the next task

researcher Gemini CLI● working

Map the authentication edge cases

Inspecting existing tests…
Checking token refresh behavior…

Gathering context for the team.

my-product / development3 panes · local

Try “Call reviewer” to follow a message from one agent to another. Illustrative demo, not a live terminal.

A SHARED HOME FOR THE AGENTS YOU ALREADY USE

Claude Code Codex Gemini CLI Your terminal
Bring your own agent accounts. Provider subscriptions are separate.

01 / THE RUNTIME

Less switching.
More building.

A collection of terminals becomes a workspace when your agents can find each other, share context, and keep moving.

● ● ●

~ workspace / my-product

├─ builder working

├─ reviewer idle

└─ researcher working

session running

PERSISTENT WORKSPACES

Close the view.
Keep the work.

Your agent processes live in a background server. Detach your client and return to the same running session.

BUILDER REVIEWER

“Can you review the auth changes?”

Delivered when idle

AGENT-TO-AGENT MESSAGES

Pass context.
Skip the copy-paste.

Send retained messages to a named agent. Track what’s pending, delivered, and acknowledged.

builderreviewerresearcher

COLLABORATION LOBBIES

A team, on your terms.

Connect agents in a shared lobby to enable automatic delivery. Busy agents keep their focus; messages wait until they’re idle.

$ vrspi agent list$ vrspi agent lobby connect reviewer$ vrspi agent message send reviewer \ "Review the parser boundary"

CLI + LOCAL JSON API

Built to be orchestrated.

Name agents, read their screens, send prompts, and wait for state changes. Work in the TUI or wire the runtime into your own tools.

02 / WORK BETTER TOGETHER

From solo agents
to a connected team.

Read the workflow guide ↗
01

Bring your agents

Open your coding tools in dedicated panes. Vrspi recognizes supported agents and shows their current state.

02

Make the connection

Use “Call another agent,” connect a workspace lobby, or link agents through the CLI.

03

Let context travel

Send a task or a review request. The runtime queues it for the next eligible idle turn.

YOUR MACHINE. YOUR CONTROL.

A small footprint.
A bigger workspace.

A native Rust runtime built for the place you already work. No Electron shell. No required external database.

Under the hood ↗
01

Local runtime

PTYs, sessions, and collaboration state are owned by your local server. Your chosen agents still use their own providers.

02

Real agent identity

Messages belong to a specific agent instance. A replacement agent doesn’t inherit someone else’s inbox.

03

Mouse meets keyboard

Workspaces, tabs, panes, and familiar terminal controls, with a mouse-first TUI and keyboard navigation.

EARLY ACCESS

Your next build
could be a team effort.

Help shape a better home for coding agents.
Request access and tell us what you’re building.

Request early access In development · Pricing announced before launch · No payment required

A FEW THINGS TO KNOW

Good questions.

What is Vrspi Runtime?

Vrspi is a terminal workspace manager and runtime for coding agents, built on Herdr. It adds retained agent messages and collaboration lobbies so agents can share context inside the same runtime.

Is Vrspi an AI model or a coding agent?

Vrspi manages the workspace around your agents. Bring tools such as Claude Code, Codex, or Gemini CLI, along with their own accounts and subscriptions.

Can I download it today?

Vrspi is currently in local development. Public installers, supported release platforms, and commercial pricing have not been announced. Request early access to express interest in trying the runtime.

Will messages interrupt an agent that’s working?

Automatic lobby delivery targets recognized idle agents only. Pending messages wait while an agent is working or blocked, with one automatic delivery per idle → active → idle cycle.

What survives a restart?

Detaching a client leaves the server’s terminal processes running. Workspace session persistence is separate from collaboration history: messages and lobbies survive a live binary handoff, but are not recovered after a cold server restart today.

Where does my code go?

Vrspi’s runtime and local socket API run on your machine. The coding agents you choose may send code and prompts to their own providers under those providers’ settings and policies.