omg.dev
September 15, 2026 · View on GitHub
omg.dev
Not 10 interfaces. One portal for all your agents.
Open-source parallel coding agent harness. Run agents on your computer. Control them from one UI. Install locally, or start with a hosted Computer.
Install on your computer
bun install --global @omg-dev/cli && omg computer setup
Open http://localhost:8766.
Debian, Ubuntu, or macOS. No omg.dev account. On Linux, a normal user with
sudo. Do not run as root.
Open Settings → Coding agents. Supports Claude Code, Codex, Grok, Cursor, omg agent, OpenCode, fx, Muse, DeepSeek, Devin, Jcode, Copilot, and Pi. Sign in with the agent provider.
Try the macOS desktop preview
Apple Silicon. Ships with its own runtime. No separate CLI install.
Unsigned preview. Control-click the app, choose Open, then Open again. Or System Settings → Privacy & Security → Open Anyway.
Use the hosted version
No local server. Runs in the cloud, opens in the browser.
Start with a hosted Computer →
iPhone: omg.dev on the App Store
Built for every role
PMs, engineers, growth, and sales share the same sessions.
PM. Needs you, Working, Idle, Shipped. |
Engineer. Worktree diff, then merge. |
Growth. Ask in chat. Chart from your database. |
Sales. Calls to objections, risk, follow-ups. |
What you get
- Several coding-agent sessions in parallel.
- Transcripts and follow-ups in the web UI.
- Chat, Bots, Schedules, and Notifications in one place.
- Managed sessions keep running when the UI disconnects.
- Your existing agent subscriptions or API keys.
Remote access and security
The local server binds to 127.0.0.1 and has no built-in authentication. Do
not expose it to the public internet.
Phone access through Tailscale:
OMG_TAILSCALE_SERVE=1 omg computer setup
Sign in to Tailscale if setup asks. See remote access and SECURITY.md before you share access.
Manage a local install
omg computer status # check the install
omg computer update # install the latest release
omg doctor # create a sanitized diagnostic report
omg computer uninstall # remove omg.dev and keep sessions and config
Develop from source
git clone https://github.com/BennyKok/omg.dev.git
cd omg.dev
bun install
cp .env.example .env
bun run serve
API is at http://localhost:8766. For the UI, run
cd web && bun run dev in another terminal. bun run serve alone needs a
built web/dist.
Desktop shell: desktop development.
Read CONTRIBUTING.md before a pull request. Help: Discord.