Skip to content

🖥️ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.

License

Notifications You must be signed in to change notification settings

prozilla-os/ProzillaOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 9, 2025
a746d47 · May 9, 2025
Jun 17, 2024
Oct 9, 2024
Oct 18, 2024
May 9, 2025
Oct 30, 2024
Oct 27, 2024
May 9, 2025
Oct 25, 2024
Oct 4, 2024
Oct 24, 2024
Oct 10, 2024
Jul 9, 2024
Oct 14, 2024
Aug 8, 2024
Oct 14, 2024
Oct 29, 2024
Dec 22, 2024
Dec 22, 2024
Oct 23, 2024
Oct 23, 2024

Repository files navigation


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.