Discover and explore top open-source AI tools and projects—updated daily.
NanmiCoderLocal code assistant via Anthropic-compatible APIs
New!
Top 11.5% on SourcePulse
This project provides a locally runnable version of the leaked Claude Code source, enabling users to interact with a powerful AI coding assistant without relying on external services. It targets developers, researchers, and power users seeking a customizable, offline Claude Code experience, offering significant benefits in terms of privacy, cost, and integration flexibility.
How It Works
The project leverages the Bun runtime and React with the Ink library for a rich, interactive terminal UI (TUI). It addresses critical issues in the original leaked source code, enabling the full TUI and headless modes to function correctly. The architecture supports a multi-agent system, a tool execution framework, and integration with various Anthropic-compatible APIs, allowing users to specify custom endpoints and models like those from MiniMax or OpenRouter.
Quick Start & Requirements
curl -fsSL https://bun.sh/install | bash) or Homebrew (brew install bun). For minimal Linux environments, unzip may be needed. On Windows, Git for Windows is recommended.bun install..env.example to .env and fill in ANTHROPIC_API_KEY or ANTHROPIC_AUTH_TOKEN. Optionally configure ANTHROPIC_BASE_URL for custom API endpoints and ANTHROPIC_MODEL settings. Set DISABLE_TELEMETRY=1 and CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 to disable telemetry and non-essential network requests../bin/claude-haha (TUI) or ./bin/claude-haha -p "prompt" (headless).bun --env-file=.env ./src/entrypoints/cli.tsx (TUI/headless).Highlighted Details
--print) for scripting and CI/CD integration.Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or roadmaps are provided in the README.
Licensing & Compatibility
The project is based on source code leaked from Anthropic's npm registry on March 31, 2026. All original source code copyright belongs to Anthropic. It is intended strictly for learning and research purposes. Compatibility is focused on Anthropic-compatible APIs.
Limitations & Caveats
Certain features, including voice input, Computer Use, and Sandbox isolation, are not available on Windows. The project's foundation on leaked code implies potential instability and is restricted to non-commercial, research-oriented use.
1 day ago
Inactive
oraios
anomalyco