OAuth Sign-in
Sign in with Google or GitHub directly from the terminal. Secure token exchange keeps credentials safe on the server.

npm (recommended) — no admin, no Windows Defender issues, works everywhere. After installing, type santui to launch:
npm install -g santui
santuiPowerShell — ⚠️ Windows may block the downloaded binary:
irm https://santuiapp.vercel.app/install.ps1 | iexnpm (recommended) — works everywhere, no platform-specific setup. After installing, type santui to launch:
npm install -g santui
santuiInstall script — downloads binary to ~/.local/share/santui/current:
curl -fsSL https://santuiapp.vercel.app/install.sh | shPrerequisite: The npm method requires Node.js.