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
Run this command in PowerShell:
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/global-index-source/ksau-go/master/install.ps1").Content
The tool stores its configuration in:
- Linux/macOS:
$HOME/.ksau/.conf/rclone.conf
- Windows:
%AppData%\ksau\.conf\rclone.conf
- Private PGP key used to decrypt rclone.conf
- The passphrase of the PGP key
└───crypto
algo.go
placeholder.go
>> passphrase.txt ⌉ -- These files
>> privkey.pem ⌋ they are not provided by the repo
go mod tidy # install dependencies
make build # build the project
Depending on the OS you're on, you'll see ksau-go
or ksau-go.exe
generated
in the current working directory.