Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 643 Bytes

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.