Windows 95 : Windows 95 in Electron That Runs on macOS, Linux, and Windows

This is Windows 95, running in an Electron app, which runs on macOS, Linux, and Windows. Bear in mind that this is written entirely in JavaScript, so please adjust your expectations.

Before you can run this from source, you’ll need the disk image. It’s not part of the repository, but you can grab it using the Show Disk Image button from the packaged release, which does include the disk image.

Also Read : Dfirtrack : The Incident Response Tracking Application

Unpack the images folder into the src folder, creating this layout:

./src/images/windows95.img

Once you’ve done so, run npm install and npm start to run your local build.

Downloads

WindowsmacOSLinux
Standalone DownloadStandalone, 32-bit
Standalone, 64-bit
Standalone
InstallerSetup, 64-bit
Setup, 32-bit
deb, 64-bit
rpm, 64-bit

Discalmer

This project is provided for educational purposes only. It is not affiliated with and has not been approved by Microsoft.

Credit : Felix Reisberg

R K

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

6 days ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

6 days ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

6 days ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

6 days ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

6 days ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

7 days ago