Skip to content

Repository files navigation

MonoCode

MonoCode

A desktop UI for your coding agents.

Screenshot 2026-09-04 at 06 34 00

Works with your subscriptions on Claude Code, Codex, Cursor, Grok Build, OpenCode, Antigravity, Pi, omp, fx, and Hermes Agent. If they’re installed and logged in, MonoCode can run them. Tabs are sessions. The composer is the input. MonoCode does not sell tokens.

Install

Install and log in to at least one provider first:

  • Claude Code - claude auth login
  • Codex - codex login
  • Cursor CLI - agent login
  • Grok Build - curl -fsSL https://x.ai/cli/install.sh | bash then grok login
  • OpenCode - opencode auth login
  • Antigravity (macOS/Linux) - curl -fsSL https://antigravity.google/cli/install.sh | bash, then run agy once to sign in
  • Pi - npm install -g @earendil-works/pi-coding-agent
  • omp - curl -fsSL https://omp.sh/install | sh
  • fx - curl -fsSL https://fx.sh/setup.sh | bash then fx login
  • Hermes Agent - macOS/Linux: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash; Windows PowerShell: iex (irm https://hermes-agent.nousresearch.com/install.ps1); then run hermes model

macOS (Apple Silicon): download MonoCode.dmg, open it, drag MonoCode to Applications.

macOS (Intel): download MonoCode_x64.dmg, open it, drag MonoCode to Applications.

Linux (x86_64): download the .deb or AppImage from GitHub Releases. Install the .deb with sudo apt install ./MonoCode_*.deb, or make the AppImage executable with chmod +x MonoCode_*.AppImage and run it directly.

Windows (x86_64): download the NSIS installer from GitHub Releases and run it.

Some notes

This is very early and you should expect bugs.

Agent access to MonoCode

Type /operator at the start of a composer message to enable MonoCode access in that thread. For example, /operator start two Codex sessions: one to inspect the API and one to review the UI, or /operator list my notes. The slash picker also offers this command. The transcript shows only the request text in a translucent amber bubble; MonoCode removes the command from the request sent to the agent and supplies the local app CLI path and instructions on that turn. Later turns in the same thread can use the CLI without repeating /operator; other threads receive no CLI instructions or app access. The CLI can act only during an active agent turn. The agent can run the shown app --help command for the exact JSON input fields.

  • models.list shows available providers, models, settings, and permission modes.
  • sessions.start opens a tab in the current project with a prompt. By default it submits the prompt; set draft: true to save it unsent without starting an agent turn. It accepts a provider, model, effort or other model settings, permission mode, and current checkout or new worktree choice. Omit runtimeMode to inherit the calling session's permission mode, or set it explicitly to override. It returns the new session ID as soon as the tab and prompt are accepted, so the agent can move it into a folder immediately.
  • sessions.list shows project sessions. sessions.read returns up to three recent user/assistant exchanges, with a cursor for older exchanges and a per-message character cap. sessions.send submits a follow-up to an idle session, while sessions.draft saves an unsent message for the user to review. folders.list and folders.move organize project sessions in sidebar folders, including a new folder.
  • notes.list returns titles and short previews; notes.read returns one full note by ID.

Orchestration workers keep their existing scoped control workflow and do not receive this app access.

Small, focused pull requests are welcome. Anything large is worth an issue first - see CONTRIBUTING.md.

Build from source

Supports macOS, Linux, and Windows.

Need Node.js 20+ and a current stable Rust toolchain. On Linux, ensure standard Tauri prerequisites are installed (e.g. libwebkit2gtk-4.1-dev, libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev). On Windows, the installer bootstraps the WebView2 runtime when it is missing.

npm install
npm run tauri dev

Ubuntu / Debian packages

On an Ubuntu/Debian workstation, the repository can install the native Tauri prerequisites and build distributable Linux packages directly:

npm run setup:linux:deb
npm ci
npm run build:linux

The Linux build emits .deb and AppImage bundles under target/release/bundle/. Tauri loads src-tauri/tauri.linux.conf.json automatically for Linux development and builds.

Windows packages

npm ci
npm run build:windows

The Windows build emits an NSIS installer under target/release/bundle/nsis/. Tauri loads src-tauri/tauri.windows.conf.json automatically for Windows development and builds.

License

MIT. Provider names and logos are trademarks of their owners - see NOTICE.

About

A GUI for your coding agents

Resources

Code of conduct

Contributing

Security policy

Stars

1.2k stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages