← Atlas NT

atlasAI

Claude Code sessions across several machines, from one panel.

A small app that lives in the system tray. Machines find each other over your Tailscale network, one of them becomes the server, and the sessions on the others connect to it.

atlasAI 3 machines connected
Machines
atlas-desk server
gk-laptop 1 client
build-01 client
Pending question gk-laptop
Edit src/auth.ts?
Allow Deny
1 question waiting
The problem

Every machine waits for you on its own.

Work runs on several machines at once and each of them stops now and then to ask for permission. You are the only one who can answer, so you check them one by one. The moment you leave your desk, everything stalls.

atlas-desk waiting for permission
gk-laptop running
build-01 waiting for permission
One panel

Machines find each other, the panel is one.

Machines find each other over your Tailscale network. One is picked as the server, the rest become clients. That is the whole setup — no ports opened to the outside, no central service, no account to create.

Machines tailscale
atlas-desk server
gk-laptop client
build-01 client
The flow

The question lands on the server, the answer runs on its own machine.

When Claude Code asks for permission on a client, the question shows up in the panel on the server. You answer once, and the answer is applied on the machine that asked.

gk-laptop client
Run npm run deploy?
Allow Deny
Waiting work

The question is not lost, the work waits.

If you are away from your desk, nothing is lost. The work stops at a clean point and waits; when you answer hours later, the conversation carries on from where it left off. It does not time out and it does not start over.

gk-laptop waiting 3 h 12 min
Run npm run deploy?
Allow Deny
session paused · context intact
Modules & phases

Decisions live in files in the repo, not in a chat log.

Work is split into separate conversations per module and phase: analysis, coding, testing. Each phase writes its decisions to a file inside the repository and the next phase picks them up. Context ends up in files that travel with git, not in a chat history.

products
analysisdone codingactive testing 
.atlas/decisions/products/coding.md

AtlasAI is in daily use on Atlas NT's own work. If you want to know more, write to us.

This page was produced with that same flow: analysis, coding, testing.

← atlasnt.com