Home

Open Source

Curated open-source AI projects with verified GitHub data and hands-on breakdowns.

oh-my-openagent: The OpenCode Plugin That Got Anthropic to Block OpenCode -- Multi-Model Orchestration with a SUL License Catch

code-yeongyu/oh-my-openagent (67k stars, TypeScript, pushed today) is a batteries-included OpenCode plugin with multi-model orchestration, parallel background agents, and custom LSP/AST tools. Its README declares "Anthropic blocked OpenCode because of us -- Claude Code is a nice prison." Pitfall: licensed under SUL-1.0, not MIT, with usage restrictions.

OpenMontage Pitfalls: Defaults to Foreign Models Unusable in China, with Domestic Alternatives (46.5k stars)

OpenMontage (46,548 stars, Python/AGPL-3.0) is an open-source agentic video production system whose defaults depend on foreign cloud models (OpenAI/Veo/Runway/ElevenLabs) blocked in China by VPN, payment, and phone-number barriers; but PROVIDERS.md natively supports Kling/Qwen/Jimeng/Doubao/DeepSeek and local Wan2.1 -- with a full domestic-alternative mapping table and minimal working .env config.

ego-lite: A Browser Built for AI Agents (9.3k stars)

citrolabs/ego-lite is an open-source Chromium-based browser built for human + agent sharing (MIT, JavaScript, 9,335 GitHub stars, #9 on Trending weekly). Core selling point: agents reuse your real login state and tabs via the ego-browser skill and run tasks in parallel in their own Spaces, differentiating it from automation frameworks like browser-use that spin up a clean separate browser. macOS only today; Windows/Linux on roadmap.