English | 简体中文
Codex Pane is a Windows 11 Codex workbench built on Codex app-server. It runs the codex command already installed on your computer and brings sessions, models, permissions, tool calls, and task status into one desktop interface. Choose the multi-pane workspace to run several tasks in parallel, or the session sidebar to focus on one conversation and switch through your session history.
Run several independent sessions in one window. Each pane has its own session, working directory, model, reasoning effort, and permission state.
Focus on one session while browsing, searching, and switching sessions from the sidebar.
Switch modes at any time in Settings.
- Make sure
codexworks in PowerShell 7. - Open the
win-unpackeddirectory. - Run
Codex Pane.exeand choose a default working directory.
- Create, resume, rename, and switch sessions.
- Set a global default working directory or a separate directory for each pane.
- View replies, commands, diffs, tool calls, approvals, images, subagents, and background tasks.
- Use
/for commands,@for Skills, and$for workspace files. - Attach local files and images, or paste images directly.
- Switch models, reasoning effort, and permission modes from the composer.
Commands: /agents, /cd, /compact, /fast, /goal, /mcp, /new, /permissions, /plan, /ps, /rename, /resume, /review, /skills, /status, /stop.
Application data is stored in the data directory beside the application.
Requires Node.js 24 or later.
npm install
npm run dev
npm run verify
npm run package:win
