We translate the JS Launcher on Crowdin.
If you notice any bugs or missing features, you can let us know by opening an issue here.
This code is originally forked and still uses a small amount of code from LiquidLauncher.
Therefore, this project is also subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license. This project entirely or partially for free and even commercially. However, please consider the following:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
- Your modified application must also be licensed under the GPL
Do the above and share your source code with everyone; just like we do.
- Node.js (v18 or higher) - Download here
- Rust (latest stable) - Install here
- Yarn package manager -
npm install -g yarn
-
Clone the repository:
git clone --recurse-submodules https://github.com/JumpStone-Gaming/js-launcher cd js-launcher -
Install dependencies:
yarn install
-
Start development mode:
yarn tauri dev
-
Build for production:
# Windows yarn tauri build --target x86_64-pc-windows-msvc # Linux yarn tauri build --target x86_64-unknown-linux-gnu # macOS Intel yarn tauri build --target x86_64-apple-darwin # macOS Silicon yarn tauri build --target aarch64-apple-darwin
We appreciate contributions. So if you want to support us, feel free to make changes to JS Launcher source code and submit a pull request. Feel free to join the Discord: https://discord.gg/6axjyHjdew