Prism Launcher fork with support for alternative auth servers
Go to file
2024-06-25 18:21:12 -04:00
.github Disable updater, users should use package managers 2024-06-23 23:51:46 -04:00
buildconfig Fetch CurseForge API key from official files 2024-06-23 22:35:06 -04:00
cmake Improved blocked mods dialog permissions prompt 2024-05-09 05:27:53 +00:00
doc Add doc/alternative-auth-servers.md 2024-05-14 23:03:20 -04:00
flatpak Merge remote-tracking branch 'prismlauncher/release-8.x' into develop 2024-06-23 11:34:11 -04:00
launcher Fetch CurseForge API key from Linux app, not macOS 2024-06-25 13:05:35 -04:00
libraries Use Nintendo Switch client ID 2024-06-23 22:57:31 -04:00
nix Update nix/README.md 2024-05-20 11:06:23 -04:00
program_info Disable updater, users should use package managers 2024-06-23 23:51:46 -04:00
scripts Add getToken.py 2022-09-29 15:11:12 +01:00
tests Merge pull request #1694 from Trial97/concurrent 2023-12-11 11:20:17 +01: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 Merge pull request #1275 from Scrumplex/git-blame-ignore 2023-07-16 20:42:47 +02: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 Revert change to .gitignore 2023-12-13 18:24:40 +00:00
.gitmodules Update Flatpak manifest 2023-07-18 20:41:33 +00: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
BUILD.md chore: format markdown files 2023-03-14 10:54:50 +01:00
CMakeLists.txt Merge pull request #15 from unmojang/evan-goode/disable-updater 2024-06-24 00:10:14 -04: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 Add Fjord Launcher to COPYING.md 2024-05-04 00:14:08 -04:00
default.nix feat(nix): flake-utils -> flake-parts 2023-05-27 19:14:50 -04:00
flake.lock Merge branch 'unmojang/8.2' into develop 2024-05-03 19:10:19 -04:00
flake.nix nix: add garnix cache to nixConfig 2024-01-11 09:51:53 +01:00
garnix.yaml chore: disable x86_64-darwin in garnix 2023-11-23 08:51:30 +01:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md Add Gentoo installation instructions 2024-06-25 18:21:12 -04: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

Fjord Launcher is a fork of Prism Launcher. It was based on PollyMC, which is now unmaintained. It is not endorsed by or affiliated with Prism Launcher or PollyMC.

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 our Matrix space.

You will open an issue here.

Installation

Windows

scoop bucket add unmojang https://github.com/unmojang/scoop-unmojang
scoop install unmojang/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 unmojang/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 unmojang https://unmojang.github.io/unmojang-flatpak/index.flatpakrepo
flatpak install org.unmojang.FjordLauncher

Arch Linux

Fjord Launcher is available from the AUR:

paru -S fjordlauncher-bin # binary package, recommended
paru -S fjordlauncher-git # or, build from source from latest commit

Debian/Ubuntu

Install from the MPR with Mist:

mist install fjordlauncher-bin # Binary package, recommended
mist install fjordlauncher-git # or, build from source from latest commit

Nix

This repository contains a Nix flake:

nix run github:unmojang/FjordLauncher

See nix/README.md for details.

Gentoo

Install from the unmojang overlay:

eselect repository add unmojang-overlay git https://github.com/unmojang/unmojang-overlay
emerge --sync unmojang-overlay
emerge -av games-action/fjordlauncher

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.