GitPedia

Ryot

Roll your own tracker!

From IgnisDa·Updated June 18, 2026·View on GitHub·

A self hosted platform for tracking various facets of your life - media, fitness and more. The project is written primarily in TypeScript, distributed under the GNU General Public License v3.0 license, first published in 2023. It has gained significant community traction with 3,351 stars and 115 forks on GitHub. Key topics include: exercise-tracker, fitness-tracker, integrations, media-tracking, tracker.

Latest release: v10.3.0
February 13, 2026View Changelog →
<h1 align="center">Ryot</h1> <h3 align="center"> A self hosted platform for tracking various facets of your life - media, fitness and more. </h3> <br/> <div align="center"> <a href="https://github.com/ignisda/ryot/stargazers"> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/ignisda/ryot"> </a> <a href="https://github.com/ignisda/ryot/releases"> <img alt="GitHub release" src="https://img.shields.io/github/v/release/ignisda/ryot"> </a> <a href="https://github.com/ignisda/ryot/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/badge/license-GPLv3-purple"> </a> <a href="https://hub.docker.com/r/ignisda/ryot"> <img alt="Docker pulls" src="https://img.shields.io/docker/pulls/ignisda/ryot"> </a> <a href="https://discord.gg/D9XTg2a7R8"> <img alt="Discord" src="https://img.shields.io/discord/1239445721502056459?label=discord"> </a> </div> <p align="center"> <a href="https://docs.ryot.io" target="_blank">Documentation</a> • <a href="https://demo.ryot.io/_s/acl_vUMPnPirkHlT" target="_blank">Live Demo</a> • <a href="https://discord.gg/D9XTg2a7R8" target="_blank">Discord</a> • <a href="https://ryot.io/features" target="_blank">Pro Features</a> </p> <br/> <p align="center"> <img src="apps/website/public/cta-image.png" alt="Ryot Dashboard" width="700"> </p>

Quick Start

Create a docker-compose.yml file:

yaml
services: ryot-db: restart: unless-stopped image: postgres:18-alpine environment: - POSTGRES_PASSWORD=postgres volumes: - postgres_storage:/var/lib/postgresql ryot: image: ignisda/ryot:v10 restart: unless-stopped ports: - "8000:8000" environment: - SERVER_ADMIN_ACCESS_TOKEN=CHANGE_ME_TO_A_LONG_RANDOM_STRING - DATABASE_URL=postgres://postgres:postgres@ryot-db:5432/postgres volumes: postgres_storage:

Then run docker compose up -d and visit http://localhost:8000. For production setups, see the installation guide.

What is Ryot?

Ryot (Roll Your Own Tracker), pronounced "riot", is a self-hosted tracker for your media consumption and fitness activities. Track the books you read, shows you watch, games you play, and workouts you complete - all in one place with a clean interface and insightful statistics.

Demo

Try the live demo to explore the interface. Demo data resets every 24 hours.

Media Tracking

  • Track movies, TV shows, anime, manga, books, audiobooks, podcasts, music and video games
  • Import from Goodreads, Trakt, MyAnimeList, Audiobookshelf and more
  • Automatic tracking via Jellyfin, Plex, Kodi, Emby integrations

Fitness

  • Log workouts with a comprehensive exercise database
  • Track body measurements over time
  • Monitor progress with detailed graphs
<p align="center"> <img src="apps/website/public/features/measurements-graph.png" alt="Workout tracking" width="250"> <img src="apps/website/public/features/exercise-dataset.png" alt="Measurements" width="250"> </p>

Technical

  • Self-hosted with full data ownership
  • OpenID Connect authentication
  • Notifications via Discord, Ntfy, Apprise
  • GraphQL API for custom integrations
  • PWA support for mobile use
  • Written in Rust for performance

Pro Version

Ryot Pro adds profile sharing, personalized recommendations, supercharged collections and more. Learn more about the pro version.

Community

Questions or feedback? Join the Discord server or open a GitHub issue.

Acknowledgements

<details> <summary><strong>Migrating from v9?</strong></summary>

If you were using v9.* of Ryot, please read the migration guide for instructions to upgrade to v10.

</details>

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from IgnisDa/ryot via the GitHub API.Last fetched: 6/19/2026