No description
| .changeset | ||
| .github | ||
| .vscode | ||
| packages | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
About
This monorepo 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.
Warning
This repository is currently being transformed into a monorepo. Some things may be temporarily missing/broken. If you have any questions in the meantime, feel free to open an issue.
Packages
prozilla-os- A bundle containing all other packages@prozilla-os/core- Core functionality, React components and hooks@prozilla-os/shared- Shared functions and utilities@prozilla-os/file-explorer- File explorer app@prozilla-os/terminal- Terminal/shell app@prozilla-os/text-editor- Text editor app@prozilla-os/settings- Settings app@prozilla-os/media-viewer- Media viewer app@prozilla-os/browser- Browser app@prozilla-os/calculator- Calculator app
Links
Resources
These resources can help you get started with ProzillaOS.
- prozilla-os/ProzillaOS-boilerplate - Boilerplate code for a React Vite app implementing ProzillaOS

