Installation Guide
Get started with ksau in minutes
Documentation
Learn everything you need to know about ksau
Installation Guide
Linux/macOS
Run this command to download and install ksau-go:
curl -sSL https://raw.githubusercontent.com/global-index-source/ksau-go/master/setup.sh | bash
The script will:
- Automatically detect your OS and architecture
- Download the appropriate binary from the latest release
- Create the configuration directory (~/.ksau/.conf/ on Unix-like systems)
- Offer to install either system-wide (requires sudo) or in your user directory
Windows
Run this command in PowerShell:
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/global-index-source/ksau-go/master/install.ps1").Content
Note: You might encounter security-related messages because the executable is not signed. The script installs the tool as
ksau-go.exe
instead ofksau-go-windows-amd64.exe
.
Verification
After installation, verify the installation by running:
ksau-go version
You should see the version information of ksau-go.