Discover and explore top open-source AI tools and projects—updated daily.
code-yeongyuClaude Code API emulator and proxy
New!
Top 77.5% on SourcePulse
This project provides an "ULTRA DANGEROUS CLAUDE CODE EMULATOR" designed to make API requests identical to those made by Claude Code. It functions as an OAuth proxy server. However, the project is archived and superseded by CLIProxyAPI, which offers a more comprehensive solution supporting Claude Code, Gemini CLI, and ChatGPT Codex.
How It Works
This project is an OAuth proxy server built using Hono and Bun. It exposes an OpenAPI-documented Messages API that includes built-in token management and streaming capabilities. The core design focuses on intercepting and replicating API request patterns to achieve Claude Code compatibility.
Quick Start & Requirements
npm install -g not-claude-code-emulator, followed by not-claude-code-emulator install. The README explicitly advises against using a source checkout for installation.http://localhost:3000/docs, and the OpenAPI specification can be found at http://localhost:3000/openapi.json.Highlighted Details
/docs), API specification (/openapi.json), core messaging (/v1/messages), and health checks (/health).Maintenance & Community
This project is marked as archived, indicating it is no longer under active development or maintenance. The README directs users to CLIProxyAPI as a successor for more extensive functionality. No specific community channels or contributor information is detailed.
Licensing & Compatibility
The provided README does not specify a software license. Consequently, the terms for commercial use, closed-source linking, or redistribution remain undetermined.
Limitations & Caveats
The most significant limitation is the project's archived status, meaning it is not actively maintained. Users seeking broader compatibility or ongoing support should refer to the recommended successor, CLIProxyAPI, which supports a wider array of code models.
5 days ago
Inactive
acheong08