Skip to content

Download a release

Most people don’t need to build from source. Grab a prebuilt release, unzip it, and run.

Releases

Each release publishes one zip per architecture:

ArchitectureAssetNotes
Windows x64IntuneCommander-<version>-win-x64.zipCurrently the only published target
Windows on ARM64IntuneCommander-<version>-win-arm64.zipPlanned — the primary target long-term
  • Windows 11.
  • The Windows App SDK runtime — the client links against it framework-dependent. Install it from Microsoft if it isn’t already present.

You do not need the .NET SDK: the sidecar in the bundle is self-contained.

  1. Download the zip for your architecture and extract it.
  2. Run Start-IntuneCommander.cmd — it starts the sidecar, waits for it to bind :5099, then launches the client.
  3. Sign in to your tenant; the live screens populate.

The bundle’s docs\RUNBOOK.md has the full prerequisites and the smoke test.

IntuneCommander.exe the client (Rust + WinUI 3)
sidecar\ the .NET sidecar (Api.exe + runtime) → 127.0.0.1:5099
docs\ end-user docs
Start-IntuneCommander.cmd launcher (sidecar → client)
VERSION the release version

If you’re developing IntuneCommander or want the latest unreleased code, see Install & build and Cutting a release.