Install s0

Forensic-grade drive sanitization, deleted-file recovery, and Ed25519-signed verification. Deploy across Linux, macOS, and Windows.

[+] Installation Commands

Linux & macOS

Bash / Zsh
curl -fsSL https://s0-install.vercel.app/sh | bash

Windows

PowerShell
irm https://s0-install.vercel.app/ps1 | iex

Windows

Command Prompt
curl -fsSL https://s0-install.vercel.app/cmd -o s0-install.cmd && s0-install.cmd && del s0-install.cmd
[^] Upgrade Suite

Linux & macOS

Bash / Zsh
curl -fsSL https://s0-install.vercel.app/upgrade-sh | bash

Windows

PowerShell
irm https://s0-install.vercel.app/upgrade-ps1 | iex

Windows

Command Prompt
curl -fsSL https://s0-install.vercel.app/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.vercel.app/uninstall-sh | bash

Windows

PowerShell
irm https://s0-install.vercel.app/uninstall-ps1 | iex

Windows

Command Prompt
curl -fsSL https://s0-install.vercel.app/uninstall-cmd -o s0-uninstall.cmd && s0-uninstall.cmd && del s0-uninstall.cmd

CLI In-Place

Terminal
s0 uninstall