Star

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 | sh
Windows (PowerShell)
irm install.cat/verseles/ask | iex

Try 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.cat

How 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 .sh or .ps1