Install SecureVibe on Windows¶
The skills-check CLI runs on Windows 10 and newer (x64). The CLI binary is
signed with Authenticode when the release secret is configured — see
packaging/codesign/README.md.
MSI installer¶
Download the signed .msi from the
latest GitHub Release
and double-click to install. The installer places the binary in
%ProgramFiles%\Skills-Check\ and adds it to the system PATH.
winget¶
The manifest lives at
packaging/winget/shieldnet-360.skills-check.yaml.
Scoop¶
scoop bucket add shieldnet-360 https://github.com/shieldnet-360/scoop-bucket
scoop install skills-check
The bucket manifest lives at
packaging/scoop/skills-check.json.
Go install¶
Make sure %USERPROFILE%\go\bin is on your PATH.
Verify¶
Schedule background updates¶
skills-check init will also offer to install the scheduled update on
first run; pass --no-prompt to skip in CI.