No description
Find a file
Herobrine Persson c97a005058
Some checks failed
CodeQL Code Scanning / CodeQL (push) Has been cancelled
Build Application / Build Debug (push) Has been cancelled
Merge tag '9.2.4' into develop
2025-03-27 19:52:06 +00:00
.github Update .github/workflows/build.yml 2025-02-16 15:54:15 -05:00
buildconfig Use api.feed-the-beast.com, not modpacks.ch 2025-02-15 19:45:07 -05:00
cmake Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-11 19:05:25 -05:00
doc Add doc/alternative-auth-servers.md 2024-05-14 23:03:20 -04:00
flatpak Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-11 19:05:25 -05:00
launcher Merge tag '9.2.4' into develop 2025-03-27 19:52:06 +00:00
libraries legacy: handle URL-encoded session ID 2025-03-23 19:38:16 -04:00
nix Not yet in nixpkgs 2024-12-31 11:28:38 -05:00
program_info Re-enable built-in updater 2025-01-11 19:19:36 -05:00
tests Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-11 19:05:25 -05:00
.clang-format Make more options generic 2023-08-02 18:35:08 +02:00
.clang-tidy Remove top-level const qualifiers in function declarations 2023-10-28 22:12:09 -07:00
.editorconfig Use slash_star comment style in .editorconfig 2023-05-28 19:57:08 +02:00
.envrc fix(nix): reload direnv if parts change 2023-08-23 13:47:04 +02:00
.git-blame-ignore-revs chore: add nix reformat to .git-blame-ignore-revs 2024-09-30 16:25:58 -04:00
.gitattributes NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
.gitignore Clean up some lingering differences from upstream 2024-10-26 17:52:25 -04:00
.gitmodules Update Flatpak manifest 2023-07-17 22:38:12 -05:00
.markdownlint.yaml feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
.markdownlintignore feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
CMakeLists.txt Merge tag '9.2.4' into develop 2025-03-27 19:52:06 +00:00
CODE_OF_CONDUCT.md refactor: initial rebrand 2022-10-18 09:37:59 +02:00
CONTRIBUTING.md chore(docs): correct markdownlint warnings 2023-07-26 14:49:09 -04:00
COPYING.md Merge tag '9.0' into develop 2024-10-25 15:34:57 -04:00
default.nix style(nix): format with nixfmt 2024-08-21 03:49:36 -04:00
flake.lock Update flake.lock 2025-03-23 15:25:49 -04:00
flake.nix chore(nix): nixfmt 2024-11-30 17:29:26 -05:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md README: Don't mention fjordlauncher-bin MPR package 2025-01-12 04:02:16 +00:00
renovate.json Revert "chore(deps): enable nix lockfile maintenance for renovate" 2023-08-28 10:14:21 +02:00

Fjord Launcher logo Fjord Launcher Unlocked

Fjord Launcher Unlocked is a fork of Fjord Launcher, which is a fork of Prism Launcher. It is not endorsed by nor affiliated with Fjord Launcher or Prism Launcher.

Advantages of this fork over Prism Launcher

Having a problem with the launcher?

You will not open an issue in the Prism Launcher repo.

You will not ask about Fjord Launcher in the Prism Launcher discord.

You will ask in #fjord-launcher in their Matrix space.

You will open an issue here.

Installation

Windows

scoop bucket add hero-persson https://github.com/hero-persson/scoop-unmojang
scoop install hero-persson/fjordlauncher

Windows (Manual)

You can get installers or portable builds from the releases section, MSVC builds are recommended over MinGW builds, but there's no real difference.

macOS

brew tap hero-persson/homebrew-unmojang
brew install --cask fjordlauncher

macOS (Manual)

There are builds for macOS in the releases section.

Flatpak

flatpak remote-add --user --if-not-exists hero-persson https://hero-persson.github.io/unmojang-flatpak/index.flatpakrepo
flatpak install org.unmojang.FjordLauncher

Arch Linux

Fjord Launcher Unlocked is available from the AUR:

paru -S fjordlauncherunlocked
paru -S fjordlauncherunlocked-git # build latest Git commit from source

Nix

This repository contains a Nix flake:

nix run github:hero-persson/FjordLauncherUnlocked

See nix/README.md for details.

Other Linux

AppImages are available in the releases section.

Building

To build the launcher yourself, follow the instructions on the Prism Launcher website, but clone this repo instead:

Notes

  • You can easily use a custom version of authlib-injector on an instance. Select the instance in the main window, click "Edit" (or Ctrl+I/Command+I), go to the Version tab, click "Add Agents", and select your authlib-injector JAR. If your JAR is not correctly identified as authlib-injector, make sure the Agent-Class field in the JAR's MANIFEST.MF is moe.yushi.authlibinjector.Premain.