Installation
Standalone Installer
- macOS & Linux
- Windows (PowerShell)
curl -fsSL https://raw.githubusercontent.com/mindfiredigital/gpx/main/scripts/install.sh | bash
iwr -useb https://raw.githubusercontent.com/mindfiredigital/gpx/main/scripts/install.ps1 | iex
npm
- npm
- Yarn
- pnpm
- Bun
npm install -g @mindfiredigital/gpx
yarn global add @mindfiredigital/gpx
pnpm add -g @mindfiredigital/gpx
bun add -g @mindfiredigital/gpx
Verify the installation:
gpx --version
If you see a version number - you're good to go.
Start using gpx
Set up your first profile:
gpx add personal
Switch to it:
gpx use personal
Check it's active:
gpx current
That's it - you're set up. Head over to the Commands section to explore everything gpx can do.