Installation
macOS / Linux — Homebrew
# Ajouter le tap STH (une seule fois)
brew tap skills-transfer-hub/sth
# Approuver le tap — requis pour un tap tiers depuis Homebrew 6.0 (une seule fois)
brew trust skills-transfer-hub/sth
# Installer
brew install skills-transfer-hub/sth/sth
# Vérifier
sth versionThe tap and trust steps are one-time only — trust is Homebrew 6.0's security gate for third-party taps. After that, update STH with brew upgrade sth, not sth update self.
Windows — winget or Chocolatey
# winget
winget install STH.STH
# Scoop
scoop bucket add sth https://github.com/Skills-transfer-hub/scoop-sth
scoop install sth
# Chocolatey
choco install sthBinary from GitHub Releases
If you prefer manual installation or run an unsupported platform, download the matching archive from the Releases page (each archive ships with a SHA256SUMS file to verify integrity), then place the binary into your PATH.
# macOS / Linux
tar -xzf sth-darwin-arm64.tar.gz # ou linux-amd64, darwin-amd64
chmod +x sth
sudo mv sth /usr/local/bin/
# Windows : extraire sth-windows-amd64.zip et déplacer sth.exe dans un dossier de %PATH%Verify the installation
sth version