oh-my-pi (omp) is a highly capable, open-source AI coding agent featuring deep IDE integration, built primarily in Rust. Forked from Mario Zechner's Pi, it bridges the gap between LLMs and local environments. It stands out by providing persistent Python and Bun tool-calling kernels, native Language Server Protocol (LSP) integration for exact refactoring, and real DAP debugger attachment (lldb, dlv, debugpy). Additionally, omp introduces 'Hashline' for precise edits, time-traveling stream rules for instant course-correction, and first-class subagent orchestration. Operating natively across macOS, Linux, and Windows, it serves as a comprehensive, out-of-the-box coding assistant.
abtop is a terminal user interface (TUI) tool designed for monitoring AI coding agents like Claude Code and Codex CLI. It provides real-time insights into agent sessions, displaying metrics such as token usage, context window percentage, rate limits, child processes, and open ports. It discovers sessions from local process and file states, supports multiple active profiles, and operates in a read-only manner without requiring API keys or authentication.
free-code is a free, buildable fork of Anthropic's Claude Code CLI, a terminal-native AI coding agent. It offers a pure and unrestricted AI coding experience by stripping all telemetry, removing security-prompt guardrails, and unlocking 54 experimental features. Operating as a single binary with zero callbacks home, it supports multiple model providers including Anthropic, OpenAI, AWS Bedrock, Google Vertex AI, and Anthropic Foundry. Users can interact with it via an interactive REPL or one-shot mode, with flexible custom feature flag configurations.