All your VPS and CLIs
in one mobile interface.
One CLI subscription. Every server you own. Voice control from anywhere — your phone is the IDE now.
Open source for self-host · Mobile-first · Voice input
Running on prod-fra-1:
merge feat/dark-modebuild & deploy to staging
Deployed. Smoke tests green. Closing the app — agent will keep going.
The problem
Sound familiar?
Idea hits in transit.
You jot down "do it tonight" — by night you don't even remember why.
Prod breaks at 2am.
Time to dig out the laptop, SSH in, debug by hand — long after you should be sleeping.
One $200 sub, three servers.
You bought a CLI subscription. You have three servers. It only runs on one of them.
Telegram bots fall over.
They crash, lose context, die after 5 minutes mid-task — and pretend they finished with a fake "✅ done".
Sound exactly like your week?
Try Autmzr free →Phone first.
Desktop is just a wider mobile.
Most Claude UIs are desktop apps with phone-shaped CSS bolted on. We did it the other way: every screen drawn on a 390-pixel phone first, then allowed to breathe on a laptop.
← scroll to see all screens →
Open it on a laptop. Same app, just wider.
How it works
Three steps and you're running.
One curl on each box, one web app on every screen.
Install on any server
One curl. Self-host on your own VPS — free forever, no telemetry, no limits.
$ curl https://cmd.autmzr.com/install | bash -> master ready on https://your-domain
Plug in your CLIs
Install Claude Code, Gemini CLI or any other agent on your servers. Authenticate once — then drive everything from the app.
Open it on your phone
All your VPS and projects in one place. Kick off tasks, monitor progress, dictate prompts by voice.
v1.4.2 and re-running migrations. I'll keep going if you close the app.What it does
Built for the way you actually work now.
One CLI, every server
Plug a CLI into one box — it works across the rest through a built-in proxy. One subscription instead of three.
Async — fire and forget
Kick off a task, close the app, walk away. The agent keeps running on your server for as long as needed.
Voice input
Typing long prompts on a phone is painful. Hold the mic, dictate, send. Audio stays in your browser.
Multi-vendor
Claude Code and Gemini CLI today. Codex, Aider, Cursor CLI on the roadmap. Same UI, different brains.
Your keys, your servers
OAuth tokens, API keys, agent context — all stay in your infrastructure. No third-party broker, ever.
Multi-project
Any number of projects on any number of servers, all in one mobile dashboard. Switch context with a tap.
Pricing
Free. Forever.
Open-source and self-hosted. Run it on your own server, bring your own Claude or Gemini subscription, and use it with no limits. No card, no trial, no feature-gating.
Autmzr
AGPL-3.0Bring your own server. Clone, configure, ship.
- Every feature, no limits
- Any number of servers, projects, CLIs
- Your domain, your data, your backups
- No telemetry, ever
- Community support on GitHub
Your Claude/Gemini key or subscription stays yours. We don't resell anyone's tokens.
FAQ
Honest answers to honest questions.
Your secrets stay in your infrastructure. Period. In self-host: keys live in your Postgres, never leave your network. We literally cannot see them. In cloud: keys are encrypted at rest with libsodium sealed boxes, decrypted only at the moment an agent starts a task. Even our database admin cannot read them.
The agent on your server runs in a sandboxed namespace. It physically cannot access ~/.claude/* or read other processes' memory. Verify it yourself: every line is open source under AGPL-3.0.