-
v0.1.0 — all crates build Stable
released this
2026-04-22 18:11:11 +03:00 | 20 commits to master since this releaseFirst full release where every crate in the workspace compiles cleanly in
cargo build --workspace --release.What builds
- ✅
jarvis-core(library) - ✅
jarvis-app—target/release/jarvis-app.exe(~38 MB) - ✅
jarvis-cli—target/release/jarvis-cli.exe(~33 MB) - ✅
jarvis-gui—target/release/jarvis-gui.exe(~42 MB)
Build fixes vs v0.1.0-alpha
- jarvis-cli: added
build.rsmirroringjarvis-appsolibvosk.liblink path is registered. - jarvis-gui: added its own
build.rstoo — Cargo workspace feature unification pullsvoskinto all crates depending onjarvis-core, so gui also needed the link path. - frontend/: added build step (
npm install && npm run buildinsidefrontend/) —tauri::generate_context!()needsfrontend/dist/client/to exist at compile time. Also rearranged npmbuildscript to runroutify buildbeforesvelte-checkso Routify's generatedroutes.default.jsis available for type-check. - gitignore: tauri-regenerated schemas (
crates/jarvis-gui/gen/schemas/*.json) no longer dirty the tree after builds.
Caveat
This release was verified by build-cleanliness only, not runtime smoke test. First run after
cd frontend && npm install && npm run build && cargo build --workspace --releaseshould produce the three binaries above.License
CC BY-NC-SA 4.0. Original attribution to Abraham Tugalov / Priler preserved.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- ✅