Install dependencies
June 4, 2026 ยท View on GitHub
About
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.
Prerequisites
Getting started
# Clone the repository
git clone https://github.com/prozilla-os/ProzillaOS.git
cd ProzillaOS
# Install dependencies
pnpm install
# Start the demo development server
pnpm run start
# Or open the interactive task menu
pnpm run menu
After starting the development server, the demo website will be available at localhost:3000.
For more information, refer to the self-hosting guide.
Packages
You can find a list of all packages related to ProzillaOS in packages/README.md.
Links
Resources
- Getting started guide
- Custom app guide
- Self-hosting guide
- Development guide
- Contributing guide
- ProzillaOS boilerplate
License
ProzillaOS is MIT licensed.

