Stable versions

IronPython maintains compatible versions with Python 2.5 and Python 2.6; IronPython 2.0.3 and IronPython 2.6.1, respectively. If you're not sure which version to use, use IronPython 2.6.1.

All major IronPython releases

Latest version

The latest version of IronPython is IronPython 2.7 Alpha 1, which is tracking compatibility with Python 2.7.

Prerequisites

IronPython is a cross-platform and cross-browser programming language, so prerequisites will vary based on usage.

Here are the recommended runtimes are for each platform:

Windows desktop & server apps

On Windows for desktop and server usage, the .NET framework is the recommended runtime.

Note

IronPython also runs on .NET: 3.5 SP1, but must be compiled from
source.

Windows & Mac OS browser apps

On Windows & Mac OS for browser usage, Silverlight is the recommended runtime.

Silverlight enables you to use Python to script HTML pages just as you would with JavaScript, and also enables advanced vector graphics for rich user-interfaces and video.

Mac OS & Linux desktop & server apps

IronPython runs on Mono, a cross platform, open source .NET framework, enables IronPython to be used on Linux, Mac OS, and BSD systems.

Linux browser apps

IronPython also runs on Moonlight, a open source implementation of Microsoft Silverlight for Unix systems.

Note

Moonlight 2 targets the Silverlight 2 API, so if you want to
run the same application on all platforms make sure to only use
Silverlight 2 APIs, or provide a fallback implementation for
Moonlight.