Wingetlywingetly
← All apps

IronPython 3

by .NET Foundationv3.4.2.1000

Last updated

The Python programming language for .NET

Install with winget

$ winget install --id Microsoft.IronPython.3 --exact --version 3.4.2.1000

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

Silent install command for IronPython 3

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

One-line silent install (x64, machine scope)
msiexec.exe /i IronPython-3.4.2.msi /quiet /norestart

See the full silent install reference for IronPython 3

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

IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily.

Installers · v3.4.2.1000

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
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 IronPython 3.

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

  • WiX Toolset.NET Foundation
    WiXToolset.WiXToolsetv3.14.1.8722

    WiX Toolset build tools include everything you need to create installations on your development and build machines.

  • Dev Proxy.NET Foundation
    DevProxy.DevProxyv3.2.0

    Dev Proxy is a command line tool for simulating APIs for testing apps

  • Dev Proxy Beta.NET Foundation
    DevProxy.DevProxy.Betav3.2.0-beta.1

    Dev Proxy Beta is a preview build of the command line tool for simulating APIs for testing apps

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

More from .NET Foundation or browse language, programming, programming-language.

Frequently asked questions

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

Recent versions

  • 3.4.2.1000latest
  • 3.4.0.0001