paperOS is a web-based OS that has a host of apps, and is highly extensible. It uses the same file system commonly used by the unix kerel. paperOS itself runs off of POK (Paper Os Kernel), from which it can modify files and things.
If you would like to fork paperOS, you must build it. Why? Because POK, to install the OS to your browser, requires an input of a .zip file. This makes referencing all of the files needed for the OS easier.
If you would like to build it, you can call
npm run buildall this does is delete the existing build, and re-zip up the src/paperOS file.
From your existing paperOS session, factory-reset it. If you are unable to do so:
- open
inspector toolsviactrl + shift + i - click on the
storagetab - click through
indexDBtill you reachFS - right click
FSthen clickdelete
- fflate, A thing for getting the data out of .zip files for installing the selected OS
- that's it :D Everything else from the beginning terminal to the application windows were done all by hand