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.
# Clone the repository
git clone https://github.com/prozilla-os/ProzillaOS.git
cd ProzillaOS
# Install dependencies
pnpm install
# Start the demo development server
pnpm startAfter starting the development server, the demo website will be available at 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.
- Getting started guide
- Custom app guide
- Self-hosting guide
- Development guide
- Contributing
- ProzillaOS boilerplate
ProzillaOS is MIT licensed.

