Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prozilla-os/prozillaos
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
https://github.com/prozilla-os/prozillaos
desktop desktop-environment frontend operating-system react reactjs typescript ui web-desktop web-os webtop
Last synced: 23 days ago
JSON representation
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
- Host: GitHub
- URL: https://github.com/prozilla-os/prozillaos
- Owner: prozilla-os
- License: mit
- Created: 2023-07-13T19:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T17:43:24.000Z (25 days ago)
- Last Synced: 2024-10-19T19:32:27.902Z (24 days ago)
- Topics: desktop, desktop-environment, frontend, operating-system, react, reactjs, typescript, ui, web-desktop, web-os, webtop
- Language: TypeScript
- Homepage: https://os.prozilla.dev
- Size: 40.4 MB
- Stars: 168
- Watchers: 5
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About
This repository contains the source code of [os.prozilla.dev][demo] as well as multiple packages. You can find the main package at [`prozilla-os`][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][prozilla].
## Getting started
Make sure you have [NodeJS](https://nodejs.org/en) (version v18.12 or higher) installed on your device.
1. Clone the GitHub repository.
```sh
git clone https://github.com/prozilla-os/ProzillaOS.git ProzillaOS
cd ProzillaOS
```2. Install package manager and dependencies
```sh
npm install pnpm -g
pnpm install
```3. Build packages and run project
```sh
pnpm run packages:build
pnpm start
```4. Test local dev server by visiting [localhost:3000](http://localhost:3000/)
For more information, refer to the [self-hosting guide](https://os.prozilla.dev/docs/guides/self-hosting).
## Packages
You can find a list of all packages related to ProzillaOS in [packages/README.md](./packages/README.md).
## Links
- [Demo][demo]
- [Docs][docs]
- [GitHub][github]
- [npm][npm]
- [Discord][discord]
- [Ko-fi][ko-fi]### Resources
- [Getting started guide](https://os.prozilla.dev/docs/guides/getting-started)
- [Custom app guide](https://os.prozilla.dev/docs/guides/custom-app)
- [Self-hosting guide](https://os.prozilla.dev/docs/guides/self-hosting)
- [Contributing](CONTRIBUTING.md)
- [ProzillaOS boilerplate][boilerplate]## License
ProzillaOS is [MIT licensed](./LICENSE).
[demo]: https://os.prozilla.dev/
[docs]: https://os.prozilla.dev/docs
[github]: https://github.com/prozilla-os/ProzillaOS
[npm]: https://www.npmjs.com/package/prozilla-os
[discord]: https://discord.gg/JwbyQP4tdz
[ko-fi]: https://ko-fi.com/prozilla
[boilerplate]: https://github.com/prozilla-os/ProzillaOS-boilerplate
[prozilla]: https://prozilla.dev/
[prozilla-os]: ./packages/prozilla-os/