Fork of Priler/jarvis (CC BY-NC-SA 4.0) https://github.com/Priler/jarvis
Find a file
2026-04-22 17:17:00 +03:00
crates AI models shared registry + Code cleanup + Better async handling + Some fixes, etc 2026-02-18 21:08:48 +05:00
frontend AI models shared registry + Code cleanup + Better async handling + Some fixes, etc 2026-02-18 21:08:48 +05:00
lib library files required for the build added 2026-01-17 06:08:09 +05:00
resources some fixes + gliner first implementation 2026-02-11 07:21:50 +05:00
.gitignore some fixes + gliner first implementation 2026-02-11 07:21:50 +05:00
Cargo.lock AI models shared registry + Code cleanup + Better async handling + Some fixes, etc 2026-02-18 21:08:48 +05:00
Cargo.toml chore: rebrand to Bossiara13 fork (preserve Tugalov attribution) 2026-04-22 17:17:00 +03:00
LICENSE.txt Readme and License 2023-04-28 19:39:48 +05:00
post_build.py some fixes + gliner first implementation 2026-02-11 07:21:50 +05:00
poster.jpg Some funky stuff, bruh 2023-05-01 01:52:47 +05:00
README.md Mark README as outdated 2026-01-17 06:27:35 +05:00

JARVIS Voice Assistant (this readme is outdated)

We are NOT limited by the technology of our time!

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:

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.