Compiled binaries for Ferium version v4.1.3
(changelog)
WARNING: The config file has had breaking changes in v4
!
If you encounter an error missing field 'active_modpack'
, it means that your config has to be migrated.
Add the following to the top of your config file at ~/.config/ferium/config.json
to migrate it:
"active_modpack": 0,
"modpacks": [],
The provided binaries are for:
- GNU Linux (x64 linux gnu) with GTK backend for GNOME
- GNU Linux (x64 linux gnu) without a GUI file dialog and libraries
- GNU Linux (x64 linux gnu) with XDG backend for XDG Desktop Portal
- macOS Apple Silicon (aarch64 darwin)
- macOS Intel (x64 darwin)
- GNU Windows, i.e. Cygwin/MinGW (x64 windows gnu)
- Windows (x64 windows msvc)
You can install these by downloading and unzipping the appropriate asset, and moving the executable to ~/bin or any other binary folder in your path.