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: README.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@ Now with full-platform deployment: prebuilt one-command installers for Linux, ma
8
8
9
9
All telemetry stripped. All injected security-prompt guardrails removed. All experimental features unlocked. One binary, zero callbacks home.
10
10
11
+
> This repository extends the original reconstructed free-code work by [paoloanzn](https://github.com/paoloanzn), adding full-platform deployment, one-command installers, and GitHub Actions release automation. A preserved mirror of the original repo is available at https://gitlawb.com/node/repos/z6MkgKkb/paoloanzn-free-code
> The installers now prefer prebuilt release packages for Linux, macOS, and Windows. If a matching release asset is unavailable, they fall back to building from source.
@@ -78,11 +80,11 @@ See [FEATURES.md](FEATURES.md) for the full audit of all 88 flags and their stat
On supported releases, this downloads a prebuilt binary for your platform and installs `free-code` onto your PATH. If no release asset matches, the installer falls back to a source build.
@@ -256,6 +258,14 @@ If this repo gets taken down, the code lives on.
256
258
257
259
---
258
260
261
+
## Credits
262
+
263
+
- Original product: [Anthropic Claude Code](https://docs.anthropic.com/en/docs/claude-code)
264
+
- Original reconstructed free-code repository and research packaging work: [paoloanzn](https://github.com/paoloanzn)
265
+
- Original reconstructed repo mirror: https://gitlawb.com/node/repos/z6MkgKkb/paoloanzn-free-code
266
+
267
+
---
268
+
259
269
## License
260
270
261
271
The original Claude Code source is the property of Anthropic. This fork exists because the source was publicly exposed through their npm distribution. Use at your own discretion.
0 commit comments