Wingetlywingetly
← All apps
S

SPIM

by James Larusv9.1.24

Last updated

A self-contained simulator that runs MIPS32 programs

Install with winget

$ winget install --id JamesLarus.SPIM --exact --version 9.1.24

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

Silent install command for SPIM

SPIM uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86, user scope)
msiexec.exe /i installer.msi /quiet /norestart

See the full silent install reference for SPIM

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.

Installers · v9.1.24

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
userDirect

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

Security

2 known CVEs via NVD

  • medium6.5Fix availableCVE-2025-29364affects <=9.1.24Aug 28, 2025

    spimsimulator spim v9.1.24 and before is vulnerable to Buffer Overflow in the READ_SYSCALL and WRITE_SYSCALL system calls. The application verifies the legitimacy of the starting and ending addresses for memory read/write operations. By configuring the starting and ending addres...

  • critical9.8Fix availableCVE-2025-29365affects <=9.1.24Aug 22, 2025

    spimsimulator spim v9.1.24 and before is vulnerable to Buffer Overflow in READ_STRING_SYSCALL.

Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • DrMIPSBruno Nova
    BrunoNova.DrMIPSv2.0.4

    Educational MIPS simulator

More from James Larus or browse mips, qtspim.

Frequently asked questions

How do I install SPIM on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id JamesLarus.SPIM --exact --version 9.1.24. winget downloads the installer from James Larus and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install SPIM silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id JamesLarus.SPIM --exact 9.1.24 --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 SPIM?
SPIM uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i installer.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall SPIM via winget?
Run: winget uninstall --id JamesLarus.SPIM --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from SPIM's Apps & Features entry.
Is SPIM free?
SPIM is distributed under BSD. Refer to the publisher (https://spimsimulator.sourceforge.net/) for the full license terms - Wingetly itself does not charge for installation.
Does SPIM 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 SPIM directly from the publisher.
How do I keep SPIM up to date?
Run winget upgrade --id JamesLarus.SPIM --exact, or winget upgrade --all to update everything winget tracks. We index 3 versions of SPIM from microsoft/winget-pkgs.

Recent versions

  • 9.1.24latest
  • 9.1.23
  • 9.1.21