Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Freebuff

The free coding agent. No subscription. No configuration. Start in seconds.

An AI coding agent that runs in your terminal — describe what you want, and Freebuff edits your code.

Install

npm install -g freebuff

Usage

cd ~/my-project
freebuff

Project Structure

freebuff/
├── cli/       # CLI build & npm release files
└── web/       # Freebuff website

Building from Source

# From the repo root
bun freebuff/cli/build.ts 1.0.0

For everything else — what Freebuff does, how it works, FAQ, and how it relates to Codebuff — see the repo root README. We keep that one up to date as the single source of truth.

License

MIT