Skip to content

Ferium v4.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 05:49
· 235 commits to main since this release

Compiled binaries for Ferium version v4.0.2 (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.