https://github.com/kartoffelchipss/blueknight
A Minecraft Fabric launcher for Windows and Linux written in JavaSript
https://github.com/kartoffelchipss/blueknight
electron fabric minecraft minecraft-fabric minecraft-launcher minecraft-mods modrinth
Last synced: about 1 year ago
JSON representation
A Minecraft Fabric launcher for Windows and Linux written in JavaSript
- Host: GitHub
- URL: https://github.com/kartoffelchipss/blueknight
- Owner: KartoffelChipss
- License: gpl-3.0
- Created: 2023-11-25T17:04:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T09:15:56.000Z (about 1 year ago)
- Last Synced: 2025-04-12T09:14:28.857Z (about 1 year ago)
- Topics: electron, fabric, minecraft, minecraft-fabric, minecraft-launcher, minecraft-mods, modrinth
- Language: JavaScript
- Homepage: https://github.com/KartoffelChipss/blueknight
- Size: 10.1 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BlueKnight Launcher
Blueknight is a Minecraft Launcher made with electron, that uses the Modrinth api to make installing mods as easy as possible.

Please keep in mind, that this launcher is still in development and not very stable!
---
## Installation
### Easy way:
Go to the [Releases](https://github.com/KartoffelChipss/blueknight/releases), download the latest installer for your OS and install it.
### Little bit harder way:
You need to have Node.js, npm and git installed.
Clone this repository:
```
git clone https://github.com/KartoffelChipss/blueknight
```
Move to the apps directory, install all dependencies and start the app:
```
cd blueknight
npm install
npm run start
```
If you want to build an installer yourself use one of the following commands:
- Windows: `npm run dist:win`
- MacOS: `npm run dist:mac`
- Linux: `npm run dist:linux`
## License
[GNU General Public License v3.0](LICENSE)