EduMIPS64
May 4, 2026 · View on GitHub
EduMIPS64 is a free cross-platform visual MIPS64 CPU simulator written in Java.
It runs both as a stand-alone Java Swing application and as a React-based web Single-Page Application (deployed at https://web.edumips.org).

⚡ The web UI is also bundled as an Electron package for all major platforms.
🌐The EduMIPS64 web site is http://www.edumips.org. There is also a developers' blog at http://edumips64.blogspot.com.
💾 To download the current stable release, go to the GitHub page for the latest release, which contains JARs, PDFs with the user documentation and zip/tar.gz files with the source code.
📖 The user documentation is also available online at ReadTheDocs: http://edumips64.rtfd.io.
For the italian version, click the selector at the bottom-right corner and choose the
it translation.
🥠 The JAR for the latest development version is available by looking for the last GitHub Actions build that ran on the master branch (full list here).
❤️ This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to andrea.spadaccini@gmail.com.
⌨️ To contribute to EduMIPS64, please start by reading the developer guide.
Known distribution packages
Ubuntu Snap: find EduMIPS64 in the Ubuntu app store or install via CLI (snap install edumips64).
Windows Package Manager: winget install edumips64
Related projects
QtMips educational MIPS CPU based on the Qt toolkit.