Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        





ProzillaOS



License
Stars
Forks
NPM Version


## 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].




Screenshot of ProzillaOS


## 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/