chatbox AI技能包 是 AI Skill Hub 本期精选AI工具之一。在 GitHub 上收获超过 39.9k 颗 Star,综合评分 8.5 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
功能强大的开源AI客户端,支持ChatGPT、Claude等多个主流AI模型集成。提供直观的聊天界面和高效的对话管理,适合需要跨模型AI体验的开发者和普通用户。
chatbox AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 AI客户端、多模型集成、开源工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
功能强大的开源AI客户端,支持ChatGPT、Claude等多个主流AI模型集成。提供直观的聊天界面和高效的对话管理,适合需要跨模型AI体验的开发者和普通用户。
chatbox AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 AI客户端、多模型集成、开源工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g chatbox # 方式二:npx 直接运行(无需安装) npx chatbox --help # 方式三:项目依赖安装 npm install chatbox # 方式四:从源码运行 git clone https://github.com/chatboxai/chatbox cd chatbox npm install npm start
# 命令行使用
chatbox --help
# 基本用法
chatbox [options] <input>
# Node.js 代码中使用
const chatbox = require('chatbox');
const result = await chatbox.run(options);
console.log(result);
# chatbox 配置说明 # 查看配置选项 chatbox --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CHATBOX_CONFIG="/path/to/config.yml"
<p align="right"> <a href="README.md">English</a> | <a href="./doc/README-CN.md">简体中文</a> </p>
This is the repository for the Chatbox Community Edition, open-sourced under the GPLv3 license.
Chatbox is going open-source Again!
We regularly sync code from the pro repo to this repo, and vice versa.
- And More... :sparkles: Constantly enhancing the experience with new features!
| Platform | Minimum Version | Architecture |
|---|---|---|
| Windows | Windows 10 | x64 |
| macOS | macOS 11 (Big Sur) | Intel/Apple Silicon |
| Linux | Ubuntu 20.04+ / AppImage supported distros | x64 |
--- <div align="center" markdown="1"> <a href="https://go.warp.dev/chatbox"> <img alt="Warp sponsorship" width="400" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Sponsor/Warp-Github-LG-02.png"> </a>
Before you begin, ensure you have the following installed:
corepack enable && corepack prepare pnpm@latest --activate1. Clone the repository
git clone https://github.com/chatboxai/chatbox.git
cd chatbox
2. Install dependencies
pnpm install
3. Start development server
pnpm run dev
The application will start in development mode with hot-reload enabled.
| Command | Description |
|---|---|
pnpm run dev | Start development server with hot-reload |
pnpm run package | Build and package for current platform |
pnpm run package:all | Build and package for all platforms |
pnpm run build | Build for production without packaging |
pnpm run lint | Run Biome to check code quality |
pnpm run test | Run Vitest test suite |
Issue: pnpm install fails - Solution: Ensure you're using pnpm (not npm or yarn) and Node.js version is within the required range. Run corepack enable if pnpm is not found.
Issue: Build fails on Windows - Solution: Run pnpm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe" if using Git Bash
Issue: Changes not reflecting in development - Solution: Stop the dev server, delete node_modules/.vite, and restart
成熟稳定的开源AI客户端,39.9k星标认可度高。多模型集成能力强,界面友好,活跃维护,是专业AI用户首选工具。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
经综合评估,chatbox AI技能包 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | chatbox |
| 原始描述 | 开源AI工具:Powerful AI Client。⭐39.9k · TypeScript |
| Topics | AI客户端多模型集成开源工具ChatGPTClaude |
| GitHub | https://github.com/chatboxai/chatbox |
| License | GPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。