flatpak.mser.at GitHub Actions status

Various things missing from Flathub

This deploys a Flatpak repository that contains various things that are currently not available on Flathub. The main use case right now is for installing a couple of roguelike games on the Steam Deck (as Flatpak is what it supports out-of-the-box and what will survive system updates without manual intervention), hence why there aren't any other packages available (for now).

Both x86_64 and aarch64 variants are available and all packages are rebuilt automatically once a week.

Available applications

Name ID Type Notes
BrogueCE com.github.tmewett.BrogueCE Game This is on Flathub; however, the latest version was not available there for a while due to an error in their CI/CD process and I made it available in this repository as a workaround (and will continue to keep it in the repository to not break people's existing installations)
Infra Arcana com.gitlab.martintornqvist.InfraArcana Game
Sil-Q com.github.silquirk.SilQ Game See here if you encounter an error when trying to launch using the X11 frontend

Usage

Adding the repository

To add the repository, use the flatpak remote-add command:

flatpak remote-add --if-not-exists flatpak.mser.at https://flatpak.mser.at/index.flatpakrepo

Alternatively, if you have a GUI client for Flatpak (e.g., Discover, if you are using a Steam Deck) you should be able to download the flatpakrepo file and just double-click it.

Listing available applications

To list all available applications, use the flatpak remote-ls command:

flatpak remote-ls flatpak.mser.at

Installing applications from the repository

To install an application, use the flatpak install command:

flatpak install flatpak.mser.at com.gitlab.martintornqvist.InfraArcana

Maintainer

Michael Serajnik

Contribute

You are welcome to help out!

Open an issue or make a pull request.

License

AGPLv3 © Michael Serajnik