This extension allows you to download GPX tracks from Komoot for free, without a subscription. It works on three types of pages:
- Route planner — adds a
Download GPX (free)button next toSave route - Tour pages — adds a
Download GPX (free)button next toSend to Phone - Collections — adds a
Download GPX (free)button on each leg of the collection
Downloaded files are named after the tour or collection (e.g. Somana to Rifugio Bietti-Buzzi Trail.gpx, De Chamonix a Zermatt - 1. De Chamonix-Mont-Blanc à Argentière.gpx).
Since this extension is not available on the Chrome Web Store, you have to install it manually. However the process is quite simple.
- Click on
Code->Download Zip - Unpack the Zip file somewhere on your Computer
- Open
chrome://extensions/ - Enable Developer Mode by toggling the switch in the top right-hand corner
- Click
Load unpackedand select the folder where you extracted the file to
A hosted web version is available — paste a Komoot tour URL and download the GPX directly from your browser. Works on desktop and mobile (including iOS Safari, where extensions aren't supported).
The page is in webapp/ and is auto-deployed to GitHub Pages via .github/workflows/deploy-pages.yml on every push to master that touches webapp/ or icons/. To enable it on your fork:
- Push the repo to GitHub
- Open the repo's Settings → Pages
- Under Source, choose GitHub Actions
- The first deploy runs automatically; the URL appears in the Actions run summary (typically
https://<user>.github.io/komootGPXport/)
To run the webapp locally during development, serve from the repo root (so the shared icons/ folder resolves):
python3 -m http.server 8000Then open http://localhost:8000/webapp/.


