ZCF is a TypeScript-based tool that provides zero-config code flow for Claude Code and Codex, with interactive and non-interactive startup options. It has active releases and a large npm presence.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
ZCF (Zero-Config Code Flow) is a TypeScript project that enables code workflows for Claude Code and Codex with a focus on zero-configuration setup. The repository describes a system for agent-based AI coding workflows and supports bilingual documentation.
How it works
The project exposes a command-line interface that allows initialization, updates, and language switching for the UI. The Quick Start section shows interactive and non-interactive usage, including provider presets and workflow initialization. The README references an online documentation site for full details.
Getting started
- Quick Start guidance:
npx zcf i
- Examples:
npx zcf i # Full initialization: install + workflows + API/CCR + MCP
npx zcf u # Update workflows only
npx zcf --lang zh-CN # Switch interface language (example)
- Non-interactive example (provider preset):
npx zcf i -s -p 302ai -k "sk-xxx"
- It points to a full documentation site: https://zcf.ufomiao.com/
Getting started (continued)
The project is available on npm as zcf and has a live patch history with multiple releases, indicating ongoing maintenance. The repository uses TypeScript and MIT license.
Recent releases
Latest release: zcf@3.7.2 (2026-08-04) with patch changes:
- Skip special filesystem entries (e.g. sockets) during recursive directory copy to avoid copy failures
- Chinese translation of the same fix Previous release: zcf@3.7.1 (2026-07-20) with patch changes including fixes to MiniMax API provider preset base URL and default models, and safeguards to prevent Codex init from overwriting Claude Code CLAUDE.md during workflow import Earlier: zcf@3.7.0 (2026-07-11) adds features around migrating templates to skills, and new presets; 3.6.x series add sponsor presets and enhancements
Traction
The repository has 6077 stars and 425 forks, 47 open issues, and is written in TypeScript under MIT license. Created 2025-07-30; last push 2026-08-04.
Behind the repo
Not applicable: no linked startup or company information provided beyond sponsor table in README.
Caveats
- License: MIT
- Age: Created 2025-07-30
- Open issues: 47
- Last push: 2026-08-04
Additional notes
The README highlights various sponsorships and integrations (Claude API, AIHub, PackyCode, etc.) and indicates a bilingual documentation approach with a dedicated docs site.






