Installation Guide
GASP can be installed on any major operating system. Choose your platform below for specific installation instructions.
Linux Installation
curl -L "https://github.com/bytewer-lab/gasp/releases/latest/download/gasp-linux" -o gasp
chmod +x gasp
sudo mv gasp /usr/local/bin/
macOS Installation
curl -L "https://github.com/bytewer-lab/gasp/releases/latest/download/gasp-darwin" -o gasp
chmod +x gasp
sudo mv gasp /usr/local/bin/
Windows Installation
- Download
gasp-windows.exe
from the latest release - Rename it to
gasp.exe
- Move it to a directory in your PATH:
- Option 1: Move to
C:\Windows\System32\
- Option 2: Create a new directory, add it to PATH, and move the executable there
- Option 1: Move to
Verifying Installation
After installation, verify GASP is working correctly:
gasp --version
You should see the current version of GASP displayed.