js-dos

caiiiycuk
esm Styles
js-dos JS library homepage js-dos JS library on npm Download js-dos JS library

Full-featured DOS player with multiple emulator backends

Version 8.3.20 License GPL-2.0
js-dos JS library homepage
js-dos JS library on GitHub
js-dos JS library on npm
Download js-dos JS library
Keywords
js-dosdosapibrowserdosboxemulatorswebassembly
<script type="module"> import jsDos from 'https://cdn.jsdelivr.net/npm/js-dos@8.3.20/+esm' </script>
Learn more

js-dos v8

Build

The simplest API to run DOS/Win 9x programs in browser or node. js-dos provides full-featured DOS player that can be easily installed and used to get your DOS program up and running in browser quickly. js-dos provide many advanced features like multiplayer and cloud storage. All available features are enabled for any integration and free.

The key features:

  • Works in worker or render thread
  • Support execution in Node and Browsers
  • Multiple backends: DOSBox, DOSBox-X
  • Mobile support (v8 - WIP, v7 - production)
  • Able to run very big games (like Diablo, etc.)
  • Multiplayer support
  • Cloud storage
  • WebAssembly and pure JS versions

Demo

Watch the video

Documentation

Support

If you enjoy using js-dos, we would greatly appreciate your support through subscribing to our js-dos subscription. By subscribing, you not only enhance your own experience with exclusive benefits but also contribute to the continued development and maintenance of our platform. Your subscription helps us grow and provide even better services to all our valued users.

Alternatively you can do one time donation:

BTC ETH
BTC ETH

Development

  1. You need to install node dependencies and put emulators into public/emulators.
yarn
cp -rv node_modules/emulators/dist/* public/emulators
  1. Run yarn run vite and open http://localhost:3000 js-dos is ready!

Community