KLIND OS is a Arch Linux distribution with GUI written in JavaScript. This repository contains the GUI. Most of the GUI code is here, some more low level stuff (apis for working with native Linux filesystem etc.) is in the Client repository that contains the actuall Electron configuration and stuff.
Learn more here: KLIND OS Website
- Download nodejs on: https://nodejs.org/en/download
- Run:
npm install
- Run development server:
npm run dev
For connecting to a server, use KLIND-OS-Client.
KLIND OS is not supported in the browser, but most of the GUI will work there.
A lot of the code in this repo was written like 4 years ago. I was learning to code and didn't know much. That's why a lot of this code is a mess.
Also, this project was in Czech most of it's time, so some parts of the code is written in Czech, sorry about that.