Atmos Computer
Connect Atmos to another machine where your projects run.
Atmos Computer lets Desktop, the browser app, CLI, and mobile app connect to a registered machine. After you connect, projects, terminals, agents, workspaces, Git operations, Canvas, and review actions run on the selected computer.
The Mobile App is currently in development and temporarily unavailable.
Use it when you want to keep the UI on your laptop while the actual work runs on a stronger machine, a home machine, or a cloud box.
What It Does
- Registers a computer under your Atmos account.
- Keeps that computer available while its local Atmos runtime is online.
- Lets your current app switch between local work and a registered computer.
- Routes workspace, terminal, Canvas, review, and agent actions to the selected computer.
- Lets mobile use the same remote machine without running Atmos Server on the phone.
Typical Flow
- Open Settings → Atmos Computer.
- Create or save an Access Key.
- Generate a short-lived register command.
- Run that command on the computer that should run the work.
- Wait for it to appear under My Computers.
- Click Connect.
Once connected, the UI reloads against that computer. Use Use locally when you want to return to the runtime on the machine in front of you.
The mobile app uses the label Access Token for the same user credential. Desktop and Web usually call it an Access Key.
This Computer
The This Computer area registers the machine you are currently using. It is useful when you want this host to appear in My Computers from another device.
My Computers
Registered computers show their online status, last-seen time, and connection actions. Offline computers stay listed but cannot be selected until they reconnect.
From mobile settings, you can also rename or revoke a computer, rotate the token, change Relay URL, and set a private Relay secret when your team self-hosts Relay.
Relay and private relays
Atmos uses Relay to bridge clients and registered computers when they are not on the same local runtime. The default Relay is https://relay.atmos.land. Private Relay deployments may require a Relay URL and secret key.
Register commands can include:
--tokenorATMOS_REGISTER_TOKENfor the one-time register token,--relayorATMOS_RELAY_URLfor a custom Relay,--relay-secret-keyorATMOS_RELAY_SECRET_KEYfor private Relay authentication,--display-nameorATMOS_COMPUTER_DISPLAY_NAMEfor the computer name.
Security Notes
- Guard the access key like a password.
- Registration codes are short-lived and single-use.
- Remove computers you no longer trust.
- Rotate an Access Token if you think it was copied to an unsafe place.
- Connect sessions expire; reconnect when needed.
Related
- Remote Build — step-by-step workflow for building on another machine
- Cross-Platform & Tunnel Connector — local clients and browser tunnels for this computer
- Mobile App — use an online Atmos Computer from iOS or Android