Docs
StableEverything you need to run maxc locally, automate it with the CLI, and wire it into your agent workflows.
Quick Start
Install the desktop app, open a workspace, and attach terminals or browsers in seconds.
Steps
- 1. Download the installer for your OS.
- 2. Launch maxc and create a workspace.
- 3. Spawn a terminal or browser surface.
CLI
Control every surface programmatically with one-line commands.
$ maxc terminal spawn $ maxc browser open http://localhost:3000 $ maxc notify --title "Done" --level success
RPC
Use JSON-RPC to drive workspaces and surfaces from any agent or script.
{
"id": "req-1",
"method": "workspace.list",
"params":
}Configuration
Tune fonts, scrollback, and workspace defaults through the config file.
font-family = "JetBrains Mono" font-size = 14 scrollback-limit = 50000