This is the repository used to publish nightly builds of the launcher to our own Flatpak remote at https://flatpak.prismlauncher.org.
Our repository can be added through its .flatpakrepo in most software centers using this link. A nightly branch of Prism Launcher should then appear in search!
You can also start using it through the CLI:
$ flatpak remote-add --if-not-exists prismlauncher https://flatpak.prismlauncher.org/prismlauncher.flatpakrepo
$ flatpak install org.prismlauncher.PrismLauncher//nightlyDue to its isolation of apps by default, Flatpak has the nice advantage of allowing you to use the stable and nightly releases of Prism at the same time!
To switch between the two, you can use the flatpak make-current command:
$ # Replace 'nightly' with 'stable' to switch back to the regular release
$ flatpak make-current org.prismlauncher.PrismLauncher nightlyYou can also specify which version to run with the --branch argument to flatpak run:
$ flatpak run --branch=nightly org.prismlauncher.PrismLauncher