| .cursor/rules | ||
| .github/workflows | ||
| .vscode | ||
| mock-data/noriskclient | ||
| packaging | ||
| public | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| LICENSE | ||
| log-window.html | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| updater.html | ||
| vite.config.ts | ||
| yarn.lock | ||
Issues
If you notice any bugs or missing features, you can let us know by opening an issue here.
License
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.
Compile it yourself!
Prerequisites
- Node.js (v18 or higher) - Download here
- Rust (latest stable) - Install here
- Yarn package manager -
npm install -g yarn
Setup Instructions
-
Clone the repository:
git clone --recurse-submodules https://github.com/NoRiskClient/noriskclient-launcher cd noriskclient-launcher -
Install dependencies:
yarn install -
Start development mode:
yarn tauri dev -
Build for production:
yarn tauri build
Contributing
We appreciate contributions. So if you want to support us, feel free to make changes to NoRisk source code and submit a pull request.