Open-Source AI Agents
Community-curated directory of free, open-source AI coding agents. All tools listed here are open source and free to use.
Local Agent
OpenClaw
The flagship open-source AI coding agent. Agentic coding right in your terminal with full access to your codebase, tools, and shell.
NanoClaw
Containerized and sandboxed alternative to OpenClaw. Runs agents in isolated Docker environments for maximum security. MIT licensed.
Lightweight / Edge
PicoClaw
Ultra-lightweight Go-based agent that runs on edge devices. Under 10MB binary with zero dependencies. Perfect for constrained environments.
NanoBot
Minimal Python-based coding agent from HKU research. Only ~4K lines of code — easy to understand, extend, and learn from.
Coding Agent
Cline
Open-source AI coding agent as a VS Code extension. 58K+ stars and a thriving community. Great for developers who prefer IDE-based workflows.
Aider
Terminal-based AI pair programmer that works with your local git repo. Supports multiple LLMs and has excellent multi-file editing capabilities.
Goose
Open-source AI agent backed by Block (Square). Extensible architecture with plugin system. Designed for developer productivity at enterprise scale.
Want your agent listed here?
We list open-source agents for free. Commercial agents can get featured placement through our advertising options.
Get in touchFrequently Asked Questions
What is an AI coding agent?
An AI coding agent is a software tool that uses large language models to help you write, edit, debug, and understand code. Unlike simple code completion, agents can autonomously perform multi-step tasks like refactoring entire files, running tests, and navigating your codebase to solve complex problems.
Are these agents really free?
Yes, every agent listed on this page is open source and free to download and use. Some agents require an API key for the underlying LLM provider, which may have its own costs, but the agent software itself is completely free under open-source licenses.
Which agent is best for beginners?
For beginners, Cline is an excellent choice since it integrates directly into VS Code with a visual interface. If you prefer terminal-based workflows, OpenClaw provides a guided experience with clear prompts and documentation to help you get started quickly.
Can I use multiple agents?
Absolutely. Many developers use different agents for different tasks — for example, a terminal agent for quick refactors and an IDE-based agent for exploring unfamiliar codebases. Since these tools are all open source, there is no vendor lock-in and you can switch freely between them.
How do open-source agents compare to commercial tools like Cursor?
Open-source agents offer comparable code generation quality since they use the same underlying LLMs. The key advantages are full transparency, customizability, and no subscription fees for the tool itself. Commercial tools may offer a more polished UX out of the box, but open-source agents are rapidly closing that gap.