Full-featured DOS player with multiple emulator backends


Keywords
js-dos, dos, api, browser, dosbox, emulators, webassembly, js
License
GPL-2.0
Install
npm install js-dos@0.80.25

Documentation

js-dos v8

Build

The next major version of js-dos.

Not production ready. Please use 7.xx for production.

Watch the video

Development

Install dependencies

You need to install node dependencies and put emulators@beta into public/emulators.

yarn
cp -rv node_modules/emulators/dist/* public/emulators

Development

Frontend is written in preact + vite. Run yarn run vite and open http://localhost:3000 js-dos is ready!