Install Curlie
masterCurlie can be installed via several package managers depending on your operating system:
macOS / Linux
- Homebrew:
brew install curlie - Webinstall:
curl -sS https://webinstall.dev/curlie | bash - MacPorts:
sudo port install curlie - Pkg (FreeBSD):
pkg install curlie - Go:
go install github.com/rs/curlie@latest - Mise:
mise use -g curlie@latest
Windows
- Webinstall:
curl.exe -A "MS" https://webinstall.dev/curlie | powershell - Scoop:
scoop install curlie
Ubuntu/Debian
- eget:
- Download deb:
eget rs/curlie -a deb --to=curlie.deb - Install:
sudo dpkg -i curlie.deb
- Download deb:
Alternatively, you can download a binary package directly from the releases page.