Open source and self-hosted

Manta is MIT licensed and self-hosted. No account, no telemetry, no vendor, no hosted control plane. You can read every line of the server, the desktop client and the install script before you pipe it into bash. We would rather you did.

antoinedc / MantaUI
Open-source, self-hosted Claude Code and opencode client. Agents run in real tmux on your own Linux box or Mac, and you drive them from desktop, phone or browser over HTTPS.
MIT licenceTypeScriptNode on the boxElectron desktopReact renderer
Licence

MIT, with a working install script you can read

Open source in this product is not a marketing line. The repo carries a working MIT licence, the install script is in the repository, and every line of the server, the desktop app and the phone client is on GitHub.

Self-hosted

No account, no telemetry, no seat count

The product runs on hardware you own. There is no hosted control plane to sign up for, no usage telemetry leaving the box, and no seat count to grow into a bill.

Auditability

The install is auditable end to end

The single sharpest difference between an open source product and a "self-hosted" one is whether the install can be read before it runs. Manta's can.

FAQ

Questions about the licence and the install

Five questions, answered in full.

Where is the source code?

On GitHub at github.com/antoinedc/MantaUI. The server, the Electron desktop app, the React renderer, the phone client and the install script all live in the same repository.

What is the licence?

MIT. The full text is in the LICENSE file at the root of the repository. It is permissive: fork it, modify it, ship a derivative, keep the copyright notice.

What stays on my box?

Everything. Transcripts, uploads, secrets, configuration, schedules, peer metadata, ingress choice. The only outbound traffic is your agent talking to its model provider, and a small push payload carrying the session name when you turn on phone notifications.

Can I run my own gateway or push provider?

Yes. Fork the repo, point the push routing at your own gateway, edit the manifest. The push and webhook modules are designed to be replaced. The same goes for the install script, the installer, and the desktop app.

Does the box phone home?

Only to your model provider and to APNs, when you have phone notifications turned on. There is no analytics SDK, no telemetry beacon, no usage ping. The pricing page covers what you actually pay for.

Put it on your own box

Free, open source, MIT. Runs on a Linux VPS or a Mac you already own.

$ curl -fsSL https://mantaui.com/install.sh | bash