A simple game library manager
Go to file
2025-10-08 07:55:06 +00:00
.github Release 2.1.2 (#735) 2025-10-08 09:18:01 +02:00
.run Rename run configuration 2025-09-02 14:14:40 +02:00
app chore: release v2.1.2 2025-10-08 07:55:06 +00:00
assets Add Avatar.png 2025-06-10 12:34:09 +02:00
certs Fixed some minor UI issues that were bugging me 2025-04-05 23:02:38 +02:00
docker Add image with Ubuntu base (#661) 2025-07-26 15:51:13 +02:00
gradle Add release workflow 2025-07-16 10:17:19 +02:00
plugin-api Add release workflow 2025-07-16 10:17:19 +02:00
plugins Use .getHostName() instead of .getCanonicalHostname() to avoid reverse DNS lookups (#672) 2025-09-01 14:00:09 +02:00
scripts Add scripts for test library generation 2025-05-30 10:42:25 +02:00
.gitignore Add release workflow 2025-07-16 10:17:19 +02:00
build.gradle.kts chore: release v2.1.2 2025-10-08 07:55:06 +00:00
gradle.properties Update dependencies 2025-09-24 11:46:04 +02:00
gradlew Add release workflow 2025-07-16 10:17:19 +02:00
gradlew.bat Add release workflow 2025-07-16 10:17:19 +02:00
LICENSE.md Add License 2022-08-06 15:03:27 +02:00
README.md Prepare 2.0.0 release 2025-07-24 21:16:48 +02:00
settings.gradle.kts Move package "de.grimsi.gameyfin" to "org.gameyfin" 2025-06-14 19:26:17 +02:00

Gameyfin Logo

Gameyfin

Manage your video games.

simple / fast / FOSS

Important

Gameyfins container image will move soon™.
The new image is available under ghcr.io/gameyfin/gameyfin. The old image (grimsi/gameyfin) will be removed in the future, so please update your setup accordingly.

Overview

Name and functionality inspired by Jellyfin.

Documentation

The documentation and screenshots are available at gameyfin.org.

Features

Automatically scans and indexes your game libraries
⬇️ Access your library via your web browser & download games directly from there
👥 Share your library with friends & family
⚛️ LAN-friendly (everything is cached locally - except for videos)
🐋 Runs in a container or any system with a JVM
🌈 Themes (including colorblind support)
🔌 Easily expandable with plugins
🔒 Integrates into your SSO solution via OAuth2 / OpenID Connect
🆓 100% open source and free to use without any paywall.

Contribute to Gameyfin

Contributions are welcome!
There are no strict requirements to contribute, but please contact us first if you want to implement a new feature or change the design of the application before you start working on it.

Technical Details

Gameyfin v2 is written in Kotlin and uses the following libraries/frameworks:

  • Spring Boot 3 for the backend
  • Vaadin Hilla & React for the frontend
  • PF4J for the plugin system
  • H2 database for persistence