能力标签
开源AI工具:本地AI助手
🛠
AI工具

开源AI工具:本地AI助手

基于 Python · 开源免费,本地部署,数据完全自主可控
英文名:Advanced-STS-Local-AI-Assistant
⭐ 15 Stars 🍴 2 Forks 💻 Python 📄 GPL-3.0 🏷 AI 7.5分
7.5AI 综合评分
installableadvanced-speech-to-speech-local-ai-assistantaillmlocal-aiprivate-aipython
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:开源AI工具:本地AI助手 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

开源AI工具:本地AI助手 是一款基于 Python 的开源工具,在 GitHub 上收获 0k+ Star,是installable、advanced-speech-to-speech-local-ai-assistant、ai、llm领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
开源AI工具:本地AI助手 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 开源AI工具:本地AI助手 的版本更新,及时通知重要功能变化。

📋 工具概览

本地AI助手,使用Silero VAD、Faster-Whisper和LM Stud,提供私有AI解决方案,提高隐私和安全性,适合企业和个人使用。

开源AI工具:本地AI助手 是一款基于 Python 开发的开源工具,专注于 installable、advanced-speech-to-speech-local-ai-assistant、ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 15
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
GPL-3.0
AI 综合评分
7.5 分
工具类型
AI工具
Forks
2

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

本地AI助手,使用Silero VAD、Faster-Whisper和LM Stud,提供私有AI解决方案,提高隐私和安全性,适合企业和个人使用。

开源AI工具:本地AI助手 是一款基于 Python 开发的开源工具,专注于 installable、advanced-speech-to-speech-local-ai-assistant、ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install advanced-sts-local-ai-assistant

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install advanced-sts-local-ai-assistant

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/DIY-Engineering/Advanced-STS-Local-AI-Assistant
cd Advanced-STS-Local-AI-Assistant
pip install -e .

# 验证安装
python -c "import advanced_sts_local_ai_assistant; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
advanced-sts-local-ai-assistant --help

# 基本用法
advanced-sts-local-ai-assistant input_file -o output_file

# Python 代码中调用
import advanced_sts_local_ai_assistant

# 示例
result = advanced_sts_local_ai_assistant.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# advanced-sts-local-ai-assistant 配置文件示例(config.yml)
app:
  name: "advanced-sts-local-ai-assistant"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
advanced-sts-local-ai-assistant --config config.yml

# 或通过环境变量配置
export ADVANCED_STS_LOCAL_AI_ASSISTANT_API_KEY="your-key"
export ADVANCED_STS_LOCAL_AI_ASSISTANT_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 8/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Advanced STS Local AI Assistant

A fully local, privacy first AI assistant that runs entirely on your machine, no cloud, no subscriptions, no data leaving your PC. It combines speech recognition, a large language model, text to speech, a RAG database and a Powerfull MCP Server with a modular plugin architecture into a single easy to use desktop application.

Description

Description Demo Video :

://www.youtube.com/watch?v=V0Aa8dKgbi0&t=141s

Key Features :

  • 🎙️ STT - Faster Whisper with Silero VAD for accurate, low-latency voice detection/transcription
  • 🤖 LLM Integration - Connects to LM Studio to run any local language model you wish
  • 🔊 TTS - Coqui XTTS-V2 for natural, cloneable voice synthesis
     Par With Eleven Labs on Voice Quality
  • 💬 Chat History - Persistent conversation log with full context management
     History is saved as a .txt file for backup and GUI continuity between sessions. It is also used to manually rebuild RAG Database if it gets corrupted/deleted
  • 🧠 RAG Database - MiniLM-L6-v2 + ChromaDB for Semantic very-long-term memory and document retrieval:
    .pdf .txt
     is NO limit on how much it can remember😊
  • 🔌 MCP Server - Modular plugin system for extending the assistant's capabilities
    : Google Services, Windows CLI, Home Assistant, Telegram, Signal and more to come
  • 🐍 Architecture - Full Python
     two C++ backends: faster-whisper and ChromaDB
  • 🖥️ GUI - PyQt5 for a clean and modern desktop interface
     Pannel Style

Minimum System Requirements :

ComponentRequirement
OSWindows 10 / 11 (64-Bit)
| Python | 3.12.6 X64 | | GPU | GTX 1060 6GB or better | | CUDA | 12.8 | | cuDNN | 9.12 | | RAM | 16GB or more | | Storage | 20GB Free space | | LLM Server| LM Studio 0.4.4 |

Installation :

Step 1 - Install Python 3.12.6 X64

Download and install Python 3.12.6 X64 from the official website:

://www.python.org/downloads/release/python-3126/
During installation, make sure to check
 Python to PATH
option. Other Python versions are not supported and will cause dependency errors.

Step 2 - Install Visual Studio Build Tools

Some packages require C++ compilation. Download and install the Build Tools from:

://visualstudio.microsoft.com/visual-cpp-build-tools/
During installation, select
 development with C++
.

Step 3 - Install NVIDIA CUDA 12.8 and cuDNN 9.12

CUDA 12.8:

://developer.nvidia.com/cuda-12-8-0-download-archive
cuDNN 9.12:
://developer.nvidia.com/cudnn
(requires free NVIDIA account)

Step 4 - Install LM Studio

Download and install LM Studio:

://lmstudio.ai
I recommend starting with
.gguf
model, because in my case it offered the best results. To download go to LM-Studio Model Search tab, or hit
 + shift + M
. Next go to
/Local Server
tab, turn ON the local server, open
 settings
and turn ON
 CORS
,
 Model loading
and
 Keep Last JIT Model Loaded
. Next time you reboot your PC LM-Studio will auto-start in sys tray.

Step 5 - Clone the Repository

git clone

://github.com/DIY-Engineering/Advanced-STS-Local-AI-Assistant.git
cd Advanced-STS-Local-AI-Assistant Or download the ZIP from GitHub and extract it to a folder (e.g. "C:\AI Assistant\").

Step 6 - Run the

.py
Script

The setup script handles everything automatically: - ✅ Verifies you are using Python 3.12.6 X64 - ✅ Creates the full project folder structure - ✅ Installs PyTorch with CUDA 12.8 - ✅ Installs all required Python packages - ✅ Downloads and installs all AI models

You can run the script with following options:

Setup.py --cpu                                   # Install PyTorch CPU version (no GPU)
Setup.py --skip-deps                             # Skip dependency installation (models only)
Setup.py --skip-models                           # Skip model downloads (deps only)
Setup.py --only-coqui                            # Download only the Coqui TTS model
Setup.py --only-whisper                          # Download only Faster-Whisper models
Setup.py --whisper-models small medium large-v3  # Specific Whisper models only
Full setup takes approximately 15-30 minutes depending on your internet speed.

Step 7 - Manual Model Installation Alternative

If the automatic setup fails for the model downloads, you can install the models manually. See

 Models Download.txt
in
folder

Step 8 - Manual python dependencyes install Alternative

If

.py
fails to run, you can manually install python dependencies by opening a terminal in
folder and run
 install -r requirements.txt

Folder Structure

Advanced STS Local AI Assistant\
│
├── Advanced STS Local AI Assistant.py   ← Main application
├── Setup.py                             ← Automated setup script
│
├── Chat History\                        ← Conversation logs
├── Coqui TTS\
│   ├── Models\                          ← XTTS-v2 model files
│   └── Samples\                         ← Voice cloning reference audio
├── Debug Logs\                          ← Application logs
├── Dependencies\                        ← Additional local dependencies
├── Graphics\                            ← UI assets
├── MCP                                  ← Tool Chain Rules File
├── MCP Server\
│   ├── Graphics\
│   └── Plugins\                         ← MCP plugin scripts
├── Profiles\                            ← User settings and profiles
├── RAG Embedder\
│   └── MiniLM-L6-v2\                    ← Sentence embedding model
├── RAG Vector Database\                 ← ChromaDB knowledge base
├── Silero VAD\
│   └── Models\                          ← Voice activity detection models
├── System Prompt\                       ← System prompt configuration files
└── Whisper STT\
    └── Models\
        ├── tiny\
        ├── base\
        ├── small\
        ├── medium\
        └── large-v3\

Dependencies

All dependencies are installed automatically by

.py
. For reference, here is a summary of the main packages:

CategoryPackage
GUIPyQt5
Speech-to-Textfaster-whisper, openai-whisper, ctranslate2
Text-to-Speechcoqui-tts
Voice Activity Detectionsilero-vad
LLMtransformers, sentence-transformers
AudioPyAudio, pydub, soundfile, librosa
RAG / Vector DBchromadb, sentence-transformers
Deep LearningPyTorch 2.7.0 + CUDA 12.8
Google APIsgoogle-auth, google-api-python-client
MCP Protocolmcp
UI Serveruvicorn, starlette, websockets

Full pinned dependency list:

/Requirements.txt

🚀 First Launch 🚀

1. Make sure LM Studio is running, the local server is started and that you have at least one model downloaded, for starters i recommend

.gguf
a verry capable SOTA Model 2. Run the main application:
 "Advanced STS Local AI Assistant.py"
or just double-click
 patient here, it has to load Heavy Dependencies😊
3. Select your microphone and audio output device from the dropdowns
 default it uses Microsoft Sound Mapper for input/output
4. Select your preferred Whisper model. Use "Medium" for best speed/accuracy balance 5. Select a voice sample from
 Voice Sample
menu in Coqui XTTS-V2 Settings Frame 6. Press "Start" and start talking! 7. Do not activate "Real Talk" if you are using speakers, this setting is for headphone use ONLY. Real Talk immediatly stops the TTS if it detects ANY voice and restarts the processing loop.

Troubleshooting :

on launch → Make sure you ran
.py
and it completed without errors. Check
 Logs\Debug Log.txt
for details.

 out of memory
→ Use a smaller Whisper model ( small or base ) or reduce the LLM context size in LM Studio. You can do this when you manually load a model, you just have to check
 choose model load parameters
setting.

 not working / Coqui refuses to load
→ Make sure
.txt
exists in
 TTS\Models\
with the correct text. See
 Models Download.txt
.

 not detected
→ Check Windows sound settings and make sure your mic is set as the default recording device.

 Studio connection error
→ Make sure the LM Studio local server is running on
://localhost:1234
before launching the assistant. # Author : Nechifor Marian

Acknowledgements: - Faster-Whisper -

://github.com/SYSTRAN/faster-whisper
- Coqui TTS -
://github.com/coqui-ai/TTS
- Silero VAD -
://github.com/snakers4/silero-vad
- ChromaDB -
://github.com/chroma-core/chroma
- LM Studio -
://lmstudio.ai
- Sentence Transformers -
://github.com/UKPLab/sentence-transformers

🎯 aiskill88 AI 点评 B 级 2026-05-23

本地AI助手是一个有潜力的开源工具,使用Silero VAD、Faster-Whisper和LM Stud,提供私有AI解决方案,提高隐私和安全性,但需要进一步优化和测试。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
Advanced-STS-Local-AI-Assistant 中文教程Advanced-STS-Local-AI-Assistant 安装报错怎么办Advanced-STS-Local-AI-Assistant MCP 配置Advanced-STS-Local-AI-Assistant 与同类工具对比Advanced-STS-Local-AI-Assistant 最佳实践Advanced-STS-Local-AI-Assistant 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +GPL-3.0 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。

🔗 相关工具推荐

📚 相关教程推荐
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

Advanced-STS-Local-AI-Assistant 是一款Python开发的AI辅助工具。开源AI工具:This is a fully local AI Assistant that uses Silero VAD, Faster-Whisper, LM Stud。⭐15 · Python 主要应用场景包括:企业和个人使用私有AI解决方案,提高隐私和安全性。
💡 AI Skill Hub 点评

总体来看,开源AI工具:本地AI助手 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 开源AI工具:本地AI助手
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 Advanced-STS-Local-AI-Assistant
原始描述 开源AI工具:This is a fully local AI Assistant that uses Silero VAD, Faster-Whisper, LM Stud。⭐15 · Python
Topics installableadvanced-speech-to-speech-local-ai-assistantaillmlocal-aiprivate-aipython
GitHub https://github.com/DIY-Engineering/Advanced-STS-Local-AI-Assistant
License GPL-3.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/DIY-Engineering/Advanced-STS-Local-AI-Assistant 🌐 官方网站  https://www.youtube.com/@DIY_Engineering/featured

收录时间:2026-05-23 · 更新时间:2026-05-30 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。