#102 · Primary category: AI Coding Assistants
freebuff
The free coding agent
Project last updated:08/29/26
GitHub Stars
11.2K
Forks
1.2K
Contributors
35
License
Apache-2.0
Why we included this project
Freebuff is a coding agent that runs in five places: a CLI in your terminal, a desktop app for parallel local agents, a web app for building full-stack projects, a cloud service that connects to any GitHub repository, and a chat for research. You describe what you want and it finds the relevant files, makes the edits, and runs the checks that matter for your project, so it behaves like a hands-on pair programmer rather than a chat that only suggests code. Instead of pushing every task through one model and one prompt, it uses specialized agents for separate steps like file finding, planning, editing, research, and review. The included model catalog covers DeepSeek, GPT, and MiniMax, and you don't need a subscription, credits, or an API key, which makes it an easy first stop for developers and small teams who want to try agentic coding without paying. The desktop build can also drive locally installed Claude Code and Codex agents with your own provider account if you already use those.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.