Have fun messing with Windows 96!
The main reason the windows 96 team had me take down windows 96 local 1.0 from their git server, was people being able to rehost their site using my script.
Even though I may be banned from their discord server, I still expect you to not just steal their site and rehost it without adding any proper value to it.
Do note Windows 96 is NOT open source! Even if you rehost and add some value, you could still get a DMCA from the windows 96 team, so be careful!
Rehosting is at your own risk!
Download this repository.
Run npm install
and npx tsc
Run node "rofs downloader.js" https://windows96.net
to start downloading.
Wait until you see Done
in the console.
Start a local web server to use your local copy (e.g. php -S 127.0.0.1:3000
or npx http-server
)