Manta runs Claude Code on your own VPS, home server or Mac. The agent outlives the laptop because it lives in real tmux on the box, and you reach it from any device with the same session on every one.
Desktop Phone Browser │ │ │ └──── HTTPS ─┴──── HTTPS ─┘ │ <box_id>.boxes.mantaui.com or your tailnet, if Tailscale is up │ YOUR BOX (VPS / Mac) manta-server ── owns tmux, files, secrets ├── tmux ── your sessions │ (keep running with 0 clients) └── opencode ── chat + agent tools
The installer detects and picks. Tailnet when Tailscale is already running, public hostname otherwise. You do not choose.
HTTP at a tailnet IP. Caddy, public DNS and Let's Encrypt are skipped entirely. Devices reach the box at http://<tailnet-ip>:8787.
HTTPS at a per-box hostname. <box_id>.boxes.mantaui.com, with a Let's Encrypt certificate. Caddy terminates TLS, proxies to the box.
Either, on demand. Set MANTA_INGRESS=public or MANTA_INGRESS=tailnet at install time if you want a specific path regardless of detection.
Manta is the box. There is no hosted control plane, no seat count, and no account. You bring the hardware and the model provider. Everything else lives on the machine you control.
There is one decision to make before you install: do you want a tailnet, a public hostname, or whatever the installer picks. Most people pick the third option and forget about it.
The whole point of running Claude Code on a server is that the work keeps going when you are not there. Manta is built around that. Close every client, lose the network, reboot the laptop. When you come back, the session is exactly where you left it.
Five questions, answered in full.
Yes. The installer runs on Debian, Ubuntu and the usual Linux suspects, with Caddy and a Let's Encrypt certificate when you need public ingress. The agent runs in a real tmux session on the box, so it outlives every device that connects to it.
No. If Tailscale is already running on the box, devices connect over your tailnet and nothing is published to the internet. If Tailscale is not running, the installer provisions a hostname and a certificate, which is the only public surface. You never forward a port by hand.
The agent keeps running, because it lives in a tmux session on the box. The box is a system service. When you open a browser or pair your phone again, the same session is there with the full history. The mobile page covers what the phone sees when this happens.
Yes. Pick the tailnet path at install time and the box has no public DNS, no certificate, and no open port. Devices reach it over your tailnet at a private IPv4.
Yes, and the install script is auditable before you pipe it into bash. The repository is MIT licensed and the server runs on hardware you control. The open source page covers what that means in practice.
Free, open source, MIT. Runs on a Linux VPS or a Mac you already own.
$ curl -fsSL https://mantaui.com/install.sh | bash