Prism Launcher fork with support for alternative auth servers
Go to file
2024-05-04 00:08:42 -04:00
.github Merge tag '8.3' into develop 2024-05-03 19:21:17 -04:00
buildconfig Merge tag '8.0' into unmojang-8.0 2023-11-15 14:37:14 -05:00
cmake Localize account type in account list 2023-10-26 13:32:33 -07:00
flatpak Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -04:00
launcher Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -04:00
libraries Merge pull request #2253 from Trial97/manual_backport 2024-03-28 14:47:45 +02:00
nix Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -04:00
program_info Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -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 Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-05-30 17:59:26 +01: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 Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -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 Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -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 Crude s/PollyMC/Fjord Launcher 2024-05-04 00:08:42 -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 logo

Fjord Launcher is a fork of Prism Launcher. It is not endorsed by or affiliated with PolyMC or Prism launcher.

Advantages of this fork over regular Prism:

Offline mode doesn't require an account.

Alternative auth server support.

Ability to download FTB modpacks from within the launcher.

Mojang account support (Online-mode servers won't work).

Having a problem with the launcher?

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

You will not open an issue in the PolyMC repo.

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

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

You will open an issue here.

You will start a discussion here.

Installation

Windows

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

Scoop Installer

If you prefer Scoop over traditional methods of installing Windows programs, TechPro424 maintains a Scoop bucket that provides Fjord Launcher.

To install Fjord Launcher from Scoop:

First run scoop bucket add TechPro424 https://github.com/TechPro424/scoop-bucket to add the bucket to your system.

Then run scoop install TechPro424/fjordlauncher.

Linux

You can get the launcher as an AppImage, a Flatpak or a portable binary from the releases section.

Alternatively, Fjord Launcher is also available on the AUR.

MacOS

There are builds for MacOS in the releases section.

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