Skip to main content

Installation

Standalone Installer

curl -fsSL https://raw.githubusercontent.com/mindfiredigital/gpx/main/scripts/install.sh | bash

npm

npm install -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.

Demo