v0.1 · open-source · AGPL-3.0

All your VPS and CLIs
in one mobile interface.

Forever freeno card · no trial

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

prod-fra-1· checkout-api
claude
Ship the dark-mode PR to staging

Running on prod-fra-1:

  • merge feat/dark-mode
  • build & deploy to staging
shell · pnpm deploy:staging · running…

Deployed. Smoke tests green. Closing the app — agent will keep going.

Reply or hold mic to speak…

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 →
Built mobile-first

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.

home-mac· autmzr-command
claude
Add error handling to /api/upload
Reading src/api/upload.ts. I'll wrap with try/catch and return a structured error.
edit · src/api/upload.ts · +18 -2
Done. Want a test for the failure path?
Reply to claude…
Chat
Devices
4 connected · 3 online
home-mac
Mac mini · M4
vps-fra-1
Hetzner · 4GB · Frankfurt
work-laptop
MBP M3 Pro
gaming-pc
Ryzen 9 · WSL2
+ Add device
Devices
New project·vps-fra-1·Pick folder
/home/user/projects
autmzr-command
logistics-calc
pocket-claude
rfs-mcp
experiments
← Back
Select this folder →
New project
Plan
FreeActive
LICENSE
AGPL-3.0
LIMIT
Unlimited
Every feature, no limits. Free forever, open-source.
Subscription

← scroll to see all screens →

Same UI on desktop

Open it on a laptop. Same app, just wider.

cmd.autmzr.com/app
autmzr command
Devices
home-mac
vps-fra-1
work-laptop
Projects
autmzr-command
logistics-calc
pocket-claude
autmzr-command· home-mac
claude
Refactor the auth flow into a hook
Looking at AuthScreen.tsx. I’ll extract:
  • useAuth() — state + submit
  • useInviteCode() — URL parse
edit · src/hooks/useAuth.ts · +47 -3
Done. Tests pass. Want me to wire it into the page?
Reply to claude…

How it works

Three steps and you're running.

One curl on each box, one web app on every screen.

1

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
2

Plug in your CLIs

Install Claude Code, Gemini CLI or any other agent on your servers. Authenticate once — then drive everything from the app.

prod-fra-1
claude · online
home-mac
gemini · online
staging-vps
offline
3

Open it on your phone

All your VPS and projects in one place. Kick off tasks, monitor progress, dictate prompts by voice.

Roll back the last deploy on prod-fra-1
On it. Reverting to 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.0
Freeforever

Bring 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
Start freeGet the code

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.