@heynavtoor: 10 GitHub repos to build AI agents that ship pull requests while you sleep. Bookmark this. Save this list before your m…

X AI KOLs Timeline Tools

Summary

A curated list of 10 open-source GitHub repositories for building AI agents that automate pull requests, bug fixes, and feature development, including tools like OpenHands, SWE-agent, and Aider.

10 GitHub repos to build AI agents that ship pull requests while you sleep. Bookmark this. Save this list before your manager finds out. 1. OpenHands 74K stars. Formerly OpenDevin. The autonomous coding agent that reads GitHub issues, writes the fix, opens the PR, and waits for review. 77% on SWE-bench Verified. Repo → https://github.com/All-Hands-AI/OpenHands… 2. SWE-agent Princeton and Stanford built this to resolve real GitHub issues autonomously. Drop it into your repo. Wake up to fixed bugs. Repo → https://github.com/princeton-nlp/SWE-agent… 3. Aider The Git-aware CLI agent that makes clean commits. Auto-stages diffs. Auto-writes commit messages. Auto-merges. Used by indie devs shipping 5x faster. Repo → https://github.com/paul-gauthier/aider… 4. Cline The VS Code agent that ships features autonomously. Reads your entire codebase. Edits files. Runs tests. Opens PRs. Free with your own API key. Repo → https://github.com/cline/cline 5. claude-task-master Multi-agent task orchestration. Turn one prompt into a coordinated team of specialists shipping a feature while you sleep. Repo → https://github.com/eyaltoledano/claude-task-master… 6. LangGraph The orchestration layer every production AI system runs on in 2026. Stateful, durable, observable. The skill on every senior AI engineer job description. Repo → https://github.com/langchain-ai/langgraph… 7. CrewAI Multi-agent workflows that ship work. Used by 60% of Fortune 500. 100,000 certified developers. 12 million daily agent executions. Repo → https://github.com/crewAIInc/crewAI… 8. awesome-mcp-servers The catalog of every tool your agent can plug into. GitHub, Slack, Linear, Stripe, Postgres, Notion — all wired via MCP, the new agent-tool standard. Repo → https://github.com/punkpeye/awesome-mcp-servers… 9. Browser Use 92K stars. Vision + DOM browser automation. Your agent navigates the web, fills forms, scrapes data, and reports back. Repo → https://github.com/browser-use/browser-use… 10. n8n The trigger layer. Wire your agent to GitHub webhooks, Slack messages, calendar events, or cron jobs. Self-host on a $5 server. Repo → https://github.com/n8n-io/n8n These 10 repos cost $0. They never sleep. They never burn out. The developers shipping the fastest in 2026 aren't smarter. They've just stopped being the bottleneck. Save this. Share it with the developer in your life who still ships PRs by hand. 100% free. 100% open source.
Original Article
View Cached Full Text

Cached at: 05/25/26, 10:50 AM

10 GitHub repos to build AI agents that ship pull requests while you sleep.

Bookmark this. Save this list before your manager finds out.

  1. OpenHands 74K stars. Formerly OpenDevin. The autonomous coding agent that reads GitHub issues, writes the fix, opens the PR, and waits for review. 77% on SWE-bench Verified. Repo → https://github.com/All-Hands-AI/OpenHands…

  2. SWE-agent Princeton and Stanford built this to resolve real GitHub issues autonomously. Drop it into your repo. Wake up to fixed bugs. Repo → https://github.com/princeton-nlp/SWE-agent…

  3. Aider The Git-aware CLI agent that makes clean commits. Auto-stages diffs. Auto-writes commit messages. Auto-merges. Used by indie devs shipping 5x faster. Repo → https://github.com/paul-gauthier/aider…

  4. Cline The VS Code agent that ships features autonomously. Reads your entire codebase. Edits files. Runs tests. Opens PRs. Free with your own API key. Repo → https://github.com/cline/cline

  5. claude-task-master Multi-agent task orchestration. Turn one prompt into a coordinated team of specialists shipping a feature while you sleep. Repo → https://github.com/eyaltoledano/claude-task-master…

  6. LangGraph The orchestration layer every production AI system runs on in 2026. Stateful, durable, observable. The skill on every senior AI engineer job description. Repo → https://github.com/langchain-ai/langgraph…

  7. CrewAI Multi-agent workflows that ship work. Used by 60% of Fortune 500. 100,000 certified developers. 12 million daily agent executions. Repo → https://github.com/crewAIInc/crewAI…

  8. awesome-mcp-servers The catalog of every tool your agent can plug into. GitHub, Slack, Linear, Stripe, Postgres, Notion — all wired via MCP, the new agent-tool standard. Repo → https://github.com/punkpeye/awesome-mcp-servers…

  9. Browser Use 92K stars. Vision + DOM browser automation. Your agent navigates the web, fills forms, scrapes data, and reports back. Repo → https://github.com/browser-use/browser-use…

  10. n8n The trigger layer. Wire your agent to GitHub webhooks, Slack messages, calendar events, or cron jobs. Self-host on a $5 server. Repo → https://github.com/n8n-io/n8n

These 10 repos cost $0. They never sleep. They never burn out.

The developers shipping the fastest in 2026 aren’t smarter. They’ve just stopped being the bottleneck.

Save this. Share it with the developer in your life who still ships PRs by hand.

100% free. 100% open source.


OpenHands/OpenHands

Source: https://github.com/OpenHands/OpenHands

Logo

OpenHands: AI-Driven Development

MIT License Benchmark Score
Check out the documentation Tech Report

Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文


🙌 Welcome to OpenHands, a community focused on AI-driven development. We’d love for you to join us on Slack.

There are a few ways to work with OpenHands:

OpenHands Software Agent SDK

The SDK is a composable Python library that contains all of our agentic tech. It’s the engine that powers everything else below.

Define agents in code, then run them locally, or scale to 1000s of agents in the cloud.

Check out the docs or view the source

OpenHands CLI

The CLI is the easiest way to start using OpenHands. The experience will be familiar to anyone who has worked with e.g. Claude Code or Codex. You can power it with Claude, GPT, or any other LLM.

Check out the docs or view the source

OpenHands Local GUI

Use the Local GUI for running agents on your laptop. It comes with a REST API and a single-page React application. The experience will be familiar to anyone who has used Devin or Jules.

Check out the docs or view the source in this repo.

OpenHands Cloud

This is a deployment of OpenHands GUI, running on hosted infrastructure.

You can try it for free using the Minimax model by signing in with your GitHub or GitLab account.

OpenHands Cloud comes with source-available features and integrations:

  • Integrations with Slack, Jira, and Linear
  • Multi-user support
  • RBAC and permissions
  • Collaboration features (e.g., conversation sharing)

OpenHands Enterprise

Large enterprises can work with us to self-host OpenHands Cloud in their own VPC, via Kubernetes. OpenHands Enterprise can also work with the CLI and SDK above.

OpenHands Enterprise is source-available–you can see all the source code here in the enterprise/ directory, but you’ll need to purchase a license if you want to run it for more than one month.

Enterprise contracts also come with extended support and access to our research team.

Learn more at openhands.dev/enterprise

Everything Else

Check out our Product Roadmap, and feel free to open up an issue if there’s something you’d like to see!

You might also be interested in our evaluation infrastructure, our chrome extension, or our Theory-of-Mind module.

All our work is available under the MIT license, except for the enterprise/ directory in this repository (see the enterprise license for details). The core openhands and agent-server Docker images are fully MIT-licensed as well.

If you need help with anything, or just want to chat, come find us on Slack.


Thank You to Our Contributors

OpenHands Contributors


Trusted by Engineers at



TikTok VMware Roche Amazon C3 AI Netflix Mastercard Red Hat MongoDB Apple NVIDIA Google

Similar Articles

Top 10 Fastest Growing AI repos this week

Reddit r/LocalLLaMA

A curated list of the top 10 fastest-growing AI repositories on GitHub this week, featuring AI coding agents, personal AI, memory systems, browser automation, and local-first developer tools.