vwh-2.0.2 is not a library.
vwh
Public inspector CLI for VWH artifacts (.vwh). This tool verifies signatures locally and can optionally consult a public registry for key and artifact status.
Install
From crates.io:
Windows prerequisite:
- The MSVC linker (
link.exe) is required. Install "Build Tools for Visual Studio" with the "Desktop development with C++" workload, then reopen your terminal.
Build from source:
Binary location:
- macOS/Linux:
target/release/vwh - Windows:
target/release/vwh.exe
Usage
Inspect a file:
Offline mode:
Custom registry URL:
Environment variable:
Windows (PowerShell):
$env:VWH_REGISTRY_URL = "https://example.com/registry"
vwh.exe inspect artifact.vwh
Registry
If available, the inspector fetches:
keys.jsonledger.json
Default registry base URL:
https://notvc.to/vwh-registry
Registry data is advisory only. Signature validity is always authoritative and local.