Skip to content

Santui

Your terminal home base

Santui screenshot

Install

Windows

npm (recommended) — no admin, no Windows Defender issues, works everywhere. After installing, type santui to launch:

bash
npm install -g santui
santui

PowerShell — ⚠️ Windows may block the downloaded binary:

powershell
irm https://santuiapp.vercel.app/install.ps1 | iex

macOS / Linux

npm (recommended) — works everywhere, no platform-specific setup. After installing, type santui to launch:

bash
npm install -g santui
santui

Install script — downloads binary to ~/.local/share/santui/current:

bash
curl -fsSL https://santuiapp.vercel.app/install.sh | sh

Prerequisite: The npm method requires Node.js.

Santui v0.2.28 — Copyright © 2026 Santui contributors