If you notice any bugs or missing features, you can let us know by opening an issue here.
This code is originally forked 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.
For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.
You are allowed to
this project entirely or partially for free and even commercially. However, please consider the following:
Do the above and share your source code with everyone; just like we do.
NoRiskClient launcher is using Tauri and is written in the programming language Rust, so make sure that it is installed properly. Instructions can be found on Rust's website. It also requires NodeJS.
git clone --recurse-submodules https://github.com/NoRiskClient/noriskclient-launcher
. npm i
npm run tauri dev
or build it by using npm run tauri build
We appreciate contributions. So if you want to support us, feel free to make changes to NoRisk source code and submit a pull request.