v86
x86 PC emulator and x86-to-wasm JIT, running in the browser (by copy)
daedalOS
Desktop environment in the browser (by DustinBrett)
v86 | daedalOS | |
---|---|---|
163 | 214 | |
20,463 | 11,011 | |
1.2% | 7.8% | |
9.5 | 9.8 | |
10 days ago | 2 days ago | |
JavaScript | JavaScript | |
BSD 2-clause "Simplified" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
v86
Posts with mentions or reviews of v86.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-18.
-
Make Ubuntu packages 90% faster by rebuilding them
Not a bad idea. Arch also comes to mind, and its support on https://copy.sh/v86/ is a testament to its flexibility.
- V86: Working Operating Systems in the Browser
- Webvm: Virtual Machine for the Web
- WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly
- Windows 95 Running in the Browser
-
Run a Virtual Machine in Your Browser
import { useEffect } from 'react'; function App() { useEffect(function initializeEmulator(){ // See https://github.com/copy/v86/blob/master/src/browser/starter.js for options window.emulator = new window.V86({ wasm_path: '/v86.wasm', screen_container: document.getElementById("screen_container"), bios: { url: "/bios/seabios.bin", }, vga_bios: { url: "/bios/vgabios.bin", }, hda: { // Hard Disk url: "/images/fd12-base.img", async: true, size: 419430400, // Recommended to add size of the image in URL. see https://github.com/copy/v86/blob/master/src/browser/starter.js }, autostart: true, }); }, []); return (
Initializing Emulator…div> canvas> div> ); } export default App; - WebVM is a server-less virtual Linux environment running client-side
- Windows 8 Running in the Browser
- Run Windows on the browser with WASM power
-
WASI 0.2.0 and Why It Matters
> As a thought experiment, we're almost there! We could technically have `win95.img + bochs86vm.wasm + autorun.inf + msword.exe` wrapped in a "browser evaluator"
I looked into this and... holy crap! We are there. Not for modern programs quite yet, sure, but this is amazing. You can use Windows 2000 from your browser.
https://copy.sh/v86/?profile=windows2000
daedalOS
Posts with mentions or reviews of daedalOS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-25.
- I Spent 4 Years Building an OS in the Browser
- Sanding UI
- Ball: A ball that lives in your dock
-
3 YEARS On My Side Project!
I've learned so much while making this project into my personal website (dustinbrett.com). It's made me a much better web developer as I have tried to emulate a desktop environment with pixel perfect accuracy using CSS, HTML & JavaScript.
-
How I got nominated for a Webby Award
I'm very happy to announce that my personal website has once again been nominated for a Webby Award!
-
Windows 3D Pinball (Space Cadet)
This has also been ported to the web via Emscripten. I host it on my website if anyone wants to play. https://dustinbrett.com/?app=SpaceCadet
- Show HN: 3 years and 1M users later, I just open-sourced my "Internet OS"
- Website Impersonating a Desktop Environment
- FLaNK Weekly 18 Dec 2023
-
The Ultimate Web Desktop Environment (3,500 commits over 3 years)
Demo: https://dustinbrett.com/
What are some alternatives?
When comparing v86 and daedalOS you can also consider the following projects:
webvm - Virtual Machine for the Web
eruda - Console for mobile browsers
adblock-rust - Brave's Rust-based adblock engine
js-dos - The best API for running dos programs in browser
Chicago95 - A rendition of everyone's favorite 1995 Microsoft operating system for Linux.
greenfield - HTML5 Wayland compositor :seedling: