After trying to set up Ephinea in early 2026, I relized that I could help other players if I set up a flatpak that sandboxed and handled the wine setup. I opted for externalizing getting the installer, rather than bundling it in exe form or preinstalled, so that I am not stepping on any toes and leave the files in the hands of the Ephinea devs.
I am not aiming at publishing this flatpak to flathub, due to the potential issue of redestributing a work I do not own.
The script downloads the installer from Ephinea's homepage, then sets up a wine prefix inside of the flathub with DXVK and the needed configurations to get it running.
First launch will launch the installer, the subsequent launches will just starts the launcher. If you rather just start the game, use the action "Ephinea PSOBB - No Launcher" or flatpak run net.pioneer2.ephinea --no-launcher. This should work well with htpc or steamdeck setups.
Grab the flatpak from the Releases page. Make sure you follow the step below to make sure you have the needed dependencies.
This is an example of how to list things you need to use the software and how to install them.
- Wine Flatpak
flatpak install org.winehq.Wine/x86_64/stable-25.08
Video of CLI Installation
ephinea.install.mp4
CLI Installation Example
- Grab the latest release from Releases
- Open terminal in the folder you downloaded the flatpak
- Install flatpak
flatpak install net.pioneer2.ephinea.flatpak
- Run the flatpak
flatpak run net.pioneer2.ephinea.flatpak
Discover Installation Example
- Grab the latest release from Releases
- Doubleclick the flatpak file
- Press
Installin the top right corner - When done, press
Launchto start the flatpak
A desktopfile is provided, which should populate the menu with an entry called Ephinea PSOBB. In compositors with support for action the action Ephinea PSOBB - No Launcher exists to launch the game bypassing the launcher. In KDE it will show up as a separate menu entry.
- Clone the repository
- Make sure you have
make,flatpak,flatpak-builderandgoinstalled - Build it!
make all
- The file
net.pioneer2.ephinea.flatpakshould be in your current directory
The following projects made this flatpak possible, shout out!
