Windows 95 in a Grader.JS cross-platform desktop app. Yep, it's the whole thing. I'm not sorry.
Copyright (c) 2020, Dosyago and/or its affiliates. All rights reserved.
This is a release of winrader, demonstrating Windows 95 in a cross-platform executable built using Grader, an cross-platform app builder.
License information can be found in the LICENSE file.
Nothing in the license makes any claim over any part or whole of the Windows 95 images used in releases.
This source-code, excluding any Windows 95 images, is dual-licensed. For information about commercial licensing, see Dosyago Commercial License for OEMs, ISVs and VARs.
This project is provided for educational purposes only. I do not own any of the Windows related trademarks used herein, and this project is not affiliated with and has not been approved by Microsoft, and has no official connection to or endorsement from Microsoft, or any other trademark holder.
Get the latest.
- development time: < 2 hours
- lines of code: < 100
- you need to glone the repo
npm install
- you need a
windows95.img
file. I got mine from felixrieseberg's releases npm test
Assuming you've already done the above steps to run from source, then do:
$ ./scripts/compile.sh
WARNING: This project uses Google Chrome to display the UI. Running this will download and install Google Chrome if you don't already have it installed. If you are allergic to Google Chrome, please avoid running or ingesting this binary.
WARNING: Normally, GraderJS inflates the app from the virtual filesystem inside the binary every time you run. But because this project has a massive OS image, I only inflate it the first time to save you time. The risk is someone could overwrite your index.html (or other app assets) because it's not refreshed every time.
- Grader.JS - the cross-platform app-builder I used to make this
- felixrieseberg/windows95 - the original and best windows-in-a-box
- copy/images - not including the windows 95 image (which was obtained from felixrieseberg's releases), a variety of images that in future will also be run in Grader.JS
- copy/v86 - x86 virtualization in JS
- win95.ajf.me - Windows 95 running in DOSBOX converted to JS via emscripten
- Archive.org MSDOS games library - classic DOS games playable in yer browser