免费超级代码 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
免费超级代码 是一款基于 TypeScript 开发的开源工具,专注于 ai-chat、claude-code、codex 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
免费超级代码 是一款基于 TypeScript 开发的开源工具,专注于 ai-chat、claude-code、codex 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g freeultracode # 方式二:npx 直接运行(无需安装) npx freeultracode --help # 方式三:项目依赖安装 npm install freeultracode # 方式四:从源码运行 git clone https://github.com/wellingfeng/FreeUltraCode cd FreeUltraCode npm install npm start
# 命令行使用
freeultracode --help
# 基本用法
freeultracode [options] <input>
# Node.js 代码中使用
const freeultracode = require('freeultracode');
const result = await freeultracode.run(options);
console.log(result);
# freeultracode 配置说明 # 查看配置选项 freeultracode --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export FREEULTRACODE_CONFIG="/path/to/config.yml"
<p align="center"> <img src="app/doc/images/freeultracode-mark.svg" alt="FreeUltraCode app mark" width="560"> </p>
<p align="center"> FreeUltraCode gives developers one local chat surface for Claude Code, Codex, Gemini, free provider channels, and local models. Use the expensive models when they matter. Send the routine work somewhere cheaper. </p>
<p align="center"> <strong>English</strong> · <a href="app/doc/README.zh-CN.md">中文</a> · <a href="app/doc/README.fr.md">Français</a> · <a href="app/doc/README.de.md">Deutsch</a> · <a href="app/doc/README.es.md">Español</a> · <a href="app/doc/README.pt-BR.md">Português</a> · <a href="app/doc/README.ru.md">Русский</a> · <a href="app/doc/README.ja.md">日本語</a> · <a href="app/doc/README.ko.md">한국어</a> · <a href="app/doc/README.hi.md">हिन्दी</a> · <a href="app/doc/README.ar.md">العربية</a> · <strong><a href="https://discord.gg/2C9ptSEFG">Discord</a></strong> · <strong>QQ Group: 149523963</strong> </p>
<p align="center"> <a href="app/package.json"><img src="https://img.shields.io/badge/version-0.2.4-2F6FED?style=flat-square&labelColor=161b22" alt="version 0.2.4"></a> <a href="app/src-tauri/tauri.conf.json"><img src="https://img.shields.io/badge/Tauri-2.11-24C8DB?style=flat-square&labelColor=161b22&logo=tauri&logoColor=white" alt="Tauri 2.11"></a> <a href="app/package.json"><img src="https://img.shields.io/badge/React-18-61DAFB?style=flat-square&labelColor=161b22&logo=react&logoColor=white" alt="React 18"></a> <a href="app/package.json"><img src="https://img.shields.io/badge/TypeScript-5.6-3178C6?style=flat-square&labelColor=161b22&logo=typescript&logoColor=white" alt="TypeScript 5.6"></a> <a href="app/package.json"><img src="https://img.shields.io/badge/Vite-5.4-646CFF?style=flat-square&labelColor=161b22&logo=vite&logoColor=white" alt="Vite 5.4"></a> <a href="https://discord.gg/2C9ptSEFG"><img src="https://img.shields.io/badge/discord-join-5865F2?style=flat-square&labelColor=161b22&logo=discord&logoColor=white" alt="Join Discord"></a> <img src="https://img.shields.io/badge/QQ%20Group-149523963-12B7F5?style=flat-square&labelColor=161b22" alt="QQ Group 149523963"> </p>
<p align="center"> <strong>Free channel routing</strong><br> <img src="app/doc/images/hero-free-channels.png" alt="FreeUltraCode free channel routing screenshot" width="960"> </p>
[!IMPORTANT] Community · 加入社区 — join the FreeUltraCode Discord or QQ group for setup help, model routing ideas, and contributor coordination. Discord: <https://discord.gg/2C9ptSEFG> · QQ Group: 149523963
Run the web app from app/:
cd app
npm install
npm run dev
Vite starts at <http://localhost:5173>.
Run the desktop app:
cd app
npm run desktop
Build a production desktop package:
cd app
npm run package
From the repository root:
./run.sh # macOS/Linux: rebuild if needed, then launch
./package.sh # macOS/Linux: build native bundles (.dmg on macOS)
run.bat # Windows: rebuild if needed, then launch
build.bat # Windows: package the NSIS installer
For complex multi-step coding tasks, /ultracode <task> generates a purpose-built execution harness on the fly and runs it immediately — no visual canvas needed.
.fuc-run/<run-id>/ with a task ledger, events, verdict, and final result.fuc ultracode "<task>" --json --interactive --cwd <workspace>.claude CLI login credentials.The Auto channel (freecc:auto in the Channel menu) routes each request through the best currently available free channel without manual switching.
When using /ultracode, the harness can chain multiple providers across plan steps automatically. A typical pattern: let DeepSeek produce responsive drafts with low cost, then let CodeX pick up and refine the output for final quality.
model overrides — assign DeepSeek to brainstorming/classification steps and CodeX/Gemini to implementation/verification steps.cc-switch CLI config so any provider already configured for Claude Code routing is immediately available for ultracode steps.The free proxy auto channel prioritizes channels based on real-world availability signals:
These features work together so /ultracode harness runs stay resilient even when individual free providers are slow, rate-limited, or temporarily unavailable.
开源AI工具,功能丰富
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,免费超级代码 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | FreeUltraCode |
| 原始描述 | 开源AI工具:FreeUltraCode - Free LLM channel router for Claude Code, Codex, Gemini, and loca。⭐28 · TypeScript |
| Topics | ai-chatclaude-codecodexcoding-assistantfree-ai |
| GitHub | https://github.com/wellingfeng/FreeUltraCode |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。