windows95
Application écrite en javascript (Electron) faisant tourner Windows 95. La build pour processeur Intel est disponible sur le site.
Dernière mise à jour :
Plateformes
Architecture
Mac OS X - macOS
Apple Silicon
64 bits
Téléchargement et liens
- Télécharger windows95
- Site officiel
- Code source
-
brew install --cask windows95
Historique des versions
v5.0.1
Full Changelog**: https://github.com/felixrieseberg/windows95/compare/v5.0.0...v5.0.1
Changelog complet
Fixes a race in v5.0.0 where the packaged app could cold-boot instead of resuming from saved state — on a cold launch (Gatekeeper scan, cold disk cache) v86 hadn't finished loading the wasm/BIOS/disk before `restore_state()` ran, the restore silently failed, and the VM started fresh. Now waits for v86's `emulator-loaded` event. (#367)
**Full Changelog**: https://github.com/felixrieseberg/windows95/compare/v5.0.0...v5.0.1
v5.0.0
Z: drive**: Pick any folder on your real machine and it shows up inside Windows 95 as the `Z:` drive long filenames and all. A new `W95TOOLS` guest agent maps `\\HOST` automatically on boot, and SMB `READ_RAW` makes file copies roughly 20× faster than before. (#352, #364, #366)
Real internet (sort of)**: A raw TCP relay lets the guest reach beyond port 80 IRC, FTP, telnet, whatever ancient client you can dig up. Also fixed a v86 NE2000 ring-buffer wrap that was quietly stalling downloads. (#358, #363)
Quality of life**: Seamless mouse via VBMOUSE (no more pointer-lock jail), "Boot from scratch" in the Machine menu, "Start without state" is always available, and your files survive disk-image upgrades. A v86 fix stops windowed DOS boxes from corrupting the screen. (#344, #357, #360, #365, #359)
Nicer to look at**: The launcher got a 98.css facelift, and there's a new info bar with live CPU/disk/net sparklines that tucks away until you hover. (#347, #345, #349)
It's been a year. Most of this release is about making windows95 feel less like a sealed-off curiosity and more like a tiny computer that's actually plugged into yours.
Real internet (sort of)**: A raw TCP relay lets the guest reach beyond port 80 IRC, FTP, telnet, whatever ancient client you can dig up. Also fixed a v86 NE2000 ring-buffer wrap that was quietly stalling downloads. (#358, #363)
Quality of life**: Seamless mouse via VBMOUSE (no more pointer-lock jail), "Boot from scratch" in the Machine menu, "Start without state" is always available, and your files survive disk-image upgrades. A v86 fix stops windowed DOS boxes from corrupting the screen. (#344, #357, #360, #365, #359)
Nicer to look at**: The launcher got a 98.css facelift, and there's a new info bar with live CPU/disk/net sparklines that tucks away until you hover. (#347, #345, #349)
It's been a year. Most of this release is about making windows95 feel less like a sealed-off curiosity and more like a tiny computer that's actually plugged into yours.
Changelog complet
It's been a year. Most of this release is about making windows95 feel less like a sealed-off curiosity and more like a tiny computer that's actually plugged into yours.
- **Z: drive**: Pick any folder on your real machine and it shows up inside Windows 95 as the `Z:` drive — long filenames and all. A new `W95TOOLS` guest agent maps `\\HOST` automatically on boot, and SMB `READ_RAW` makes file copies roughly 20× faster than before. (#352, #364, #366)
- **Shared clipboard**: Copy text on your host, paste it in Notepad. Copy in Windows 95, paste it back out. The guest agent talks to the host over the VMware backdoor port, so no networking required. (#361)
- **CD-ROM**: Mount an `.iso` and it appears as `D:`. Install things the way you did in 1997. (#362)
- **Real internet (sort of)**: A raw TCP relay lets the guest reach beyond port 80 — IRC, FTP, telnet, whatever ancient client you can dig up. Also fixed a v86 NE2000 ring-buffer wrap that was quietly stalling downloads. (#358, #363)
- **Nicer to look at**: The launcher got a 98.css facelift, and there's a new info bar with live CPU/disk/net sparklines that tucks away until you hover. (#347, #345, #349)
- **Quality of life**: Seamless mouse via VBMOUSE (no more pointer-lock jail), "Boot from scratch" in the Machine menu, "Start without state" is always available, and your files survive disk-image upgrades. A v86 fix stops windowed DOS boxes from corrupting the screen. (#344, #357, #360, #365, #359)
**Full Changelog**: https://github.com/felixrieseberg/windows95/compare/v4.0.0...v5.0.0
v4.0.0
Updated dependencies** Everything is a little smoother and faster. Sound should be better, for instance.
Welcome back! Largely thanks to a lot of good work in windows95's dependencies (namely, https://github.com/copy/v86 and https://github.com/electron/electron), windows95 runs smoother than ever and has some fancy new tricks up its sleeve.
Welcome back! Largely thanks to a lot of good work in windows95's dependencies (namely, https://github.com/copy/v86 and https://github.com/electron/electron), windows95 runs smoother than ever and has some fancy new tricks up its sleeve.
Changelog complet
Welcome back! Largely thanks to a lot of good work in windows95's dependencies (namely, https://github.com/copy/v86 and https://github.com/electron/electron), windows95 runs smoother than ever and has some fancy new tricks up its sleeve.
- **Internet**: You can use Internet Explorer 5.5 to browse the internet. A lot of modern websites won't work, but I've left a few trails to ensure that you can still enjoy the web - for instance by visiting archived versions of popular websites.
- **Host Access** When you visit `http://my-computer` inside windows95, you'll be able to browse your host system's file system. This allows you to quickly move files into windows95, like additional games or apps you can download.
- **More apps** Enjoy Office '95 with Word, Excel, PowerPoint, and Microsoft FrontPage. Also: Space Cadet Pinball!
- **Updated dependencies** Everything is a little smoother and faster. Sound should be better, for instance.


v3.1.1
Upgraded from Electron v18 to Electron v21 (and with it, Chrome and Node.js)
Upgraded v86 (sound is back!)
Upgraded v86 (sound is back!)
Changelog complet
# Changes
- Upgraded from Electron v18 to Electron v21 (and with it, Chrome and Node.js)
- Upgraded v86 (sound is back!)
v3.0.0
On Windows, the link to OSFMount was broken and is now fixed.
On Windows, windows95 will have a proper icon in the `Programs & Features` menu.
On Windows, windows95 will have a proper icon in the `Programs & Features` menu.
Changelog complet
## Breaking Changes
* Upgraded the disk image, meaning that prior state files no longer work.
* Old state files aren't being deleted, can still be found in your application data, and used with windows95 v2. As a reminder, don't use windows95 for any real work -- a real emulator (like VirtualBox) is much better suited for.
## Other Changes
* Upgraded from Electron v11 Electron v18 (and with it, Chrome and Node.js)
* Upgraded v86 (now using WASM)
* Upgraded various smaller dependencies
* Much better scaling on all platforms
* On Windows, the link to OSFMount was broken and is now fixed.
* On Windows, you can now see a prettier installation animation.
* On Windows, windows95 will have a proper icon in the `Programs & Features` menu.
v2.3.0
Aucun détail pour cette version.
v2.2.2
Aucun détail pour cette version.
v2.2.1
Improved code-signing and notarized the app with Apple for better macOS Catalina support
This release improves support for macOS Catalina and ensures that some of the links are actually clickable. I know, links really have just one job - they should be clickable. And they are now!
Fixed a bug leading to a link now showing up
Updated Electron from v6 to v7, improving performance and security
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-macos-2.2.1.zip)
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-ia32.exe)
This release improves support for macOS Catalina and ensures that some of the links are actually clickable. I know, links really have just one job - they should be clickable. And they are now!
Fixed a bug leading to a link now showing up
Updated Electron from v6 to v7, improving performance and security
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-macos-2.2.1.zip)
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-ia32.exe)
Changelog complet
This release improves support for macOS Catalina and ensures that some of the links are actually clickable. I know, links really have just one job - they should be clickable. And they are now!
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-macos-2.2.1.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-setup-win32-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-win32-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-2.2.1-win32-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-linux-2.2.1_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.1/windows95-linux-2.2.1.x86_64.rpm)
## Changelog
* Improved code-signing and notarized the app with Apple for better macOS Catalina support
* Fixed a bug leading to a link now showing up
* Updated Electron from v6 to v7, improving performance and security
* Bumped various smaller dependencies
v2.2.0
I've fixed bugs, upgraded components, and built a snazzy new user interface.
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-macos-2.2.0.zip)
Fixed an issue with code signing
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-x64.zip)
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-macos-2.2.0.zip)
Fixed an issue with code signing
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-x64.zip)
Changelog complet
I've fixed bugs, upgraded components, and built a snazzy new user interface.
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-macos-2.2.0.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-setup-win32-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-2.2.0-win32-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-linux-2.2.0_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.2.0/windows95-linux-2.2.0.x86_64.rpm)
## Changelog
- Fixed an issue with code signing
v2.1.1
This update fixes an issue with code-signed macOS builds.
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-macos-2.1.1.zip)
Fixed an issue with code signing
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-x64.zip)
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-macos-2.1.1.zip)
Fixed an issue with code signing
Downloads for macOS
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-x64.zip)
Changelog complet
This update fixes an issue with code-signed macOS builds.
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-macos-2.1.1.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-setup-win32-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-2.1.1-win32-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-linux-2.1.1_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.1/windows95-linux-2.1.1.x86_64.rpm)
## Changelog
- Fixed an issue with code signing
v2.1.0
This update merely updates the dependencies of `windows95`, which shouldn't really have any user-visible changes. Things will likely be a little faster, but it's not like Windows 95 will suddenly start playing Crysis.
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-macos-2.1.0.zip)
Downloads for macOS
Updated to Electron v5.0.1
Updated to `fs-extra` v8
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-win32-standalone-ia32.zip)
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-macos-2.1.0.zip)
Downloads for macOS
Updated to Electron v5.0.1
Updated to `fs-extra` v8
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-win32-standalone-ia32.zip)
Changelog complet
This update merely updates the dependencies of `windows95`, which shouldn't really have any user-visible changes. Things will likely be a little faster, but it's not like Windows 95 will suddenly start playing Crysis.
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-macos-2.1.0.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-setup-win32-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-win32-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-2.1.0-win32-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-linux-2.1.0_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.1.0/windows95-linux-2.1.0.x86_64.rpm)
## Changelog
📦 Updated to Electron v5.0.1
📦 Updated to `fs-extra` v8
v2.0.0
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-macos-2.0.0.zip)
Added ability to "Reset" a machine
This is a big update - `windows95` now has support for sound, comes with a few games, some apps, and almost 500mb of free space in the virtual disk for you to fill with whatever you want.
Downloads for macOS
Updated to Electron v4.0.4
A completely new Windows 95 disk image
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-ia32.exe)
Added ability to "Reset" a machine
This is a big update - `windows95` now has support for sound, comes with a few games, some apps, and almost 500mb of free space in the virtual disk for you to fill with whatever you want.
Downloads for macOS
Updated to Electron v4.0.4
A completely new Windows 95 disk image
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-ia32.exe)
Changelog complet
This is a big update - `windows95` now has support for sound, comes with a few games, some apps, and almost 500mb of free space in the virtual disk for you to fill with whatever you want.
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-macos-2.0.0.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-setup-win32-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-win32-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-2.0.0-win32-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-linux-2.0.0_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-linux-2.0.0.x86_64.rpm)
## Changelog
📦 Updated to Electron v4.0.4
💾 A completely new Windows 95 disk image
💾 Installed Microsoft FrontPage, Netscape 2.0, and FrontPage Server
🕹 Installed [Doom](https://en.wikipedia.org/wiki/Doom_(1993_video_game)), [Wolfenstein3D](https://en.wikipedia.org/wiki/Wolfenstein_3D), [A10 Tank Killer](https://en.wikipedia.org/wiki/A-10_Tank_Killer), and [Grand Prix Circuit](https://en.wikipedia.org/wiki/Grand_Prix_Circuit_(video_game)).
🔧 Added ability to "Reset" a machine
:wrench: Better support for High-DPI devices
🔈 Support for sound
v1.4.0
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-macos-1.4.0.zip)
Downloads for macOS
Readme updated
Docker Instructions updated (Thanks, @toolboc)
Updated to Electron 3.0.13
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-ia32.exe)
[Standalone, 32-bit]https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-win32-1.4.0-standalone-ia32.zip)
Downloads for macOS
Readme updated
Docker Instructions updated (Thanks, @toolboc)
Updated to Electron 3.0.13
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-ia32.exe)
[Standalone, 32-bit]https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-win32-1.4.0-standalone-ia32.zip)
Changelog complet
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-macos-1.4.0.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-1.4.0-setup-win32-ia32.exe)
📦[Standalone, 32-bit]https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-win32-1.4.0-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-win32-1.4.0-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-linux-1.4.0_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.4.0/windows95-linux-1.4.0.x86_64.rpm)
## Changelog
* 📝 Readme updated
* 📝 Docker Instructions updated (Thanks, @toolboc)
* 📝 Support and purpose clarified (Thanks, @jacobq)
* 📦 Updated to Electron 3.0.13
v1.3.0
[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-macos-1.3.0.zip)
Downloads for macOS
Added more credits
Added more help
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-x64.zip)
Downloads for macOS
Added more credits
Added more help
[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-x64.exe)
[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-ia32.exe)
[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-ia32.zip)
[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-x64.zip)
Changelog complet
## Downloads for macOS
📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-macos-1.3.0.zip)
## Downloads for Windows
💽[Setup, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-setup-ia32.exe)
📦[Standalone, 32-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-ia32.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-win32-1.3.0-standalone-x64.zip)
## Downloads for Linux
💽[deb, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-linux_1.3.0_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-linux-1.3.0.x86_64.rpm)
## Changelog
* Added more credits
* Added more help
v1.2.0
I've been pretty humbled by how much people love this dumb little app. I've added a few features and cleaned a few things up, notably:
You can now mount the disk image (on Windows 10 and macOS)
The app auto-updates (Windows does not, it'll stay on Windows 95)
You can now send Ctrl + Alt + Del and reboot the machine from the window menu
You can now mount the disk image (on Windows 10 and macOS)
The app auto-updates (Windows does not, it'll stay on Windows 95)
You can now send Ctrl + Alt + Del and reboot the machine from the window menu
Changelog complet
💖 I've been pretty humbled by how much people love this dumb little app. I've added a few features and cleaned a few things up, notably:
* You can now mount the disk image (on Windows 10 and macOS)
* The app auto-updates (Windows does not, it'll stay on Windows 95)
* You can now see the CPU and HDD working
* You can now send Ctrl + Alt + Del and reboot the machine from the window menu

v1.1.0
Aucun détail pour cette version.
v1.0.0
Aucun détail pour cette version.
Captures d'écran