Wingetlywingetly
← All apps

DrMIPS

by Bruno Novav2.0.4

Last updated

Educational MIPS simulator

Install with winget

$ winget install --id BrunoNova.DrMIPS --exact --version 2.0.4

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for DrMIPS

DrMIPS uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
DrMIPS_v2.0.4_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for DrMIPS

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

DrMIPS is a graphical simulator of the MIPS processor to support computer architecture teaching and learning.

It is intuitive, versatile and configurable.

The simulator is available not only for personal computers but also for Android devices, especially tablets.

DrMIPS was created under the Master’s dissertation entitled Tool to Support Computer Architecture Teaching and Learning at the Faculty of Engineering of the University of Porto, in Portugal.

Requires Java 8 or later.

Installers · v2.0.4

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for DrMIPS.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Logisim-evolutionlogisim-evolution developers
    logisim-evolution.logisim-evolutionv5.0.0

    Digital logic design tool and simulator

  • SelectAndTranslateYana Yuan
    YanaYuan.SelectAndTranslatev1.0.0

    AI-powered system-wide translation tool with vocabulary building and wallpaper learning.

  • GeoGebra ClassicInternational GeoGebra Institute
    GeoGebra.Classicv6.0.929

    Apps bundle including free tools for geometry, spreadsheet, probability, and CAS

  • A
    AlgodooAlgoryx
    Algoryx.Algodoov2.2.1

    Physics-based 2D sandbox simulator

  • 希沃白板 5Seewo
    Seewo.EasiNotev5.2.4.11441

    An interactive slide tool specially designed for teaching scenarios.

  • 希沃轻白板Seewo
    Seewo.EasiNote5Cv1.0.1.9830

    Easy-to-use whiteboard writing software

More from Bruno Nova or browse mips, simulator, education.

Frequently asked questions

How do I install DrMIPS on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id BrunoNova.DrMIPS --exact --version 2.0.4. winget downloads the installer from Bruno Nova and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DrMIPS silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id BrunoNova.DrMIPS --exact 2.0.4 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for DrMIPS?
DrMIPS uses EXE (Inno Setup). Run the downloaded installer with: DrMIPS_v2.0.4_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall DrMIPS via winget?
Run: winget uninstall --id BrunoNova.DrMIPS --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DrMIPS's Apps & Features entry.
Is DrMIPS free?
DrMIPS is distributed under GPL-3.0. Refer to the publisher (https://brunonova.github.io/drmips) for the full license terms - Wingetly itself does not charge for installation.
Does DrMIPS work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls DrMIPS directly from the publisher.
How do I keep DrMIPS up to date?
Run winget upgrade --id BrunoNova.DrMIPS --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DrMIPS from microsoft/winget-pkgs.