Skip to content
← Back to projects

Omg Dev

omg.dev — Remote control for claude, codex, cursor, opencode, pi, grok, jcocde with mobile client

omg.dev icon

#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.

License: MIT GitHub release Download macOS desktop preview App Store Discord

omg.dev showing a list of coding-agent sessions and an active agent transcript   omg.dev iOS app on the simulator, Live session list

#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.

Download omg.dev for macOS →

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.

omg.dev Board: Needs you, Working, Idle and Shipped columns of agent sessions

PM. Needs you, Working, Idle, Shipped.

omg.dev session with the diff view open, showing a patch file by file

Engineer. Worktree diff, then merge.

omg.dev chat where an agent answers with an interactive funnel chart from the database

Growth. Ask in chat. Chart from your database.

omg.dev chat turning call recordings into objections, risk per deal and follow-ups

Sales. Calls to objections, risk, follow-ups.

omg.dev iOS: Live session list omg.dev iOS: session with an agent question omg.dev iOS: pages menu omg.dev iOS: Notifications

#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.

#License

MIT

New version available.