freecodexyz/free-code

The free build of Claude Code. All telemetry removed, security-prompt guardrails stripped, all experimental features enabled.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 31st, 2026
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 2,044
Total Stargazers: 8,736 (+0)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 94.7 days
Mean response time: 64.2 days
90th percentile: 115.9 days
Tracked items: 7

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 123 days
Stale 30+ days: 10
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

free-code is a modified build of Claude Code, a terminal-native AI coding agent.

The project addresses the desire for an unrestricted version of Claude Code by removing telemetry, stripping security-prompt guardrails, and enabling experimental features. It works by taking the publicly available source of Claude Code and applying three categories of modifications: eliminating outbound telemetry endpoints including OpenTelemetry, GrowthBook, and Sentry reporting; removing system-level instruction injections that constrain Claude's behavior beyond the model's own safety training; and unlocking feature flags that ship disabled in the public release. The result is a single binary with no external callbacks, installable through a one-liner that checks system requirements, installs dependencies if needed, and builds with all experimental features enabled.

Developers should choose this tool if they want to use Claude Code without telemetry collection or additional prompt-level restrictions, and if they are willing to build from source rather than use a prebuilt binary. It suits projects where developers prefer to authenticate directly with their chosen model provider through the `/login` command rather than rely on Anthropic's infrastructure. The tool is distributed with an IPFS mirror option for alternative access.

The project maintains a clean, buildable fork structure with clear separation of changes from the upstream snapshot. Development activity shows active maintenance of the build system and feature flag audit, with documentation of all modifications applied and a structured approach to tracking which experimental features compile cleanly.