基于 Chatbox 的极简去商业化桌面 AI 客户端
English below 中文在上方
Chatbox Pure 是在 Chatbox 开源项目基础上二次开发的极简版本,移除了所有广告和商业化内容,专注于本地和自定义模型,界面纯净,体验极简,适合注重隐私和极简主义的用户。
-
移除了所有云服务相关入口与代码
-
移除了所有广告、推广、付费订阅提示
-
移除了联网搜索、图片生成功能
-
移除了"我的搭档"等商业化 UI
-
只保留本地和自定义模型支持
-
精简设置与界面,纯净无打扰
-
🚫 无广告、无云服务、无商业化内容
-
🧩 支持多种主流 AI 模型(本地/自定义 API Key)
-
🖥️ 跨平台桌面客户端,数据仅存本地
-
🧹 代码精简,界面极简
- 克隆本仓库
git clone https://github.com/wzyfromhust/Chatbox-Pure.git cd Chatbox-Pure - 安装依赖
npm install
- 启动开发环境
npm run dev
- 构建生产包(多平台)
npm run build # 或 npm run dist
本项目基于 Chatbox 开源项目开发,感谢原作者及社区的贡献!
本项目遵循 AGPL-3.0,与上游一致。请保留原作者署名及 LICENSE 文件。
A minimal, de-commercialized desktop AI client based on Chatbox
Chatbox Pure is a minimal version based on the open-source Chatbox project. All ads and commercial content have been removed. It focuses on local and custom models, with a clean interface and minimal experience, ideal for privacy-conscious and minimalism enthusiasts.
-
All cloud service integrations and entry points
-
All ads, promotions, and subscription prompts
-
Web search and image generation features
-
"My Partner" and other commercial UI elements
-
Only local and custom model support is retained
-
Simplified settings and UI for a clean experience
-
🚫 No ads, no cloud service, no commercial content
-
🧩 Supports various mainstream AI models (local/custom API Key)
-
🖥️ Cross-platform desktop client, all data stored locally
-
🧹 Clean code, minimal UI
- Clone this repo
git clone https://github.com/wzyfromhust/Chatbox-Pure.git
cd Chatbox-Pure- Install dependencies
npm install- Start development mode
npm run dev- Build for production (multi-platform)
npm run build
# or npm run distThis project is based on Chatbox. Thanks to the original authors and the open-source community!
This project follows AGPL-3.0, same as upstream. Please keep the original author and LICENSE file.