Oh My Pi
Oh My Pi (omp) is an open-source terminal coding agent forked from Pi. It combines a terminal interface with code navigation, debugging, web and browser tools, and configurable model providers for working on a codebase.
What stands out
Section titled “What stands out”- Code-aware changes: LSP support provides diagnostics, symbol navigation, renames, and code actions. Hash-anchored edits reject changes when their source anchors have become stale.
- Debugging and exploration: A DAP debugger can inspect running programs; file reading and search also cover URLs, PDFs, archives, and structured sources.
- Subagents: The
tasktool can split work into parallel workers, including isolated worktrees. An agent hub shows their activity and allows steering. - Model routing: Different models can be assigned to roles such as the main agent, planning, small tasks, and an advisor that reviews the main agent’s turns. Local models and custom providers are supported.
- Existing configuration: On first run, omp can discover rules, skills, and MCP servers from several other coding-agent setups, including Claude Code, Codex, and Cursor. TypeScript extensions can add tools, commands, and interface behavior.
- Integration: Besides the interactive terminal interface, omp provides one-shot prompts, an SDK, RPC mode, and an ACP endpoint for compatible editors.
These are project-documented capabilities; performance claims on the project site are not independently verified here.
Getting started
Section titled “Getting started”The project documents Homebrew and Bun installation, among other methods:
brew install can1357/tap/omp# orbun install -g @oh-my-pi/pi-coding-agentRun omp for the interactive interface. Use omp setup to configure a default model, or /model inside a session to select one. The project also documents omp -p for a single prompt and omp acp for editor integration.
Sources
Section titled “Sources”- Oh My Pi website — project overview (accessed 2026-09-22)
- Oh My Pi README — features, installation, configuration, and interfaces (accessed 2026-09-22)
