{"id":13621154,"url":"https://github.com/unmojang/FjordLauncher","last_synced_at":"2025-04-15T01:31:30.248Z","repository":{"id":238383612,"uuid":"795704685","full_name":"unmojang/FjordLauncher","owner":"unmojang","description":"Prism Launcher fork with support for alternative auth servers","archived":false,"fork":false,"pushed_at":"2025-04-06T22:30:56.000Z","size":36505,"stargazers_count":146,"open_issues_count":7,"forks_count":30,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-06T23:25:00.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unmojang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-03T21:13:37.000Z","updated_at":"2025-04-06T22:30:59.000Z","dependencies_parsed_at":"2024-05-20T16:45:06.137Z","dependency_job_id":"358d6a75-4d96-4835-8ef4-ef73e8c30aab","html_url":"https://github.com/unmojang/FjordLauncher","commit_stats":null,"previous_names":["unmojang/fjordlauncher"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmojang%2FFjordLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmojang%2FFjordLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmojang%2FFjordLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmojang%2FFjordLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unmojang","download_url":"https://codeload.github.com/unmojang/FjordLauncher/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989196,"owners_count":21194544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:03.021Z","updated_at":"2025-04-15T01:31:30.238Z","avatar_url":"https://github.com/unmojang.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# \u003cimg src=\"./program_info/org.unmojang.FjordLauncher.svg\" alt=\"Fjord Launcher logo\" width=\"96\"/\u003e Fjord Launcher\n\nFjord Launcher is a **fork** of [Prism Launcher](https://github.com/PrismLauncher/PrismLauncher). It was based on [PollyMC](https://github.com/fn2006/PollyMC), which is now unmaintained. It is **not** endorsed by or affiliated with Prism Launcher or PollyMC.\n\n## Advantages of this fork over Prism Launcher\n\n- [Support for alternative auth servers](doc/alternative-auth-servers.md)\n\n- Ability to download FTB modpacks from within the launcher\n\n## Having a problem with the launcher?\n\nYou **will not** open an issue in the Prism Launcher repo.\n\nYou **will not** ask about Fjord Launcher in the Prism Launcher discord.\n\nYou **will** ask in #fjord-launcher in our [Matrix space](https://matrix.to/#/#unmojang:matrix.org).\n\nYou **will** open an issue [here](https://github.com/unmojang/FjordLauncher/issues).\n\n## Installation\n\n### Windows\n\n#### [Scoop](https://scoop.sh) (recommended)\n\n```PowerShell\nscoop bucket add unmojang https://github.com/unmojang/scoop-unmojang\nscoop install unmojang/fjordlauncher\n```\n\n#### Windows (Manual)\n\nYou can get installers or portable builds from the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest), MSVC builds are recommended over MinGW builds, but there's no real difference.\n\n### macOS\n\n#### [Homebrew](https://brew.sh) (recommended)\n\n```Shell\nbrew tap unmojang/homebrew-unmojang\nbrew install --cask fjordlauncher\n```\n\n#### macOS (Manual)\n\nThere are builds for macOS in the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest).\n\n### Flatpak\n\n```Shell\nflatpak remote-add --user --if-not-exists unmojang https://unmojang.github.io/unmojang-flatpak/index.flatpakrepo\nflatpak install org.unmojang.FjordLauncher\n```\n\n### Arch Linux\n\nFjord Launcher is [available](https://aur.archlinux.org/packages?O=0\u0026K=fjordlauncher) from the AUR:\n\n```Shell\nparu -S fjordlauncher\nparu -S fjordlauncher-git # build latest Git commit from source\n```\n\n`fjordlauncher` is available in [Chaotic-AUR](https://aur.chaotic.cx/).\n\nThe `fjordlauncher-bin` AUR package is broken; see [https://github.com/unmojang/FjordLauncher/issues/20](https://github.com/unmojang/FjordLauncher/issues/20).\n\n### Debian/Ubuntu\n\nInstall from the MPR with [Mist](https://docs.makedeb.org/using-the-mpr/mist-the-mpr-cli/#installing-mist):\n\n```Shell\nmist install fjordlauncher\nmist install fjordlauncher-git # build latest Git commit from source\n```\n\n### Nix\n\nThis repository contains a Nix flake:\n\n```Shell\nnix run github:unmojang/FjordLauncher\n```\n\nSee [nix/README.md](nix/README.md) for details.\n\n### Gentoo\n\nInstall from the [unmojang overlay](https://github.com/unmojang/unmojang-overlay):\n\n```Shell\neselect repository add unmojang-overlay git https://github.com/unmojang/unmojang-overlay\nemerge --sync unmojang-overlay\nemerge -av games-action/fjordlauncher\n```\n\n### Other Linux\n\nAppImages are available in the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest).\n\n## Building\n\nTo build the launcher yourself, follow the instructions on the Prism Launcher website, but clone this repo instead:\n\n- [Windows](https://prismlauncher.org/wiki/development/build-instructions/windows/)\n- [Linux](https://prismlauncher.org/wiki/development/build-instructions/linux/)\n- [MacOS](https://prismlauncher.org/wiki/development/build-instructions/macos/)\n- [OpenBSD](https://prismlauncher.org/wiki/development/build-instructions/openbsd/)\n\n## Notes\n\n- 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`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmojang%2FFjordLauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funmojang%2FFjordLauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmojang%2FFjordLauncher/lists"}