Talk to coding CLIs
Use Claude Code, Cursor CLI, Codex, Gemini CLI, Qwen Code, and OpenCode from the same project screen.
Pixcode turns your machine or server into a live workspace for AI coding CLIs. It keeps project workspaces, Monaco editor tabs, terminal panels, Git/local changes, agent automation, Telegram, notifications, MCP, plugins, and API automation in one browser or desktop app.
npx @pixelbyte-software/pixcode
open http://localhost:3001
Pixcode adds the missing operating layer around provider-native CLIs: sessions, visible progress, file changes, shell output, source control, automation history, task planning, remote control, and API access.
It is not a landing page wrapper around one chat box. It is a practical workspace for real projects, long-running agent work, and multiple providers.
Use Claude Code, Cursor CLI, Codex, Gemini CLI, Qwen Code, and OpenCode from the same project screen.
Track Git changes or local filesystem changes, highlight edited files, and open the changed location from the side rail.
Keep the main chat visible while opening files, shell, source control, and project tools in responsive split panels.
Use NanoClaw for multi-CLI conversations, one-shot runs, and schedules; use the production agent loop for review and CI administration.
Keep project-aware task state, bounded events, schedules, and production review records in your own Pixcode instance.
Use REST, WebSocket, and `px_` API keys to connect scripts, services, dashboards, CI, or Telegram to the same backend.
Run Pixcode on a workstation or server, keep sessions alive, and control them from a browser, desktop app, or Telegram.
Use themes, MCP management, plugin surfaces, provider settings, notifications, and model controls without rebuilding the app.
NanoClaw keeps project context across multi-CLI conversations, one-shot runs, and schedules. The production agent loop adds administrator review, CI repair, checkpoints, and scheduler controls with a durable run history.
Pixcode keeps the agent control plane inside your instance and exposes authenticated endpoints for multi-CLI runs, durable schedules, streamed output, artifacts, and production review automation.
POST /api/nanoclaw/run
POST /api/nanoclaw/tasks
GET /api/production-agent-loop/review-queue
The repository includes the project files people expect before they trust, install, contribute to, or recommend a developer tool.
Use npm for a server/local install, or download desktop builds from GitHub Releases. Normal installed usage serves the frontend and backend from port 3001.
npx @pixelbyte-software/pixcodenpm install -g @pixelbyte-software/pixcode
pixcodepixcode daemon install --mode auto --port 3001
pixcode daemon status --mode auto