AIME-BOX

by AimeBox

MCP Client
  • agent-framework

一款基于 langchain + electron开发的多平台桌面端 Chat 客户端 支持本地知识库,tool调用,多个智能agent调用 目标尽量实现全离线本地可执行的智能agent

About

What is AIME-BOX?

AIME-BOX is a multi-platform desktop chat client built with LangChain and Electron. It supports local knowledge bases, tool calling, and multiple intelligent agents, aiming for fully offline local execution.

How to use AIME-BOX?

Add a model provider (e.g., Ollama), then manage and enable the desired models. Start chatting directly. Download local models for features like knowledge base retrieval, OCR, speech recognition, and speech synthesis. Use npm run start for development and npm run package for Windows builds.

Key features of AIME-BOX

- Multiple model provider support: Ollama, OpenAI, DeepSeek, Anthropic, etc.
- Tool calling: web loader, web search, STT, TTS, OCR.
- Local knowledge base engine using LanceDB with image, docx, doc, text, URL inputs.
- Multi‑agent system: data extraction, code assistant, translation assistant.
- Prompt saving functionality.
- MCP (Model Context Protocol) support for model integration.

Use cases of AIME-BOX

- Extract structured data from files or folders based on user‑specified fields.
- Generate and execute Python scripts in a virtual environment for automation tasks.
- Chat with local LLMs using a variety of tools for search, image analysis, and speech.
- Build a fully offline assistant with local knowledge retrieval and voice interaction.

FAQ from AIME-BOX

Which AI models does AIME-BOX support?

It supports Ollama, OpenAI, DeepSeek, Anthropic, and other providers. Local models can be managed for offline use.

Does AIME-BOX support MCP servers?

Yes, MCP is supported and can be connected for model tool calls.

What is the license of AIME-BOX?

It is licensed under the Apache License 2.0.

Can all features run fully offline?

The project aims for fully offline local execution, but some features (e.g., model downloads) may require an initial internet connection.

What are current limitations?

Multilingual support and document chat (ChatDoc‑like) are not yet implemented. Speech and vision features depend on locally downloaded models.

Details

Author
AimeBox
Category
agent-framework
Repository
aimebox/aime-box

Aime Box

一款基于 langchain + electron开发的多平台桌面端 Chat 客户端

支持本地知识库,tool调用,多个智能agent调用

目标尽量实现全离线本地可执行的智能agent

🖼 截图

image image image image

开始

1. 添加模型提供商(如Ollama) 2. 点击管理模型(启用需要的模型) 3. 聊天页面即可对话聊天 4. 下载一些本地模型 设置-本地模型管理(如国内调整HuggingfaceUrl为hf-mirror) - 推介下载 - bge-m3 用于知识库检索 - bge-reranker-large 用于知识库重排序 - RapidOCR-json_v0.2.0 用于win环境下的ocr - matcha-icefall-zh-baker 用于语音生成 - sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17 用于语音识别 - silero_vad 用于分离说话场景 - sherpa-onnx-pyannote-segmentation-3-0、3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k 用于说话人识别 - rmbg-1.4 用于背景消除

🌟 特点

- 多个模型供应商支持 ollama、openai、deepseek、anthropic等等 - 多种工具调用支持 webloader、websearch、stt、tts、ocr等等 - 本地知识库引擎,使用lancedb 进行本地知识库检索,支持image、docx、doc、text、url做为输入源 - 多agent,目前有数据提取agent、代码助手、翻译助手 - 提示词保存功能 - MCP支持,可接入供模型调用

📝 Todo

- [x] mac平台兼容 - [ ] 多语言支持 - [ ] 文档对话功能类似于ChatDoc 支持docx、pdf、txt、url、mp4、音频文件等格式的对话 - [x] 浏览器browser-use - [ ] Tool自动创建工具,输入url或说明文档自动创建工具供模型调用 - [ ] 更多的agents

Agent

1. Extract 数据提取助手,用于对指定文件或文件夹下所有文件进行检索,根据用户给出的字段进行全文或部分抽取,markdown格式输出 2. ScriptAssistant 对用户的任务生成一个python脚本和venv环境执行

🔌 技术栈

感谢以下开源项目的支持 - electron-react-boilerplate 用于electron开发的react框架模板 - langchainjs agent框架 - lancedb 本地向量知识库 - sherpa-onnx 语音识别和语音合成等 - @huggingface/transformers 本地运行onnx模型库

如有缺漏请联系作者补充

🐞 Dev

npm install
npm run start

💼 Build

# window
npm run package

🌐 About

author: 781172480@qq.com

ChangeLog

CHANGELOG

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

© Aime Box