Install s0
Forensic-grade drive sanitization, deleted-file recovery, and Ed25519-signed verification. Deploy across Linux, macOS, and Windows.
Authorized Use Only: s0 is a certified digital forensic tool. Only operate on storage media you legally own or have documented authorization to process.
[+] Installation Commands
Linux & macOS
Bash / Zsh
curl -fsSL https://s0-install.pages.dev/sh | bash
Windows
PowerShell
irm https://s0-install.pages.dev/ps1 | iex
Windows
Command Prompt
curl -fsSL https://s0-install.pages.dev/cmd -o s0-install.cmd && s0-install.cmd && del s0-install.cmd
[^] Upgrade Suite
Linux & macOS
Bash / Zsh
curl -fsSL https://s0-install.pages.dev/upgrade-sh | bash
Windows
PowerShell
irm https://s0-install.pages.dev/upgrade-ps1 | iex
Windows
Command Prompt
curl -fsSL https://s0-install.pages.dev/upgrade-cmd -o s0-upgrade.cmd && s0-upgrade.cmd && del s0-upgrade.cmd
CLI In-Place
Terminal
s0 upgrade
[-] Uninstallation
Linux & macOS
Bash / Zsh
curl -fsSL https://s0-install.pages.dev/uninstall-sh | bash
Windows
PowerShell
irm https://s0-install.pages.dev/uninstall-ps1 | iex
Windows
Command Prompt
curl -fsSL https://s0-install.pages.dev/uninstall-cmd -o s0-uninstall.cmd && s0-uninstall.cmd && del s0-uninstall.cmd
CLI In-Place
Terminal
s0 uninstall