Prozilla

Results 23 comments of Prozilla

Installing a custom app in Prozilla OS will not work, because Prozilla OS is not a real operating system. It is purely a website that simulates a desktop environment. Other...

Hey @ImAGoofyGoober-YourAGoofyGoober, there is now a guide on how to install custom apps in ProzillaOS: https://os.prozilla.dev/docs/guides/custom-app It involves some coding but it allows you to turn any React.js app (or...

Thanks, again! They all sound like great ideas and I'm definitely gonna consider these, except the Discord app. Because Discord's TOS do not allow clients, I'm not sure whether something...

Added Settings app: 3625c38 (Note: doesn't have dark/light mode options yet)

The ability to upload files onto ProzillaOS has already been added inside the file explorer app and persistent data is implemented via the virtual drive system. Old docs where the...

Could you please add all the steps you took to get this error? It looks like you're trying to execute the build script inside a compiled version of ProzillaOS, instead...

Please post your errors as code blocks otherwise the formatting gets messed up and the entire thing becomes unreadable. Also please preserve your original comment when editing so future viewers...

Looks like you are trying to run this on Linux, could you please post the specifications of your device/system and what version of node are you using (`node -v`)? Edit:...

Just tested on Ubuntu 22.04.3 LTS on Windows 10 x86_64 and it works fine. I'll try to test on Debian later as well. Node: v18.12.0

Seems to be caused by the subdependency `@ast-grep/napi-linux-arm64-gnu` of the dependency `vite-plugin-lib-inject-css`, as you can see in the dependency tree below: ![Dependency tree](https://github.com/user-attachments/assets/b1e2d83b-04e2-4f41-8559-3446cfcc4ab6) A possible solution would be to fork...