Skip to content

mangiapanejohn-dev/-Re-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RE CODE

Stars Forks Version Platforms License

English | δΈ­ζ–‡


What is RE CODE?

RE CODE is an open-source Claude API client designed to solve the Claude account ban problem.

Why Claude Gets Banned

Claude has an internal monitoring system codenamed "Tango Tengu" that collects:

Monitoring Dimension Data Collected
Behavior Data Every action: file operations, command execution
Device Fingerprinting 40+ dimensions of device information
User Tracking Users assigned to 30 "buckets" for tracking

Ban Trigger Conditions

Risk Level Trigger
Critical Shared accounts, third-party clients
High API rate limiting violations
Medium Frequent IP geo-hopping, mismatched payment info

RE CODE Advantages - Solve Claude Ban Issue

Feature Description
Anti-Ban Hide device fingerprint, bypass Tango Tengu monitoring
Privacy Disable telemetry, full data control
Custom Endpoints Self-hosted proxy support, hide real IP
Stable Dedicated infrastructure, avoid rate limit triggers
Flexible Custom API endpoints and models
Cross-Platform Windows / macOS / Linux / Termux

Architecture & Flow

Request Processing Flow

sequenceDiagram
    participant USER as User
    participant CLI as CLI/TUI
    participant ENGINE as Client Engine
    participant SEC as Security Pipeline
    participant PROXY as Proxy Network
    participant API as Anthropic Claude API
    
    USER->>CLI: Query
    CLI->>ENGINE: Parse
    ENGINE->>ENGINE: Validate & Build Context
    
    ENGINE->>SEC: Raw Request
    Note over SEC: 4-Layer Security
    SEC->>SEC: L1: MAC/UUID/Display/Timezone/UserAgent
    SEC->>SEC: L2: Timing/Token/Payload/Header/Cookie
    SEC->>SEC: L3: Residential IP/Geo/IP Reputation/Rotation
    SEC->>SEC: L4: Encrypt/Memory/Isolation/Rotation
    SEC->>SEC: AES-256 + HMAC
    
    SEC->>PROXY: Encrypted Request
    PROXY->>PROXY: Load Balance + IP Rotation
    PROXY->>API: Forward
    
    alt Success
        API->>PROXY: Response
        PROXY->>SEC: Decrypt
        SEC->>ENGINE: Parse
        ENGINE->>CLI: Display
        CLI->>USER: Output
    else Rate Limit/Ban
        API->>PROXY: Error
        PROXY->>PROXY: Switch IP & Retry
    end
Loading

Core Components

Component Description
Client Engine Parse, validate, context management
Security Pipeline 4-layer protection + AES-256/HMAC
Proxy Network Load balance, residential IPs, failover
API Gateway Rate limiting, retry engine

Quick Install

macOS / Linux

curl -fsSL https://cdn.jsdelivr.net/gh/mangiapanejohn-dev/-Re-Code/install.sh | bash

Windows (PowerShell)

irm -useb https://cdn.jsdelivr.net/gh/mangiapanejohn-dev/-Re-Code/install.ps1 | iex

Termux

curl -fsSL https://cdn.jsdelivr.net/gh/mangiapanejohn-dev/-Re-Code/install-termux.sh | bash

Privacy Configuration

export DISABLE_TELEMETRY=1
export ANTHROPIC_BASE_URL=https://your-proxy.com
export ANTHROPIC_API_KEY=sk-xxx

Usage

Command Description
recode Start RE CODE
recode -v Show version
/model [name] Switch model
/config View/edit config
/clear Clear session
/exit Exit

Project Structure

ReCode/
β”œβ”€β”€ src/                    # Source code
β”œβ”€β”€ recode-temp/package/   # Packaged CLI
β”œβ”€β”€ install.sh              # macOS/Linux
β”œβ”€β”€ install.ps1             # Windows
└── install-termux.sh       # Termux

Contributing

git clone https://github.com/mangiapanejohn-dev/-Re-Code.git
cd ReCode
git checkout -b feature/amazing
git commit -m 'Add feature'
git push origin feature/amazing

License

MIT License - See LICENSE


Made with by ReCode Team

About

πŸ‘Ύ "RE CODE is an open-source Claude API client β€” designed to solve the Claude account ban problem. It hides your device fingerprint, bypasses monitoring systems, and provides stable connections through residential IPs."

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages