prozilla-os / ProzillaOS

ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
https://os.prozilla.dev
MIT License
169 stars 24 forks source link
desktop desktop-environment frontend operating-system react reactjs typescript ui web-desktop web-os webtop

ProzillaOS

License Stars Forks NPM Version

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.


Screenshot of ProzillaOS

Getting started

Make sure you have NodeJS (version v18.12 or higher) installed on your device.

  1. Clone the GitHub repository.

    git clone https://github.com/prozilla-os/ProzillaOS.git ProzillaOS
    cd ProzillaOS
  2. Install package manager and dependencies

    npm install pnpm -g
    pnpm install
  3. Build packages and run project

    pnpm run packages:build
    pnpm start
  4. Test local dev server by visiting 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

License

ProzillaOS is MIT licensed.