Skip to content

Ferium v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 10:08
· 244 commits to main since this release
c2515a8

Compiled binaries for Ferium version v4.0.0 (changelog)

WARNING: The config file has had breaking changes!
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) without a GUI file dialogue and libraries
  • GNU Linux (x64 linux gnu)
  • 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.