This repository contains the source code of os.prozilla.dev as well as multiple packages. You can find the main package at prozilla-os
.
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. It is made with React, Vite and TypeScript by Prozilla.
Make sure you have NodeJS (version v18.12 or higher) installed on your device.
-
Clone the GitHub repository.
git clone https://github.com/prozilla-os/ProzillaOS.git ProzillaOS cd ProzillaOS
-
Install package manager and dependencies
npm install pnpm -g pnpm install
-
Build packages and run project
pnpm run packages:build pnpm start
-
Test local dev server by visiting localhost:3000
For more information, refer to the self-hosting guide.
You can find a list of all packages related to ProzillaOS in packages/README.md.
ProzillaOS is MIT licensed.