OpenSource-Hub
F

FitTrackee

1.1k stars·Privacy Protection·SHA-256 checksum verified

FitTrackee is a simple self-hosted web app for tracking outdoor workouts. Import GPX/TCX files from Android apps like OpenTracks or manually add activities. Data stays on your own server, with map support from OpenStreetMap.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted fitness tracker that keeps your data private.

Core Features

  • Import workouts from GPX/TCX files (OpenTracks, FitoTrack, Runner Up)
  • Manual activity entry
  • Interactive maps powered by OpenStreetMap
  • Statistics and charts (distance, duration, pace)
  • Fully self-hosted – your data stays on your server

What It Can't Do

  • Requires PostgreSQL with PostGIS extension – not trivial for beginners. Always backup your database before upgrading. SQLite is not supported.

Use Cases

  • Privacy-conscious athletes who don't want to share data with commercial platforms like Strava
  • Users who record activities with open-source Android apps (OpenTracks, etc.) and want a unified dashboard
  • Tech-savvy individuals running their own server for a personal fitness data center

Detailed Introduction

FitTrackee is a self-hosted web application for tracking outdoor workouts. It imports activity data from GPX/TCX files exported by Android apps like OpenTracks, FitoTrack, or Runner Up. You can also manually add activities. It uses OpenStreetMap for maps, stores data in PostgreSQL with PostGIS, and provides a clean dashboard with charts and statistics. Ideal for privacy-conscious athletes who want full control over their fitness data.

Tags

fitnessself-hostedactivity-trackeropenstreetmapprivacy

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker and Docker Compose (if not already installed)

4

Step 2: Download the docker-compose.yml and start with: docker compose up -d

5

Step 3: Open http://localhost:5000 in your browser, register, and start tracking

Install Guide
  1. Step 1: Install Docker and Docker Compose (if not already installed)
  2. Step 2: Download the docker-compose.yml and start with: docker compose up -d
  3. Step 3: Open http://localhost:5000 in your browser, register, and start tracking
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop containers: docker compose down. Remove data volume: docker volume rm fittrackee_data (backup first). Delete the project directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-05-13 17:04:03
GitHub RepositoryOfficial Website

Similar Projects