Caution
- Always download from official GitHub Releases
- Verify checksums for security (SHA256 available in releases)
Download the latest release for your platform from GitHub Releases.
curl -LO https://github.com/devnatan/kuken/releases/download/v0.1.0/kuken-linux-amd64
chmod +x kuken-linux-amd64
sudo mv kuken-linux-amd64 /usr/local/bin/kuken
kuken --versioncurl -LO https://github.com/devnatan/kuken/releases/download/v0.1.0/kuken-darwin-arm64
chmod +x kuken-darwin-arm64
sudo mv kuken-darwin-arm64 /usr/local/bin/kuken
kuken --versionInvoke-WebRequest -Uri "https://github.com/devnatan/kuken/releases/download/v0.1.0/kuken-windows.exe" -OutFile "kuken.exe"
Move-Item kuken.exe "C:\Program Files\Kuken\kuken.exe"
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\Kuken", "Machine")
# Verify installation (restart PowerShell first)
kuken --versionsudo rm /usr/local/bin/kukenRemove-Item "C:\Program Files\Kuken\kuken.exe"After installation, initialize your Kuken configuration:
kuken initFor available commands:
kuken helpIf you get a permission denied error:
chmod +x kukenMake sure the installation directory is in your PATH:
Linux/macOS:
echo $PATHWindows:
$env:PathRun:
xattr -d com.apple.quarantine /usr/local/bin/kuken