Open-source AI coding agents that actually work in 2026
Claude Code, Aider, Cline, MCP servers & self-hosted LLM stacks — curated, tested, ranked
Browse by Category
AI Tools
Image · TTS · Video
62LLM Frameworks
LangChain · Dify · Agent
94Dev Utils
Scrapers · Automation
75Data Science
Quant · Analytics · Viz
35AI Trading
Bots · Quant · Crypto
16🔥 Trending Today
The AI Agent Code of Ethics (2026): A Practical Governance Framework for Autonomous Agents
A working code of ethics for autonomous AI agents — not abstract principles, but seven enforceable rules with engineering controls: least-privilege authorization, full auditability, human-in-the-loop reversibility, bounded autonomy, an unbroken accountability chain, fail-safe defaults, and privacy by design. Includes a pre-deployment checklist for developers shipping agents in 2026.
TradingAgents: The 82,000-Star LLM Multi-Agent Trading Framework — A Practical 2026 Guide
⭐ 82254TradingAgents is an open-source LLM multi-agent framework (82,254 GitHub stars, Apache-2.0) that simulates a trading firm: analyst, researcher, trader, and risk agents debate a BUY/SELL/HOLD call. Built on LangGraph. Covers install, the agent pipeline, CLI + Python API, and an honest comparison with Qlib and single-agent bots.
Skyvern: Automate Browser Workflows with AI Agents (21K Stars) — Practical 2026 Guide
⭐ 21803Skyvern automates browser-based workflows using LLMs and computer vision (21,803 GitHub stars, AGPL-3.0). Covers installation, the real Python API, working code examples, and an honest comparison with Selenium and Playwright.
Promptfoo: Test, Evaluate & Red-Team Your LLM Prompts — Practical 2026 Guide
⭐ 21825Promptfoo is an open-source CLI and library for evaluating and red-teaming LLM apps. Compare GPT, Claude, Gemini, and DeepSeek with simple declarative configs that plug into your CLI and CI/CD. This 2026 guide covers install, promptfooconfig.yaml, assertions, and red teaming.
markitdown: Convert Files & Office Docs to Markdown (141K Stars) — Practical 2026 Guide
⭐ 141153markitdown is Microsoft''s Python tool for converting files and office documents to Markdown. 141,153 GitHub stars, MIT license. Covers installation, core CLI and Python usage, real code examples, and an honest comparison with pandoc and docx2txt.
Marker: Convert PDF, DOCX & EPUB to Markdown/JSON Fast — Practical 2026 Guide
⭐ 35694Marker (datalab-to/marker) converts PDF, DOCX, EPUB and more to Markdown, JSON, HTML and chunks quickly and accurately. 35,694 GitHub stars, GPL-3.0 code license. Covers installation, the CLI and Python API, real code examples, LLM mode, and an honest comparison with alternatives.
GraphRAG: Microsoft's Graph-Based RAG for Better LLM Answers (33K Stars) — Practical 2026 Guide
⭐ 33403GraphRAG is Microsoft''s modular, knowledge-graph-based RAG system (33,403 GitHub stars, MIT license). This guide covers installation, the init/index/query workflow, real CLI examples, and an honest comparison with LangChain and Haystack.
🆕 Recently Added
Marker: Convert PDF, DOCX & EPUB to Markdown/JSON Fast — Practical 2026 Guide
⭐ 35694Marker (datalab-to/marker) converts PDF, DOCX, EPUB and more to Markdown, JSON, HTML and chunks quickly and accurately. 35,694 GitHub stars, GPL-3.0 code license. Covers installation, the CLI and Python API, real code examples, LLM mode, and an honest comparison with alternatives.
GraphRAG: Microsoft's Graph-Based RAG for Better LLM Answers (33K Stars) — Practical 2026 Guide
⭐ 33403GraphRAG is Microsoft''s modular, knowledge-graph-based RAG system (33,403 GitHub stars, MIT license). This guide covers installation, the init/index/query workflow, real CLI examples, and an honest comparison with LangChain and Haystack.
GPT Researcher: Autonomous Agent for Deep Research Reports — Practical 2026 Guide
⭐ 27473GPT Researcher is an open deep-research agent that runs web and local research on any task and writes cited reports. 27,473 GitHub stars, Apache-2.0. Covers installation, the async Python API, Docker, and real code examples.
Firecrawl: Turn Any Website into LLM-Ready Data (127K Stars) — Practical 2026 Guide
⭐ 127747Firecrawl is the open-source web data API that scrapes, crawls, maps, and searches the web into clean, LLM-ready markdown or structured JSON. 127,747 GitHub stars, AGPL-3.0. Covers install, the official SDKs, real code, self-hosting, and an honest comparison with Puppeteer, Scrapy, and Axios.
exo: Run Frontier AI Across Your Own Devices (45K Stars) — Practical 2026 Guide
⭐ 45088exo turns your Macs, PCs and phones into a single cluster that runs frontier AI models locally. 45,088 GitHub stars, Apache-2.0. Covers installation, the dashboard, the OpenAI/Claude/Ollama-compatible API, real commands, and an honest comparison.
Claude Code vs Cline in 2026: Autonomy or Control?
Side-by-side breakdown of Claude Code and Cline — terminal autonomy vs VS Code step-by-step approval, model support, pricing, and when to pick each. The control-vs-autonomy decision for agentic coding. Updated 2026.
Claude Code Subagents vs LangGraph vs CrewAI vs AutoGen (2026): When to Graduate to a Standalone Framework
You already orchestrate subagents inside Claude Code. Do you actually need LangGraph, CrewAI, or AutoGen? A 2026 decision guide with real benchmarks, GitHub-star reality, and the honest line between "built-in is enough" and "time to graduate."
Claude Code Subagent Mastery Stack 2026: From One Conversation to a Coordinated Agent Council
The complete learning + tooling stack for mastering Claude Code multi-agent workflows: 5 subagent patterns + custom agent authoring + the skill/subagent/MCP decision framework + orchestration failure modes + skill authoring. The full path from single-threaded coding to a reliable agent pipeline.
Claude Agent SDK vs OpenAI Agents SDK in 2026: Which to Build On?
Side-by-side breakdown of the two leading agent SDKs — architecture (hooks+subagents vs handoffs+guardrails), built-in tools, OS access, voice, lock-in, and when to pick each. Updated 2026.
AI-SEO & GEO Toolkit Stack 2026: 6 Free Tools for Traditional SEO + Generative Engine Optimization
The complete free toolkit for SEO in the AI era: llms.txt generator + AI-crawler robots.txt + meta tags + Schema.org JSON-LD + hreflang + OG card preview. Covers both classic search (Google/Bing) and generative engines (ChatGPT, Claude, Perplexity). All browser-based, no signup.
Subagent vs MCP Server vs Skill: When to Build Each Claude Code Extension (2026)
Claude Code has three extension points — skills, subagents, and MCP servers — and they solve different problems. A decision framework for choosing the right one, with worked scenarios and the anti-patterns that waste your time.
Multi-Agent Pipeline Postmortem: 5 Ways Subagent Orchestration Goes Wrong (2026)
Five real failure modes of Claude Code multi-agent pipelines — trusting unverified reports, context bleed, runaway fan-out, silent truncation, and orphaned worktrees — each with the symptom, the root cause, and the fix.
📚 Curated Collections
10 Must-Install AI Editors of 2026
10 tools · VSCode / Cursor / Zed / Vim · 56
AI Agent Framework Showdown
8 tools · LangChain / AutoGen / CrewAI / MetaGPT · 32
Self-Hosted LLM: Complete Stack
12 tools · model + UI + GPU monitoring · 24
Image Generation Ecosystem Map
25 tools · SD / ComfyUI / Flux / AnimateDiff · 12
Voice AI Open-Source Solutions
18 tools · TTS / ASR / cloning / translation · 11
Quant Trading AI Toolkit
14 tools · data + strategy + backtest + live · 14
⚔️ Tool Comparisons
Side-by-side breakdowns of competing AI dev tools