/SenOS

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SenOS Core Project

A modern looking user interface for people who do not know many stuff about the pc.

logo_v2

Download

Do to the Release-Page and download the latest stable releaseĀ“.

Building from source

My Environment:

  • Windows 10 (Pro)
  • Node v14.15.1
  • npm 7.5.3

Building:

# clone repo
git clone https://github.com/MCTzOCK/SenOS.git && cd SenOS
# install dependencies
npm install

# build
# for windows
npm run make
# for linux
npm run makeLX

You will find the generated files in the out directory.