kanade-client 0.44.21

End-user-facing Tauri Client App for the kanade endpoint-management system. Talks to the LocalSystem agent over the KLP Named Pipe (SPEC §2.12); presents a tray + window UI for notifications / health / self-service jobs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Auto-generated by `tauri-build` at cargo build time — pure
# build artifacts derived from `tauri.conf.json` +
# `capabilities/`, never edited by hand.
gen/

# `bun run build` output for the WebView; the dist/index.html
# stub at this path is checked in so `cargo check -p
# kanade-client` doesn't need bun set up, but build artifacts
# below it are .ignored.
web/dist/assets/

# NOTE: web/bun.lock IS committed (like kanade-backend/web/bun.lock).
# The release pipeline now builds this WebView in CI (cargo make
# web-build) and Tauri bakes it into the binary, so the build must be
# reproducible — the lockfile is installed with `bun install
# --frozen-lockfile`. (It used to be ignored back when nothing built the
# client web in CI; that's no longer true.)