Install any CLI with
one command
Just curl and go. No package managers needed.
Example: installing verseles/ask
Linux & macOS
curl -fsSL install.cat/verseles/ask | shWindows (PowerShell)
irm install.cat/verseles/ask | iexTry it yourself
Enter your GitHub user/repo to generate install commands
Linux & macOS
Windows (PowerShell)
🤖 Using AI? Just paste:
Update @README.md to use https://install.catHow it works
1
Add install scripts to your repo
Create install.sh for Linux/macOS and install.ps1 for Windows in your main branch
2
Share the install command
Tell your users to run the one-liner for their platform
3
That's it!
We fetch the script from your repo and pipe it to the shell. Zero config.
- No need to add
https:// - No need to add
.shor.ps1