V8 Agent OS Logo V8 Agent OS
Desktop Preview // Supervisor First, Runtime Grounded

Beyond chat.
A desktop-first Agent OS for durable work.

V8 puts the Supervisor in front of every task and keeps execution grounded in runtime state, evidence, artifacts, and explicit boundaries.
The desktop app is the main workspace; specialized modes handle coding, research, media, desktop work, and RPA, while the paired Phone app continues tasks and handles governed approvals remotely.

[01] MEMORY_GRAPH

Evidence-Based Memory and Graph Review

Memory is stored as evidence, preferences, graph relations, and artifacts—not as an unquestioned instruction stream. Maintenance jobs and the Admin graph let operators review, edit, and trace what is recalled.

Memory Graph UI
[02] COST_ROUTING

Role-Based Model Control

Assign different providers and models to the Supervisor, subagents, media work, embeddings, and utility tasks. Health checks and failover expose degraded paths instead of hiding them.

Local Model Routing
[03] REMOTE_OPS

Paired Phone for Remote Continuity

The desktop app remains the main workspace. A paired Phone can continue tasks, answer blocking questions, send voice or files, inspect artifacts, and approve governed side effects while you are away.

Remote App 1 Remote App 2 Remote App 3
[04] PLUGIN_MANAGER

Governed Plugin Manager

Install reviewed CLI, MCP, Skill, and UI components from a signed catalog, including the official AMap CLI. @plugin is a strong hint, while the Supervisor may grant the smallest ready task component set and pass only a subset to a direct subagent.

V8 Plugin Manager
[05] ZERO_TRUST_OPS

Governed Side Effects and Permissions

Workspace boundaries, typed CLI actions, approvals, grant digests, and per-call revalidation keep privileged operations inspectable. Blocked or degraded paths return a recovery route instead of a fabricated success.

Operations Center Approval
[06] DYNAMIC_EXPOSURE

Context-Aware Skills and MCP

General Skills and MCP tools are shortlisted for the current task instead of flooding the model context. Plugin-owned components stay outside that pool until a valid task grant projects them.

Dynamic Skill Reranking
[07] UI_TO_RPA

From Verified Desktop Work to RPA

Computer Use can observe and complete one-off desktop work. Repeatable steps are promoted into RPA only after scope, timing, environment, and verification evidence are explicit.

Computer Use to RPA
[08] AUTO_RUNTIME

Durable Runtime Episodes and Handoffs

Queued episodes, leases, typed handoffs, artifacts, and recovery state keep complex work inspectable across pauses and restarts. The Supervisor still verifies the returned evidence before declaring completion.

Auto Runtime Decoupling
[09] SESSION_TAKEOVER

Safe Cross-Session Task Takeover

A new task can reference earlier goals, confirmed decisions, Spec state, artifacts, failures, and blockers without inheriting the old workspace, permissions, checkpoint, or runtime episode.

[10] SPEC_DELEGATION

Spec Mode and Delegation Contracts

Requirements, design, and task stages keep stable IDs and approvals. Delegated work preserves lineage, exact write sets, self-checks, artifacts, and parent acceptance instead of collapsing into a vague summary.

[11] CREATIVE_MEDIA

Creative Media with Artifact QA

Six stable facades cover planning, assets, jobs, editing, quality, and capability discovery. Recipes, provider locks, sample approval, artifact proof, and QA remain part of the delivery chain.

[12] DESKTOP_COMPANION

Shell-Managed Desktop Companion

The companion follows the active task through a local authenticated control channel, opens settings inside the desktop app, applies saved appearance changes live, and uses graceful shutdown before any force fallback.

Deployment // Desktop Preview

One preview entry.

The current public channel is an unsigned desktop preview, not a signed stable or auto-updating release. It bundles the interface shell, governance layer, and execution runtime; Phone remains the paired remote interaction surface.

Windows (PowerShell)

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/justForever17/v8-agent-os/main/bootstrap.ps1 | iex"

Linux / macOS (Bash)

curl -fsSL https://raw.githubusercontent.com/justForever17/v8-agent-os/main/bootstrap.sh | bash