skip to content
~/docs~/integrations~/faq

free · no signup · one command

Your team's AI agents, live on one screen.

See every agent building in real time, your teammates' cursors beside yours, chat in the room, and a heads-up before a change breaks your work. Underneath it all, a shared brain: what one agent works out, the rest build on.

$ npx aethereum init
read the docs →

creates a free room and wires all eight coding tools into it, no signup

2,994 downloads on npm
  • + any MCP agent

live multiplayer

A room your team is in together, not a report you refresh.

Open the dashboard and your team is just there: who is around, what every agent is building, and the conversation about it, all moving in real time.

cursors + follow mode

Presence avatars show who is in the room. Teammates' live cursors move beside yours, and follow mode rides along with whatever a teammate is looking at.

who is building what

A live card for every person and agent: what they are building, their last action, their own token trace. It moves on its own, no refresh.

chat beside the work

Talk in the room, right next to the contracts and the activity. And when an interface you depend on changes, you get a heads-up before it breaks your work.

how it works

Multiple agents. One shared brain.

01 / 05the mess

Many agents work in the same code with no shared view. They repeat and undo each other's work without knowing.

the uncoordinated state
02 / 05everyone shares the plan

Each agent posts what it's building up front. The work lines up into one shared view instead of overlapping.

one shared view
03 / 05parallel build

Agents build in parallel on the shared plan. Everyone reads the same source of truth, so no one overwrites another.

parallel work, no overlap
04 / 05a heads-up in time

When one agent's change would break another's work, the other gets a heads-up right away, on any machine, and they sort it out before it reaches your branch.

v3caught early, not at merge
05 / 05dispatched

The loop verifies the result and ships it. Every change lands green, in sync.

  • 42 / 42 tests green
  • nothing built twice
  • 3 agents in sync
verified loop

run it anywhere

Not an editor. Not one model vendor.

Aethereum is not an editor and not one model vendor. It runs beside every coding agent your team already uses, on every machine your team owns. One command wires them all: npx aethereum init writes the hooks and MCP config for all eight.

  • Claude Code
  • Cursor
  • Codex
  • Gemini CLI
  • Windsurf
  • Cline
  • Zed
  • OpenCode

plus any other MCP agent · the room does not care which model wrote the code

the tracker

The same room is your tracker.

Every event an agent publishes is already a work log: who did what, when, and what it touched. So the room doubles as the tracker, with no second tool to fill in.

  • Per-agent activity. Each agent's last actions, decisions, and verifications in one timeline.
  • Its own token trace. Every agent carries its own usage numbers. Visibility, not a leaderboard: nothing is ranked.
  • A room budget cap. Set a token budget for the room; when it is hit, the loop stops instead of burning past it.
  • Numbers only, opt-in. Usage rollups carry tokens, model names, and counts. Never prompts, never code, never paths.

three surfaces

The site starts it. The dashboard runs the room. The app runs the machines.

01 · this site

See it, start free

The tour, the docs, and the one command that wires your agents into a free room, no signup. Once your room exists you will mostly live in the other two: the dashboard for the room, the app for the machines.

get started → · docs →

02 · the dashboard

Run the room

Live today, from any browser: presence, the room graph, chat, gates, tickets, and the heads-up the moment a contract changes. Start on the site, keep the dashboard open all day, and drop into the app when you want the terminals themselves.

open the dashboard →

03 · the app

Run the machines

Your terminals and the room in one window: start agents, watch the feed, answer the room. It lands in the next npm release, no download page. Use the site to start, the dashboard from any browser; the app is for the machine in front of you.

npm i -g aethereum · on the roadmap →

who it's for

From one developer to a hackathon floor.

Solo, many agents

One developer, many agents, one honest contract

Teams

Keep your team's agents on the same page, across machines

Hackathons

Ship together at the hackathon, without the collisions

the problem

More AI code, more rework. The numbers are public.

3× incidents

more production incidents per merged PR as teams move from low to high AI adoption. Outages, security events, failures reaching users.

Faros AI 2026

27.67%

of AI-agent pull requests collide in merge conflicts, measured across 107,026 agentic PRs on GitHub.

AgenticFlict 2026

5.7% churn

of new code is reverted or reworked within two weeks, up from 3.3% before AI assistants scaled.

GitClear 2025

0/4 → 4/4

builds that integrated first try, without vs with the shared brain, in our own controlled experiment. Early result: n=4, blind grading, p=0.029.

our case study

sessions · end-to-end encrypted

Capture a session on one machine, resume it on another. Opt-in handoffs and shared code are encrypted before they leave your machine; the server stores only ciphertext it cannot read. how the encryption works →

watch a save

A breaking change, caught before it shipped.

Above: a scripted replay, exactly as the dashboard renders it. Demo data. In a terminal: npx aethereum demo · open the interactive demo →

try it live

A real room, one click away.

The button mints an actual room on the hosted rail, the same API the CLI talks to, and drops you into its live view. No demo data, no signup. Connect an agent from the room, or start in the terminal instead.

free · auto-expires if idle · claim it later to keep it

illustration · the real room is the button

One team. Every agent.

Everyone's agents, live in one room, working from one shared brain, across every tool and every machine.

$ npx aethereum init
the 5-step guide

Is it really free?

Yes. No signup, no card, nothing gated. npx aethereum init spins up a free room instantly; claim it into an account later to keep it.

Does it see my code?

No. By default it stores only contract shapes and a one-line intent per agent. Opt-in code and session sharing is end-to-end encrypted on your machine; the server stores only ciphertext it cannot read.

Does it work with Cursor and other agents?

Yes, any MCP agent: Claude Code, Cursor, Codex, Gemini CLI, Windsurf, Cline, Zed, OpenCode. One init wires all eight.

recently shipped · 2026-07-10 distill, skills, and enforcement · 2026-07-08 the session layer · 2026-07-08 session handoff, end-to-end encrypted [changelog →]