• v0.1.0-alpha 3c81525ab6

    DmitryBykov-ISPO released this 2026-04-22 17:46:44 +03:00 | 26 commits to master since this release

    First 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-pack voice.toml files 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 — produces target/debug/jarvis-app.exe

    What doesn't (reserved for v0.1.0)

    • jarvis-cli — link error LNK1181: libvosk.lib. No build.rs in that crate to surface the vendored DLL path.
    • jarvis-guitauri::generate_context!() needs frontend/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.0 will land build fixes for the two broken crates.

    Downloads