百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jarvis

> 编程语言
开源

尊重您的隐私的离线语音助手。由 Rust 打造。WIP。

2.9K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

尊重您的隐私的离线语音助手。由 Rust 打造。WIP。

JARVIS Voice Assistant (this readme is outdated)

Jarvis - is a voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.

The main project challenges we try to achieve is:

  • 100% offline (no cloud)
  • Open source (full transparency)
  • No data collection (we respect your privacy)

Our backend stack is Rust with ❤️ Tauri.
For the frontend we use ⚡️ Vite + ️ Svelte.

Other libraries, tools and packages can be found in source code.

Neural Networks

This are the neural networks we are currently using:

  • Speech-To-Text
    • Vosk Speech Recognition Toolkit via Vosk-rs
  • Text-To-Speech
    • Silero TTS (currently not used)
    • Coqui TTS (currently not used)
    • WinRT (currently not used)
    • gTTS (currently not used)
    • SAM (currently not used)
  • Wake Word
    • Rustpotter (Partially implemented, still WIP)
    • Picovoice Porcupine via official SDK (requires API key)
    • Vosk Speech Recognition Toolkit via Vosk-rs (very slow)
    • Snowboy (currently not used)
  • NLU
    • Nothing yet.
  • Chat
    • ChatGPT (coming soon)

Supported Languages

Currently, only Russian language is supported.
But soon, Ukranian and English will be added for the interface, wake-word detection and speech recognition.

How to build?

Nothing special was used to build this project.
You need only Rust and NodeJS installed on your system.
Other than that, all you need is to install all the dependencies and then compile the code with cargo tauri build command.
Or run dev with cargo tauri dev.



Thought you might need some of the platform specific libraries for PvRecorder and Vosk.

Author

Abraham Tugalov

Python version?

Old version of Jarvis was built with Python.
The last Python version commit can be found here.

License

Attribution-NonCommercial-ShareAlike 4.0 International
See LICENSE.txt file for more details.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustrusttaurivoice-assistant

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言