-
v0.1.0-alpha — rebrand + README Pre-release
released this
2026-04-22 17:46:44 +03:00 | 26 commits to master since this releaseFirst modified release of the fork. Alpha because 2 of 4 crates do not yet build:
What's in this release
- Rebranded to Bossiara13 fork. Original Tugalov/Priler attribution preserved in
LICENSE.txt,Cargo.toml, and voice-packvoice.tomlfiles per CC BY-NC-SA 4.0. - README fully rewritten in Russian to reflect actual workspace architecture (4 crates:
jarvis-core,jarvis-app,jarvis-gui,jarvis-cli). Upstream README was outdated.
What builds
- ✅
jarvis-core(1 warning) - ✅
jarvis-app— producestarget/debug/jarvis-app.exe
What doesn't (reserved for v0.1.0)
- ❌
jarvis-cli— link errorLNK1181: libvosk.lib. Nobuild.rsin that crate to surface the vendored DLL path. - ❌
jarvis-gui—tauri::generate_context!()needsfrontend/dist/client/built first (cd frontend && npm install && npm run build).
No code changes vs upstream
This alpha has no behavioral differences from Priler/jarvis master beyond attribution. Full
v0.1.0will land build fixes for the two broken crates.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Rebranded to Bossiara13 fork. Original Tugalov/Priler attribution preserved in