DustinBrett / daedalOS

Desktop environment in the browser
https://dustinbrett.com
MIT License
8.51k stars 678 forks source link
desktop-environment javascript os web-desktop

๐ŸŒŒ daedalOS ๐ŸŒŒ

Desktop environment in the browser

Feature Overview

System ๐Ÿง 

File System

Windows

Start Menu

Taskbar

Clock

Background

URL

Apps ๐Ÿงช

BoxedWine (.exe, .zip)

Browser (.htm, .html)

DevTools

EmulatorJS (.32x, .a26, .a52, .a78, .gb, .gba, .gbc, .gen, .gg, .j64, .jag, .lnx, .n64, .nds, .nes, .ngc, .ngp, .pce, .sfc, .smc, .smd, .sms, .v64, .vb, .vboy, .ws, .wsc, .z64)

IRC

js-dos (.exe, .jsdos, .zip)

Marked (.md)

Messenger

Monaco Editor

Paint (.bmp, .gif, .ico, .jpg, .png, .tiff, .webp,)

PDF (.pdf)

Photos

Ruffle (.swf, .spl)

Stable Diffusion

Terminal

TinyMCE (.rtf, .whtml)

Virtual x86 (.img, .iso)

Video Player

Vim

Webamp (.mp3, .wsz)

Games ๐ŸŽฎ

ClassiCube

DX-Ball

Space Cadet Pinball

Quake III Arena

Try It ๐Ÿš€

Requirements
Development
yarn install
yarn build:prebuild
yarn dev
Production
yarn install
yarn build
yarn serve
Docker
docker build -t daedalos .
docker run -dp 3000:3000 --rm --name daedalos daedalos
Notes