EmulatorJS

https://news.ycombinator.com/rss Hits: 3
Summary

Self-hosted Javascript emulation for various systems. Join our Discord server: Note As of EmulatorJS version 4.0, this project is no longer a reverse-engineered version of the emulatorjs.com project. It is now a complete rewrite. Warning As of version 4.0.9 cores and minified files are no longer included in the repository. You will need to get them separately. You can get it from releases or the * new CDN (see this for more info). There is also a new version system that we will be using. (read here for more info). Tip Cloning the repository is no longer recommended for production use. You should use releases or the CDN instead. Ads This project has no ads. Although, the demo page currently has an ad to help fund this project. Ads on the demo page may come and go depending on how many people are funding this project. You can help fund this project on patreon Issues If something doesn't work, please consider opening an Issue with as many details as possible, as well as the console log. 3rd Party Projects EmulatorJS itself is built to be a plugin, rather than an entire website. This is why there is no docker container of this project. However, there are several projects you can use that use EmulatorJS! Looking for projects that integrate EmulatorJS? Check out https://emulatorjs.org/docs/3rd-party Versioning There are three different version names that you need to be aware of: stable - This will be the most stable version of the emulator both code and cores will be tested before release. It will be updated every time a new version is released on GitHub. This is the default version on the Demo. latest - This will contain the latest code but use the stable cores. This will be updated every time the main branch is updated. nightly - This will contain the latest code and the latest cores. The cores will be updated every day, so this is considered alpha. CDN EmulatorJS provides a CDN at https://cdn.emulatorjs.org/ , allowing access to any version of the emulator. To use it, ...

First seen: 2026-01-29 17:33

Last seen: 2026-01-29 19:34