Installation
Package Managers
Section titled “Package Managers”macOS — Homebrew
Section titled “macOS — Homebrew”brew install n24q02m/tap/skretWindows — Scoop
Section titled “Windows — Scoop”scoop bucket add n24q02m https://github.com/n24q02m/scoop-bucketscoop install skretGo Install
Section titled “Go Install”Requires Go 1.26+:
go install github.com/n24q02m/skret/cmd/skret@latestDocker
Section titled “Docker”docker pull ghcr.io/n24q02m/skret:latest
# Usagedocker run --rm \ -v $(pwd):/app -w /app \ -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_REGION \ ghcr.io/n24q02m/skret listBinary Download
Section titled “Binary Download”Download pre-built binaries from GitHub Releases:
| Platform | Architecture | File |
|---|---|---|
| Linux | amd64 | skret_VERSION_linux_amd64.tar.gz |
| Linux | arm64 | skret_VERSION_linux_arm64.tar.gz |
| macOS | amd64 | skret_VERSION_darwin_amd64.tar.gz |
| macOS | arm64 (Apple Silicon) | skret_VERSION_darwin_arm64.tar.gz |
| Windows | amd64 | skret_VERSION_windows_amd64.zip |
| Windows | arm64 | skret_VERSION_windows_arm64.zip |
Verify Installation
Section titled “Verify Installation”skret --version# Output: skret 0.1.0 (commit: abc123, built: 2026-04-08T00:00:00Z)