Skip to content

Official-Husko/GDLauncher-Carbon-adless

ย 
ย 

Repository files navigation

GDLauncher Carbon - Adless Fork

This fork focuses on privacy by removing any ads and telemetry from the official GDLauncher Carbon. The goal is to keep it up to date with the official releases while offering more privacy and no ads.

Installation

  1. Grab the official latest release from their Discord or GitHub Releases
  2. Download the Latest Patched Release
  3. Go to the installation folder (where you installed GDLauncher Carbon)
  4. Go into the resources folder and replace the app.asar file with the latest patched app.asar from the downloaded zip file.

A big thanks to GameTec-live for their patch which is used in this fork.

Original README (click to expand)

GDLauncher (Carbon)

PRs Welcome Discord

๐ŸŽฎ What is GDLauncher

GDLauncher is a custom Minecraft launcher written from the ground up in rust and solidJS. Its main goal is to make it easy and enjoyable to manage different Minecraft versions, install modloaders, mods and modpacks from different platforms, bringing the playing and modding experience to the next level!

What happened to the old GDLauncher?

The old GDLauncher has been rewritten and officially discontinued. You can still find the old code in the legacy branch. You can read more here

Table of Content

Table of Contents (click to expand)

GDLauncher GDLauncher GDLauncher

๐Ÿ“ฅ Download

GDLauncher is currently in alpha and is only available for download through our discord server. You can join our discord server by clicking the button below.

๐ŸŽ‰ Join our community

Join our official GDLauncher discord server. There you'll find our community and friends to play with along with support for any issues you may have.

GDLauncher Discord Server

๐ŸŽ Features

  • ๐ŸŽฎ Easily install any minecraft version and modloader, including forge, fabric, quilt, neoforge
  • ๐Ÿ“ฆ Install addons from CurseForge, Modrinth and more!
  • ๐Ÿ“ฆ Install modpacks from CurseForge, Modrinth and more!
  • โ˜• Automatic Java Manager. You don't need to have java installed on your system, the launcher will take care of installing the correct java version for you!
  • ๐Ÿ”„ Built-in auto updater
  • ๐Ÿ‘ฅ Multi account support
  • ๐Ÿข Still playing on your grandma's pc from the 80s? Don't worry, we got you covered with Potato PC Mode!
  • โฌ‡๏ธ Import/export instances from/to other launchers like Curseforge, MultiMC, ATLauncher, Technic, Prism, Modrinth, FTB and more! (WIP)

โ–ถ๏ธ Development

A quick note

To be able to develop on GDLauncher Carbon locally, you will need to request an API key to api-keys@gdlauncher.com. Please include your github username and a short description of what you are planning to do with the API key.

Contributing

To contribute, please see the contributing guide.

Requirements

  • Node 18.x.x
  • Rust >= 1.73.0

Pnpm

At this point make sure you have pnpm installed:

npm install -g pnpm

Install Dependencies

pnpm i

Run app in dev mode

First of all you'll need to generate the prisma code and rspc bindings. To do that run

pnpm codegen

Now you can run the native core in watch mode

pnpm watch:core Note: Core module hot reload doesn't currently work on windows

Now open a new terminal and run the actual app

pnpm watch:app

Generate DB migration

To generate a new migration please run

pnpm prisma:migrate --name {migration_name}

Replace {migration_name} with the name of the migration you want to create.

๐Ÿ” Test

To run tests please run

pnpm test

</> Lint

To run lint please run

pnpm lint

</> Code Formatting

A .editorconfig is in the repo to normalize inconsistencies your editor may make when saving a file such as indentation and line endings. Make sure the plugin is installed for your editor.

๐Ÿšš Production

pnpm build:{win|mac|linux}-{x64|arm64}

๐ŸŽ“ License

GDLauncher and its logo are copyright ยฉ 2023 GorillaDevs Inc. All rights reserved.

The software in this repository is released under the Business Source License 1.1 (BSL 1.1) - see the LICENSE file for details

โ„ข๏ธ Trademark

The GDLauncher name and logo are trademarks of GorillaDevs Inc. and may not be used without the express written permission of GorillaDevs Inc.

๐Ÿ“œ History

  • 2014: Davide started learning programming and experimenting with writing a C# launcher
  • 2015: Davide rewrote the launcher (still in C#) but with some better designs and features
  • 2016: Yet another C# rewrite
  • 2018: First Electron rewrite, Davide got into web development and started learning React
  • 2019: GDL takes on a new and modern design features Curseforge integrations, massive UI changes, and one-of-a-kind features.
  • 2022: GDLauncher Carbon Rewrite See announcement

GDLauncher

Here you can find the previous versions of the code:

Packages

No packages published

Languages

  • Rust 55.8%
  • TypeScript 40.9%
  • Astro 2.1%
  • JavaScript 0.8%
  • HTML 0.2%
  • CSS 0.1%
  • Other 0.1%