Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
Oh My Pi solves the problem of unreliable AI code edits and slow tool execution by using hash-anchored edits and an optimized tool harness that significantly improves edit success rates and reduces token usage. It also bridges the gap between terminal-based agents and full IDE features by integrating LSP and DAP operations, providing a more capable and efficient coding assistant.
Deployment reality
The available setup signal starts with: curl -fsSL https://omp.sh/install | sh. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build AI-powered coding agents that perform code generation, editing, search, and debugging directly in the terminal. Real-world use cases include automated refactoring, code review assistance, and interactive debugging with LSP/DAP support. The ceiling is high: with 32 built-in tools, support for 40+ providers, and subagent orchestration, it can handle complex multi-step software engineering tasks.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
can1357/oh-my-pi is tracked as a TypeScript project in the AI Agent, MCP Server, LLM Tool, AI App, Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 25k total stars, with +291 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 8 days ago, and the open issue queue is 1.4k, about 5.58% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 2.4k forks and 25k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you have low tolerance for large unresolved issue queues.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 3.5k. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
25k Stars
Reuse
2.4k Forks
Attention
25k Watchers
Maintenance
active
License
MIT
Open issues
1.4k
Oh My Pi (omp) is a coding agent that integrates an IDE into its workflow, providing a powerful agent surface with 40+ providers, 32 built-in tools, and support for LSP and DAP operations. It is a fork of Pi by Mario Zechner, enhanced with batteries-included features for real-world use.
Key Features
- Code execution with persistent Python and Bun workers that can call back into agent tools. - LSP wired into every write for accurate refactoring and symbol operations. - Drives a real debugger (lldb, dlv, debugpy) for native, Go, and Python debugging. - Time-traveling stream rules that inject course-correction mid-token without context tax.
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
MCP Server
Model Context Protocol servers, clients, and integrations
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
AI App
End-user AI applications and AI-native product examples
Developer Tool
Tools that improve coding, testing, build, and local workflow
curl -fsSL https://omp.sh/install | sh80
Health Score
Active
Commit Activity
Dec 31, 2025
Created
Aug 15, 2026
Last push
+1.8k
Today's growth
+3.5k
7-day growth
+3.5k
30-day growth
Forks
Open
Watchers
can1357
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
openclaw/openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
obra/superpowers
An agentic skills framework & software development methodology that works.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
Oh My Pi solves the problem of unreliable AI code edits and slow tool execution by using hash-anchored edits and an optimized tool harness that significantly improves edit success rates and reduces token usage. It also bridges the gap between terminal-based agents and full IDE features by integrating LSP and DAP operations, providing a more capable and efficient coding assistant.
Capabilities
Developers can build AI-powered coding agents that perform code generation, editing, search, and debugging directly in the terminal. Real-world use cases include automated refactoring, code review assistance, and interactive debugging with LSP/DAP support. The ceiling is high: with 32 built-in tools, support for 40+ providers, and subagent orchestration, it can handle complex multi-step software engineering tasks.
Bottom Line
Oh My Pi is ideal for developers who want a high-performance, terminal-based AI coding agent with IDE-like features and reliable edit execution. Those who prefer a GUI-based IDE or need minimal dependencies should avoid it. The key trade-off is its Rust core and Bun runtime, which offer speed and reliability but require a specific environment setup.