Skip to content

Conic-Sections/Amethyst-Launcher

Repository files navigation

Amethyst Launcher

status Amethyst Launcher Auto Build License Contributors website https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg

简体中文

Please go to the official website to download the launcher!

Features

  • You can install Minecraft, Forge, Fabric, Optifine, Quilt
  • Cross-platform, Launcher written in rust that runs on Windows, MacOS, and GNU/Linux
  • Cosmic unbeatable download speed, It even takes only 15 seconds to install the game on a system with the Linux kernel
  • Instance management, Supports grouping and other functions to easily manage multiple instances
  • Mod download, You can download mods from Curseforge, Modrinth, FTB directly from the launcher

Advantages

  • Save storage space, the same material packs enabled in multiple instances are only stored once
  • Automatically test for modules that will not start, you can automatically test which modules will cause crashes when the game starts
  • Customize the appearance of the launcher, every inch of the launcher can be customized
  • Modify the game rules of the archive in the launcher, no need to enter commands in the game
  • Custom download source, you can use self-built mirror source without compiling it yourself

License

The software is distributed under GPL-3.0 with additional terms.

Additional terms under GPLv3 Section 7

  1. When you distribute a modified version of the software, you must change the software name or the version number in a reasonable way in order to distinguish it from the original version. (Under GPL-3.0, 7(c))

You need to find all the words related to the name of this program in the source code and replace them with the name of your own program

  1. You must not remove the copyright declaration displayed in the software. (Under GPL-3.0, 7(b))

  2. If someone signs something of a contractual nature with the recipient and provides a commitment of liability, the licensor and author are not subject to this liability jointly and severally. (Under GPL-3.0, 7(b))

Manual build

Make sure you have completed prep first.

Execute the following command to pull the code:

git clone https://github.com/Conic-Sections/amethyst-launcher.git
cd amethyst-launcher

Execute the following command to install the dependencies (in the project folder):

yarn install

Next, simply run the following command to complete the build:

yarn tauri build

If you want to contribute to this project, run yarn tauri dev to debug the application and see the details at here.