Back to Dashboard
Client Downloads
Download the SafeySelfAssist binary for your platform. Verify checksum before running.
Available Binaries
How to start
  1. Download correct binary for your OS/architecture.
  2. Validate SHA256 checksum matches this page.
  3. Make executable on Linux/macOS: chmod +x SafeySelfAssist-*
  4. Run in terminal first time: ./SafeySelfAssist-* (or double-click on Windows).
  5. 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