Discover and explore top open-source AI tools and projects—updated daily.
Zero-config Claude-Code Flow setup and management
Top 27.1% on SourcePulse
This project provides a zero-configuration, one-click setup for Claude Code, an AI-powered coding assistant, with bilingual support and an intelligent agent system. It aims to streamline the setup and management of Claude Code, offering enhanced features like a Claude Code Router (CCR) for model access and cost optimization, and the BMad workflow for enterprise-grade AI agent development.
How It Works
ZCF utilizes Node.js and npm to manage the installation and configuration of Claude Code and its associated tools. It offers an interactive menu-driven interface for guided setup, allowing users to select languages, AI personalities, API authentication methods, and install various AI agent workflows and MCP (Model Configuration Provider) services. The Claude Code Router (CCR) acts as a proxy, enabling the use of free AI models and custom routing rules for cost savings.
Quick Start & Requirements
npx zcf
(opens interactive menu) or npx zcf i
(full initialization).Highlighted Details
Maintenance & Community
The project is actively maintained, with recent enhancements to CCR and the introduction of the BMad workflow. Community contributions are acknowledged, and sponsorship is encouraged.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Users who previously used ZCF v2.9.1 to initialize CCR need to re-run the CCR initialization due to an incorrect package name in that version. The README mentions using pnpm
for development builds, but npm
is used for user installation via npx
.
21 hours ago
Inactive