AI-powered Chrome extension
Important
Garmin is a registered trademark of Garmin Ltd. or its subsidiaries. This project is an independent, open-source tool and is not affiliated with, endorsed by, sponsored by, or approved by Garmin Ltd.
Garmin Peak is an extension that uses AI to analyze your activity and health data provided by Garmin Connect via your connected devices.
| Model | Compatibility |
|---|---|
| Ollama | ✅ |
| Groq | ✅ |
| Gemini | ✅ |
| ChatGPT | ❌ |
| Anthropic | ❌ |
Warning
The AI models used must be compatible with the tools. We also recommend high-performance models capable of processing large amounts of data to avoid irrelevant results.
git clone https://github.com/SkillFXX/garmin-peak.git
cd garmin-peaknpm installCopy config.example.js into the src directory, rename it to config.js, then edit the configuration as needed.
cp src/config.example.js src/config.jscopy src\config.example.js src\config.jsnpm run build- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the generated
distfolder
