oh-my-pi (omp) is a coding agent CLI built on Pi with batteries included
oh-my-pi (omp) is a coding agent CLI that wires the IDE in, built on Mario Zechner's Pi with batteries included.
The agent runs in a TUI with 40+ model providers, 32 built-in tools, and LSP/DAP operations, and can execute code with tool-calling through persistent Python and a Bun worker that call back into the agent's own tools over a loopback bridge.
oh-my-pi (omp) is a coding agent CLI that wires the IDE in, built on Mario Zechner's Pi with batteries included.
The agent runs in a TUI with 40+ model providers, 32 built-in tools, and LSP/DAP operations, and can execute code with tool-calling through persistent Python and a Bun worker that call back into the agent's own tools over a loopback bridge.
To install oh-my-pi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oh-my-pi
To see what files were installed by oh-my-pi, run:
port contents oh-my-pi
To later upgrade oh-my-pi, run:
sudo port selfupdate && sudo port upgrade oh-my-pi
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.