tsuku
A self-contained package manager for developer tools
curl -fsSL https://get.tsuku.dev/now | bash
No sudo required
Install to ~/.tsuku without root access. Perfect for shared servers and corporate environments.
Self-contained
Single binary with no dependencies. Downloads pre-built tools or builds them in isolation.
Growing collection
terraform, k9s, k6, jq, trivy, gh, and many more. Version management included.
Quick Start
$ tsuku install k9s
Resolving version: latest
Downloading k9s 0.32.4...
Installing k9s-0.32.4 to ~/.tsuku/tools/
Creating symlinks in ~/.tsuku/bin/
Installed k9s 0.32.4 successfully
$ tsuku install terraform k6 jq
Installed terraform 1.7.4 successfully
Installed k6 0.49.0 successfully
Installed jq 1.7.1 successfully
$ tsuku list
k9s 0.32.4
terraform 1.7.4
k6 0.49.0
jq 1.7.1