[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74692":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":15,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},74692,"claudecode","soongenwong\u002Fclaudecode","soongenwong","Open Source ClaudeCode Leaked. Same functionalities as Claude Code by Anthropic. Written in Rust, Ready to use immediately for free. ","https:\u002F\u002Fgithub.com\u002Fsoongenwong\u002Fclaudecode",null,"Rust",1129,410,19,8,0,15,49,24,20.84,false,"main",true,[25,26,27,28,29,30,31,32],"agentic-ai","anthropic","claude-code","coding","free","functionality","max-subscription","open-source","2026-06-12 02:03:27","# ClaudeCode (Open Source)\n\n**A high-performance, open-source AI coding agent written in Rust.**\n\nClaudeCode is a terminal-native CLI agent designed to bring advanced LLM capabilities directly into your development workflow. Built for speed, safety, and efficiency, it provides an interactive agent shell, workspace-aware tools, and persistent session management. It is an independent open-source implementation inspired by Claude Code, not the official Anthropic product.\n\n![View Count](https:\u002F\u002Fkomarev.com\u002Fghpvc\u002F?username=soongenwong&label=Total+views&color=ffa500&style=for-the-badge)\n\n## Star History\n\n\u003Ca href=\"https:\u002F\u002Fwww.star-history.com\u002F?repos=soongenwong%2Fclaudecode&type=date&legend=bottom-right\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=soongenwong\u002Fclaudecode&type=date&theme=dark&legend=top-left\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=soongenwong\u002Fclaudecode&type=date&legend=top-left\" \u002F>\n   \u003Cimg alt=\"ClaudeCode Star History\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=soongenwong\u002Fclaudecode&type=date&legend=top-left\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n\n## Related Projects\n\n- [Anthropic developer docs](https:\u002F\u002Fplatform.claude.com\u002Fdocs)\n- [Anthropic](https:\u002F\u002Fwww.anthropic.com\u002F)\n- [Anthropic on X](https:\u002F\u002Fx.com\u002FAnthropicAI)\n\n## Key Features\n\n- **Rust-powered:** Built with Rust for memory safety, minimal binary size, and high execution speed.\n- **Agentic CLI:** Interactive shell and one-shot prompt support for seamless terminal workflows.\n- **Model flexible:** Supports Anthropic-compatible and OpenAI-compatible providers, plus xAI\u002FGrok aliases.\n- **Workspace aware:** Context-aware tools designed to understand your local codebase.\n- **Session persistence:** Resumeable sessions via JSON state management.\n- **Extensible:** Plugin-ready architecture for custom tools and skills.\n\n## Getting Started\n\n### Prerequisites\n\n1. [Install Rust](https:\u002F\u002Fwww.rust-lang.org\u002Ftools\u002Finstall) stable and Cargo.\n2. Set up your preferred API credentials.\n\n### Installation\n\nFrom the repository root:\n\n```bash\ncd rust\ncargo build --release -p claw-cli\n\n# Install locally to your PATH for global access\ncargo install --path crates\u002Fclaw-cli --locked\n```\n\n### Usage\n\nStart the interactive shell:\n\n```bash\nclaw\n```\n\nRun a single prompt:\n\n```bash\nclaw prompt \"summarize this workspace\"\n```\n\nResume a previous session:\n\n```bash\nclaw --resume session.json \u002Fstatus\n```\n\nRun `claw --help` for the full command list, including agents, skills, and system-prompt flows.\n\n## Authentication\n\nConfigure your environment variables based on your preferred provider:\n\n### Anthropic\n\n```bash\nexport ANTHROPIC_API_KEY=\"...\"\nexport ANTHROPIC_BASE_URL=\"https:\u002F\u002Fapi.anthropic.com\"\n```\n\n### OpenAI-compatible\n\n```bash\nexport OPENAI_API_KEY=\"...\"\nexport OPENAI_BASE_URL=\"https:\u002F\u002Fapi.openai.com\u002Fv1\"\n```\n\n### Grok \u002F xAI\n\n```bash\nexport XAI_API_KEY=\"...\"\nexport XAI_BASE_URL=\"https:\u002F\u002Fapi.x.ai\"\n```\n\nYou can also authenticate via the CLI:\n\n```bash\nclaw login\n```\n\n## Frequently Asked Questions\n\n**What is this project?** This is an independent, open-source implementation of a terminal-based coding agent, architecturally inspired by Claude Code.\n\n**Why Rust?** Rust provides the performance, concurrency, and memory safety required for a tool that interacts deeply with local file systems and high-latency LLM APIs.\n\n**Can I use local models?** Yes, if your local inference server exposes an OpenAI-compatible API and you point the relevant base URL and API key at it.\n\n**Is this the official Anthropic Claude Code?** No, this is a community-driven open-source project.\n\n## Development\n\nWe welcome contributions. Please refer to CLAW.md for workspace-specific workflow guidance.\n\n```bash\ncd rust\ncargo fmt\ncargo clippy --workspace --all-targets -- -D warnings\ncargo test --workspace\n```\n\n## Repository Structure\n\n- `rust\u002F`: Core CLI and runtime implementation.\n- `src\u002F`: Python support code and utilities.\n- `tests\u002F`: Verification suites for agentic behaviors.\n- `CLAW.md`: Internal workflow documentation.\n\n## Notes\n\n- This project is an open-source implementation.\n- It is not affiliated with or endorsed by Anthropic.\n","ClaudeCode 是一个高性能的开源AI编码助手，用Rust编写。其核心功能包括基于终端的交互式CLI、支持多种AI模型提供商（如Anthropic兼容和OpenAI兼容）、上下文感知工具以及会话持久化管理。该项目利用Rust语言的优势，确保了内存安全性和执行效率，并且提供了一个可扩展的插件架构以适应不同需求。适用于需要将先进的大语言模型能力集成到开发流程中的开发者或团队，特别是那些希望在本地环境中直接使用AI辅助编码的人士。",2,"2026-06-11 03:50:28","high_star"]