Matrix OSMatrix OS

Coding Agents

Run supported coding agents inside Matrix OS.

Matrix OS is designed for coding agents that run on the Matrix computer, not on your laptop. The agent gets the same shell, files, repo, dev server, and Matrix skills that you see in the web shell.

Supported agents

AgentTypical commandNotes
Claude CodeclaudeSign in if the CLI asks. Matrix skills are synced into Claude skill discovery.
CodexcodexUse the Matrix onboarding plugin/skills when available.
PipiUse it from a named Matrix shell session when installed.
OpenCodeopencodeSign in or configure provider credentials as needed.
HermeshermesInstall/sync the Matrix skill pack and set the Matrix gateway URL.

Start an agent from the CLI

matrix shell connect -c setup
matrix run -it --session setup -- codex
matrix run -it --session setup -- claude
matrix run -it --session setup -- opencode
matrix run -it --session setup -- hermes

Start an agent from the web shell

cd ~/projects/repo
codex

Use one named session per major workflow. For example: setup, frontend, review, release.

Benefits

  • Agents keep running even when your laptop closes.
  • Dev servers and tests run on the same machine the agent edits.
  • Browser, CLI, and agent sessions share the same workspace.
  • Work can continue from another device without copying repo state.
  • Matrix skills teach agents how to build Matrix apps, use the design system, and debug common app failures.

Credentials remain your responsibility

Sign in to each coding agent only through its own supported CLI flow. Do not paste API keys into chats, docs, or public logs.

How is this guide?

On this page