Client Downloads
Download the SafeySelfAssist binary for your platform. Verify checksum before running.
Available Binaries
How to start
- Download correct binary for your OS/architecture.
- Validate SHA256 checksum matches this page.
- Make executable on Linux/macOS:
chmod +x SafeySelfAssist-* - Run in terminal first time:
./SafeySelfAssist-*(or double-click on Windows). - Choose foreground or install as service from interactive menu.
Checksum validation
Replace filenames and expected checksum values with values from above cards.
Linux / macOS
shasum -a 256 SafeySelfAssist-linux-amd64
# compare output to expected SHA256 from this page
Windows (PowerShell)
Get-FileHash .\SafeySelfAssist-windows-amd64.exe -Algorithm SHA256
# compare Hash value to expected SHA256 from this page