You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: freebuff/README.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Freebuff
2
2
3
-
**The world's strongest free coding agent.**3–10x faster than Claude Code.
3
+
**The free coding agent.**No subscription. No configuration. Start in seconds.
4
4
5
-
Freebuff is a free AI coding agent that runs in your terminal. It's blazing fast — describe what you want, and Freebuff edits your code in seconds. No subscription or credits required.
5
+
An AI coding agent that runs in your terminal— describe what you want, and Freebuff edits your code.
6
6
7
-
## Installation
7
+
## Install
8
8
9
9
```bash
10
10
npm install -g freebuff
@@ -17,13 +17,21 @@ cd ~/my-project
17
17
freebuff
18
18
```
19
19
20
+
## Why Freebuff?
21
+
22
+
**Simple** — No modes. No config. Just works.
23
+
24
+
**Fast** — 5–10× speed up. 3–5× tokens per second compared to Claude, plus context gathering in seconds.
25
+
26
+
**Loaded** — Built-in web research, browser use, and more.
27
+
28
+
**Connect ChatGPT** — Link your ChatGPT subscription for planning and review.
29
+
20
30
## Features
21
31
22
-
-**AI-powered coding** — Describe what you want, and Freebuff edits your code
23
32
-**File mentions** — Use `@filename` to reference specific files
24
33
-**Agent mentions** — Use `@AgentName` to invoke specialized agents
25
34
-**Bash mode** — Run terminal commands with `!command` or `/bash`
26
-
-**Image attachments** — Attach images with `/image` or `Ctrl+V`
27
35
-**Chat history** — Resume past conversations with `/history`
28
36
-**Knowledge files** — Add `knowledge.md` to your project for context
29
37
-**Themes** — Toggle light/dark mode with `/theme:toggle`
@@ -42,16 +50,26 @@ freebuff
42
50
|`/logout`| Sign out |
43
51
|`/exit`| Quit |
44
52
53
+
## FAQ
54
+
55
+
**How can it be free?** Freebuff is supported by ads shown in the CLI.
56
+
57
+
**What models do you use?** MiniMax M2.5 as the main coding agent, Gemini 3.1 Flash Lite for finding files and research, and GPT-5.4 for deep thinking if you connect your ChatGPT subscription.
58
+
59
+
**Are you training on my data?** No. We only use model providers that do not train on our requests. Your code stays yours.
60
+
61
+
**What data do you store?** We don't store your codebase. We only collect minimal logs for debugging purposes.
62
+
45
63
## How It Works
46
64
47
-
Freebuff connects to a cloud backend and uses a model optimized for fast, high-quality assistance. Ads are shown to support the free tier.
65
+
Freebuff connects to a cloud backend and uses models optimized for fast, high-quality assistance. Ads are shown to support the free tier.
48
66
49
67
## Project Structure
50
68
51
69
```
52
70
freebuff/
53
71
├── cli/ # CLI build & npm release files
54
-
└── web/ # (Future) Freebuff website
72
+
└── web/ # Freebuff website
55
73
```
56
74
57
75
## Building from Source
@@ -61,14 +79,13 @@ freebuff/
61
79
bun freebuff/cli/build.ts 1.0.0
62
80
```
63
81
64
-
This produces a `freebuff` binary in `cli/bin/`.
65
-
66
82
## Links
67
83
68
84
-[Documentation](https://codebuff.com/docs)
85
+
-[GitHub](https://github.com/CodebuffAI/codebuff)
69
86
-[Website](https://codebuff.com)
70
87
71
-
> Freebuff is built on the [Codebuff](https://codebuff.com) platform.
88
+
> Built on the [Codebuff](https://codebuff.com) platform.
Copy file name to clipboardExpand all lines: freebuff/cli/release/README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Freebuff
2
2
3
-
**The world's strongest free coding agent.**3–10x faster than Claude Code.
3
+
**The free coding agent.**No subscription. No configuration. Start in seconds.
4
4
5
-
Freebuff is a free AI coding agent that runs in your terminal. It's blazing fast — describe what you want, and Freebuff edits your code in seconds. No subscription or credits required.
5
+
An AI coding agent that runs in your terminal— describe what you want, and Freebuff edits your code.
6
6
7
7
## Install
8
8
@@ -17,9 +17,26 @@ cd ~/my-project
17
17
freebuff
18
18
```
19
19
20
+
## Why Freebuff?
21
+
22
+
**Simple** — No modes. No config. Just works.
23
+
24
+
**Fast** — 5–10× speed up. 3–5× tokens per second compared to Claude, plus context gathering in seconds.
25
+
26
+
**Loaded** — Built-in web research, browser use, and more.
27
+
28
+
**Connect ChatGPT** — Link your ChatGPT subscription for planning and review.
29
+
30
+
## FAQ
31
+
32
+
**How can it be free?** Freebuff is supported by ads shown in the CLI.
33
+
34
+
**Are you training on my data?** No. We only use model providers that do not train on our requests. Your code stays yours.
35
+
20
36
## Links
21
37
22
38
-[Documentation](https://codebuff.com/docs)
39
+
-[GitHub](https://github.com/CodebuffAI/codebuff)
23
40
-[Website](https://codebuff.com)
24
41
25
-
> Freebuff is built on the [Codebuff](https://codebuff.com) platform.
42
+
> Built on the [Codebuff](https://codebuff.com) platform.
0 commit comments