SecureVector Guardian 1.1.0
First-use model auto-download.
- The trained model bundle is no longer shipped in the wheel (21 KB install). On first use,
svguardian/svguardian.serverdownloadguardian.runtime.json.gzfrom this release, SHA-256 verify it, and cache it per-user — then every run is fully offline. - Cross-platform cache:
~/.cache/svguardian(Linux),~/Library/Caches/svguardian(macOS),%LOCALAPPDATA%\svguardian(Windows). Overrides:SV_GUARDIAN_CACHE,XDG_CACHE_HOME. - Air-gapped: set
SV_GUARDIAN_RUNTIME=/path/to/guardian.runtime.json.gzto skip all network. - New:
svguardian.resolve_runtime()returns the cached bundle path (downloading if needed).
Note: the auto-download requires the release asset to be publicly reachable.