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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
OP

can1357/oh-my-pi

AI Agent

⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more

25k Stars2.4k Forks1.4k Open Issues25k WatchersTypeScriptMIT
AI AgentMCP ServerLLM ToolAI AppDeveloper Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 15, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • developer workflow automation and command-line tooling
  • TypeScript teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
Avoid When
  • you have low tolerance for large unresolved issue queues
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

25k Stars

Reuse

2.4k Forks

Attention

25k Watchers

Maintenance

active

License

MIT

Open issues

1.4k

Overview

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.

Tool Positioning

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

Quick Start
curl -fsSL https://omp.sh/install | sh
View on GitHub Project Homepage
Project Activity

80

Health Score

Active

Commit Activity

Dec 31, 2025

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+1.8k

Today's growth

+3.5k

7-day growth

+3.5k

30-day growth

Aug 3, 2026Aug 15, 2026
Community Health
2.4k

Forks

1.4k

Open

25k

Watchers

Owner
OP

can1357

GitHub profile
Topics & Language
TypeScriptai-agentai-coding-agentanthropicbunclaudeclicoding-assistantllmmcpmulti-provideropenairustterminaltuitypescript
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

386k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k

obra/superpowers

An agentic skills framework & software development methodology that works.

273k
License
MIT
CreatedDec 31, 2025
Last pushAug 15, 2026
Last syncedAug 15, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis