Download the Proggy CLI The easy way to build and run your command line programs
To download the Proggy CLI tool, please visit this page from a desktop browser.
Latest release
v1.9.0
Step 1: Choose your installation method
Step 2: Install the Proggy CLI tool with package manager
Use Homebrew to install the Proggy CLI tool for the Mac platform.
brew install proggy-io/proggy/proggy
Use Apt to install the Proggy CLI tool for the Linux (Debian) platform.
curl -s https://apt.proggy.io/proggy.asc | sudo tee /etc/apt/trusted.gpg.d/proggy.asc > /dev/null && echo "deb https://apt.proggy.io stable main" | sudo tee /etc/apt/sources.list.d/proggy.list && sudo apt update && sudo apt install proggy
Use Chocolatey to install the Proggy CLI tool for the Windows platform.
C:\
choco install proggy
Please view this page from a desktop device running on Linux, Mac, or Windows.
Step 2: Download the Proggy CLI tool
Step 3: Install Proggy
Proggy comes with an installation command that makes it easy to install the CLI tool to your current user.
Go to your the directory where you downloaded the archive from Step 1 and type:
C:\
unzip
proggy--.zip
tar -xzvf
proggy--.tgz
C:\
./proggy install
Step : Authenticate Proggy
Next, let's authorize your Proggy CLI to your Proggy account.
If you don't have a Proggy account, type:
C:\
proggy register
If already have Proggy account, type:
C:\
proggy login