Skip to content

SecureVector Guardian 1.1.0

Choose a tag to compare

@mss04132020 mss04132020 released this 10 Jun 05:30
· 11 commits to main since this release

First-use model auto-download.

  • The trained model bundle is no longer shipped in the wheel (21 KB install). On first use, svguardian / svguardian.server download guardian.runtime.json.gz from 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.gz to 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.