Mono is a
free and open-source
Free and open-source software (FOSS) is software available under a Software license, license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term ...
software framework
In computer programming, a software framework is a software abstraction that provides generic functionality which developers can extend with custom code to create applications. It establishes a standard foundation for building and deploying soft ...
that aims to run software made for the
.NET Framework on
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
and other OSes. Originally by
Ximian which was acquired by
Novell
Novell, Inc. () was an American software and services company headquartered in Provo, Utah, that existed from 1980 until 2014. Its most significant product was the multi-platform network operating system known as NetWare. Novell technolog ...
, it was later developed by
Xamarin which was acquired by
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
. In August 2024, Microsoft transferred ownership of Mono to
WineHQ.
History

When Microsoft first announced their
.NET Framework in June 2000 it was described as "a new platform based on Internet standards", and in December of that year the underlying
Common Language Infrastructure
The Common Language Infrastructure (CLI) is an open specification and technical standard originally developed by Microsoft and standardized by International Organization for Standardization, ISO/International Electrotechnical Commission, IEC (ISO/ ...
was published as an open standard, "ECMA-335", opening up the potential for independent implementations.
Miguel de Icaza of
Ximian believed that .NET had the potential to increase programmer productivity and began investigating whether a Linux version was feasible.
Recognizing that their small team could not expect to build and support a full product, they launched the Mono open-source project, on July 19, 2001, at the
O'Reilly conference.
After three years of development, Mono 1.0 was released on June 30, 2004. Mono evolved from its initial focus of a developer platform for Linux desktop applications to supporting a wide range of architectures and operating systems - including embedded systems.
Novell
Novell, Inc. () was an American software and services company headquartered in Provo, Utah, that existed from 1980 until 2014. Its most significant product was the multi-platform network operating system known as NetWare. Novell technolog ...
acquired Ximian in 2003. After Novell was acquired by
Attachmate in April 2011, Attachmate announced hundreds of layoffs for the Novell workforce, putting in question the future of Mono.
On May 16, 2011, Miguel de Icaza announced in his blog that Mono would continue to be supported by
Xamarin, a company he founded after being laid off from Novell. The original Mono team had also moved to the new company. Xamarin planned to keep working on Mono and had planned to rewrite the proprietary .NET stacks for
iOS and
Android from scratch, because Novell still owned MonoTouch and Mono for Android at the time. After this announcement, the future of the project was questioned, MonoTouch and Mono for Android being in direct competition with the existing commercial offerings now owned by
Attachmate, and considering that the Xamarin team would have difficulties proving that they did not use technologies they formerly developed when they were employed by
Novell
Novell, Inc. () was an American software and services company headquartered in Provo, Utah, that existed from 1980 until 2014. Its most significant product was the multi-platform network operating system known as NetWare. Novell technolog ...
for the same work. However, in July 2011, Novell, now a subsidiary of Attachmate, and Xamarin, announced that it granted a perpetual license to Xamarin for Mono, MonoTouch and Mono for Android, which officially took stewardship of the project.
On February 24, 2016, Microsoft announced it had signed a definitive agreement to
acquire Xamarin.
On August 27, 2024, Microsoft transferred ownership of Mono to WineHQ, the developer team of
Wine
Wine is an alcoholic drink made from Fermentation in winemaking, fermented fruit. Yeast in winemaking, Yeast consumes the sugar in the fruit and converts it to ethanol and carbon dioxide, releasing heat in the process. Wine is most often made f ...
, a Windows compatibility layer.
Current status and roadmap
Mono's current version is 6.12.0 (). This version provides the core
API
An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
of the
.NET Framework and support for Visual Basic.NET and C# 7.0.
LINQ to Objects, XML, and
SQL are part of the distribution.
Windows Forms 2.0 is also supported, but not actively developed, and as such its support on Mono is incomplete.
Version 4.0 was the first version that incorporates Microsoft original source code that was released by Microsoft as part of the
.NET Core project.
As of January 14, 2021, Mono has full support for all the features in .NET 4.7 except
Windows Presentation Foundation (WPF) (which the Mono team do not plan to support due to the amount of work it would need)
and
Windows Workflow Foundation (WF), and with only limited support for
Windows Communication Foundation
The Windows Communication Foundation (WCF), previously known as Indigo, is a free and open-source runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.
.NET Core 1.0, released 2016, did not s ...
(WCF) and the ASP.NET async stack. However, System.Web and WCF are candidates for 'almost immediate' porting from the .NET reference source back to Mono. Some missing parts of the
.NET Framework are under development in an experimental Mono subproject calle
''Olive''
The Mono project has also created a
Visual Basic .NET compiler and a runtime designed for running VB.NET applications. It is currently being developed by Rolf Bjarne Kvinge.
Moonlight
An open-source implementation of
Microsoft Silverlight, called
Moonlight, has been included since Mono 1.9. Moonlight 1.0, which supports the Silverlight 1.0 APIs, was released January 20, 2009. Moonlight 2.0 supports Silverlight 2.0 and some features of Silverlight 3.0. A preview release of Moonlight 3.0 was announced in February 2010 and contains updates to Silverlight 3 support.
The Moonlight project was abandoned on May 29, 2012. According to Miguel, two factors sealed the fate of the project: Microsoft added "artificial restrictions" that "made it useless for desktop programming", and the technology had not gained enough traction on the Web. In addition, Silverlight itself was deprecated by Microsoft by 2012.
Mono components
Mono consists of three groups of components:
# Core components
# Mono/Linux/GNOME development stack
# Microsoft compatibility stack
The ''core components'' include the C# compiler, the virtual machine for the
Common Language Infrastructure
The Common Language Infrastructure (CLI) is an open specification and technical standard originally developed by Microsoft and standardized by International Organization for Standardization, ISO/International Electrotechnical Commission, IEC (ISO/ ...
and the core class libraries. These components are based on the
Ecma-334 and Ecma-335 standards,
allowing Mono to provide a standards compliant, free and open-source CLI
virtual machine
In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer. Their implementations may involve ...
. Microsoft issued a statement that covers both standards under their
Community Promise license.
The ''Mono/Linux/GNOME development stack'' provide tools for application development while using the existing
GNOME and
free and open-source
Free and open-source software (FOSS) is software available under a Software license, license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term ...
libraries. These include:
Gtk# for
graphical user interface
A graphical user interface, or GUI, is a form of user interface that allows user (computing), users to human–computer interaction, interact with electronic devices through Graphics, graphical icon (computing), icons and visual indicators such ...
(GUI) development, Mozilla libraries for working with the
Gecko rendering engine, Unix integration libraries (Mono.Posix), database connectivity libraries, a security stack, and the XML schema language
RelaxNG. Gtk# allows Mono applications to integrate into the Gnome desktop as native applications. The database libraries provide connectivity to the object-relational database
db4o,
Firebird,
Microsoft SQL Server
Microsoft SQL Server is a proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced "sequel"). As a database server, it is a software product with the primary function of ...
(MSSQL),
MySQL
MySQL () is an Open-source software, open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A rel ...
,
Open Database Connectivity (ODBC),
Oracle
An oracle is a person or thing considered to provide insight, wise counsel or prophetic predictions, most notably including precognition of the future, inspired by deities. If done through occultic means, it is a form of divination.
Descript ...
,
PostgreSQL
PostgreSQL ( ) also known as Postgres, is a free and open-source software, free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transaction processing, transactions ...
,
SQLite, and many others. The Mono project tracks developing database components at its website.
The ''Microsoft compatibility stack'' provides a pathway for porting Windows .NET applications to
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
. This group of components include
ADO.NET,
ASP.NET, and
Windows Forms (and libgdiplus), among others. As these components are not covered by
Ecma standards, some of them remain subject to
patent fears and concerns.
Framework architecture
The major components of Mono include:
*
Code Execution Engine
* Class Libraries
**
Base Class Library
** .NET Compatibility Class Libraries
** Mono specific class libraries:
*** Cross platform class libraries for both Mono and .NET (Gtk#, MonoCecil, Mono.CSharp, Text.Templating)
*** Unix-specific class libraries (POSIX,
Filesystem in Userspace (FUSE), curses)
*** Platform-specific class libraries (bindings for: Mac, iOS, Android, MeeGo)
*
CLI Assemblies
*
CLI Metadata
* Mono's
Common Language Runtime
** Compatible with the ECMA
Common Language Infrastructure
The Common Language Infrastructure (CLI) is an open specification and technical standard originally developed by Microsoft and standardized by International Organization for Standardization, ISO/International Electrotechnical Commission, IEC (ISO/ ...
/.NET
Common Language Runtime
** Mono-specific enhancements:
*** Mono.SIMD support
*** Mono co-routines and continuations.
* Mono-specific enhancements
*
Native interop services and COM interop
* Security
Transparent Code Framework
Code Execution Engine
The Mono runtime contains a code execution engine that translates ECMA
CIL byte codes into native code and supports a number of processors:
ARM,
MIPS (in 32-bit mode only),
SPARC,
PowerPC
PowerPC (with the backronym Performance Optimization With Enhanced RISC – Performance Computing, sometimes abbreviated as PPC) is a reduced instruction set computer (RISC) instruction set architecture (ISA) created by the 1991 Apple Inc., App ...
,
z/Architecture,
IA-32
IA-32 (short for "Intel Architecture, 32-bit", commonly called ''i386'') is the 32-bit version of the x86 instruction set architecture, designed by Intel and first implemented in the i386, 80386 microprocessor in 1985. IA-32 is the first incarn ...
,
x86-64
x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit extension of the x86 instruction set architecture, instruction set. It was announced in 1999 and first available in the AMD Opteron family in 2003. It introduces two new ope ...
and
IA-64 for 64-bit modes.
The code generator is exposed in three modes:
* Just-in-time (JIT) compilation: The runtime will turn ECMA CIL byte codes into native code as the code runs.
* Ahead-of-Time (AOT) compilation: this code turns the ECMA CIL byte codes (typically found on a .exe or .dll file) and generates native code stored in an operating system, architecture and CPU specific file (for a foo.exe file, it would produce foo.exe.so on Linux). This mode of operation compiles most of the code that is typically done at runtime. There are some exceptions like
trampolines and other administrative code that still require the JIT to function, so AOT images are not fully standalone.
* Full Static Compilation: this mode is only supported on a handful of platforms and takes the Ahead-of-Time compilation process one step further and generates all the trampolines,
wrappers and
proxies that are required into a static file that can be statically linked into a program and eliminates the need for a JIT at runtime. This is used on
Apple's iOS, Sony's
PlayStation 3
The PlayStation 3 (PS3) is a home video game console developed and marketed by Sony Computer Entertainment (SCE). It is the successor to the PlayStation 2, and both are part of the PlayStation brand of consoles. The PS3 was first released on ...
and Microsoft's
Xbox 360
The Xbox 360 is a home video game console developed by Microsoft. As the successor to the Xbox (console), original Xbox, it is the second console in the Xbox#Consoles, Xbox series. It was officially unveiled on MTV on May 12, 2005, with detail ...
operating systems.
Starting with Mono 2.6, it is possible to configure Mono to use the
LLVM
LLVM, also called LLVM Core, is a target-independent optimizer and code generator. It can be used to develop a Compiler#Front end, frontend for any programming language and a Compiler#Back end, backend for any instruction set architecture. LLVM i ...
as the code generation engine instead of Mono's own code generation engine. This is useful for high performance computing loads and other situations where the execution performance is more important than the startup performance.
Starting with the Mono 2.7 preview, it is no longer necessary to pick one engine over the other at configuration time. The code generation engine can be selected at startup by using the
--llvm
or
--nollvm
command line arguments, and it defaults to the fast-starting Mono code generation engine.
Starting with Mono 5.18, support for LLVM is a default configuration option. Previous versions required a special LLVM fork, but now mono can fall back to its own code generator when it encounters something not handled by LLVM.
Garbage collector
As of Mono 2.8, the Mono runtime ships with two
garbage collectors: a generational collector and the ''
Boehm–Demers–Weiser Conservative Garbage Collector''. The Boehm garbage collector could exhibit
memory leaks on certain classes of applications, making it unsuitable for some long-running server applications.
Mono switched to ''Simple Generational GC'' (SGen-GC) as the default collector in version 3.1.1.
The SGen garbage collector has many advantages over a traditional conservative scanner. It uses
generational garbage collection where new objects are allocated from a nursery, during the garbage collection cycle, all objects that survived are migrated to an older generation memory pool. The idea is that many objects are transient and can quickly be collected and only a handful of objects are long-term objects that live for the entire life of the application. To improve performance this collector assigns memory pools to each thread to let threads allocate new memory blocks without having to coordinate with other threads. Migration of objects from the nursery to the old generation is done by copying the data from the nursery to the old generation pool and updating any live pointers that point to the data to point to the new location. This can be expensive for large objects, so Mono's SGen uses a separate pool of memory for large objects (Large Object Section) and uses a mark-and-sweep algorithm for those objects.
Class library
The ''class library'' provides a comprehensive set of facilities for application development. They are primarily written in C#, but due to the Common Language Specification they can be used by any .NET language. The class library is structured into namespaces, and deployed in shared libraries known as assemblies. Speaking of the .NET Framework is primarily referring to this class library.
Namespaces and assemblies
''Namespaces'' are a mechanism for logically grouping similar classes into a hierarchical structure. This prevents naming conflicts. The structure is implemented using dot-separated words, where the most common top-level namespace is System, such as System.IO and System.Net. There are other top-level namespaces as well, such as Accessibility and Windows. A user can define a namespace by placing elements inside a namespace block.
''Assemblies'' are the physical packaging of the class libraries. These are .dll files, just like (but not to be confused with) Win32 shared libraries. Examples of assemblies are mscorlib.dll, System.dll, System.Data.dll and Accessibility.dll. Namespaces are often distributed among several assemblies and one assembly can be composed of several files.
Common Language Infrastructure and Common Language Specification
The
Common Language Infrastructure (CLI) as implemented by the
Common Language Runtime (CLR), is implemented by the Mono executable. The runtime compiles and executes .NET applications. The common language infrastructure is defined by the ECMA standard.
To run an application, you must invoke the runtime with the relevant parameters.
The ''Common Language Specification'' (CLS) is specified in chapter 6 of ECMA-335 and defines the interface to the CLI, such as conventions like the underlying types for Enum. The Mono compiler generates an image that conforms to the CLS. This is the Common Intermediate Language. The Mono runtime takes this image and runs it. The ECMA standard formally defines a library that conforms to the CLS as a framework.
Managed and unmanaged code
Within a native .NET/Mono application, all code is
managed; that is, it is governed by the CLI's style of memory management and thread safety. Other .NET or Mono applications can use legacy code, which is referred to as unmanaged, by using the System.Runtime.InteropServices libraries to create C# bindings. Many libraries which ship with Mono use this feature of the CLI, such as
Gtk#.
Mono-specific innovations
Mono has innovated in some areas with new extensions to the core C# and CLI specifications:
* C# Compiler as a Service (Use the C# compiler as a library).
* C# Interactive Shell.
*
SIMD
Single instruction, multiple data (SIMD) is a type of parallel computer, parallel processing in Flynn's taxonomy. SIMD describes computers with multiple processing elements that perform the same operation on multiple data points simultaneousl ...
support
as part of the Mono.SIMD namespace, where method calls to special vector types are directly mapped to the underlying processor CPU SIMD instructions.
* Full static compilation of .NET code (used on Mono/iPhone, Mono/PS3).
* Mono
coroutine
Coroutines are computer program components that allow execution to be suspended and resumed, generalizing subroutines for cooperative multitasking. Coroutines are well-suited for implementing familiar program components such as cooperative task ...
s (used to implement micro-threading code and
continuation
In computer science, a continuation is an abstract representation of the control state of a computer program. A continuation implements ( reifies) the program control state, i.e. the continuation is a data structure that represents the computat ...
s, mostly for game developers).
* Assembly injection to live processes.
* Use of
LLVM
LLVM, also called LLVM Core, is a target-independent optimizer and code generator. It can be used to develop a Compiler#Front end, frontend for any programming language and a Compiler#Back end, backend for any instruction set architecture. LLVM i ...
as JIT backend.
* Cxxi an
CppSharpdirect interop with C++ code and libraries.
In addition, Mono is available on a variety of operating systems and architectures.
System requirements
Windows 7, Windows 8, Windows 8.1, Windows 10, macOS or Linux
Related projects
Several projects extend Mono and allow developers to use it in their development environment. These projects include:
Cross-platform:
*
Banshee Media Player (stalled), a cross-platform music media player built with Mono and Gtk# and also a driver of dozens of C#-based libraries and projects for media handling.
*
Beagle (unmaintained), a search system for Unix systems.
* Gecko#, bindings for embedding the layout engine used in Mozilla (
Gecko
Geckos are small, mostly carnivorous lizards that have a wide distribution, found on every continent except Antarctica. Belonging to the infraorder Gekkota, geckos are found in warm climates. They range from .
Geckos are unique among lizards ...
).
*
Gtk#, C# wrappers around the underlying
GTK
GTK (formerly GIMP ToolKit and GTK+) is a free software cross-platform widget toolkit for creating graphical user interfaces (GUIs). It is licensed under the terms of the GNU Lesser General Public License, allowing both Free software, free and ...
and
GNOME libraries, written in
C and available on Linux, MacOS and Windows.
*
Mono Migration Analyzer (MoMA), a tool which aids Windows .NET developers in finding areas in their code that might not be cross-platform and therefore not work in Mono on Linux and other Unixes. Not upgraded since Mono 2.8 (2013); use Microsoft's .NET Portability Analyzer (dotnet-apiport) instead.
*
MonoCross, a cross-platform
model–view–controller
Model–view–controller (MVC) is a software architectural pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements. These elements are:
* the model, the internal representat ...
design pattern where the Model and Controller are shared across platforms and the Views are unique for each platform for an optimized User Interface. The framework requires Xamarin.iOS and Xamarin.Android.
*
MvvmCross a cross-platform
Model View ViewModel framework utilizing Xamarin.iOS and Xamarin.Android for developing mobile apps.
*
MonoDevelop an open-source and cross-platform integrated development environment that supports building applications for ASP.NET, Gtk#, Meego, MonoTouch and Silverlight/Moonlight.
*
Moonlight (discontinued), an implementation of
Silverlight that uses Mono.
*
OpenTK
OpenTK, also known as The Open Toolkit library, is a C Sharp (programming language), C# graphics library superseding the Tao Framework. It provides access to graphics tools contained in OpenGL, OpenCL, and OpenAL to a variety of Common Language R ...
, a managed binding for OpenGL, OpenCL and OpenAL.
QtSharp C# bindings for the
Qt framework.
*
Resco MobileBusiness, a cross-platform developer solution for mobile clients.
*
Resco MobileCRM, a cross-platform developer solution for mobile clients synchronized with
Microsoft Dynamics CRM.
*
ServiceStack a high-performance open-source .NET REST web services framework that simplifies the development of XML, JSON and SOAP web services.
*
SparkleShare an open-source client software that provides cloud storage and file synchronization services.
*
Tao (superseded by OpenTK), a collection of graphics and gaming bindings (OpenGL, SDL, GLUT, Cg).
*
Xwt, a GUI toolkit that maps API calls to native platform calls of the underlying platform, exposing one unified API across different platforms and making possible for the graphical user interfaces to have native look and feel on different platforms. It enables building
GUI-based desktop applications that run on multiple platforms, without having to customizing code for different platforms. Xwt API is mapped to a set of native controls on each supported platform. Features that are not available on specific platforms are emulated by using native widgets, which is referred to as hosting in the Xwt context.
Xwt was partially used as GUI toolkit (beside GTK#) in the development of the
Xamarin Studio.
Supported "backend" engines are:
WPF engine and Gtk engine (using
Gtk#) on
Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
,
Cocoa engine (using MonoMac) and Gtk engine (using Gtk#) on
Mac OS X
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
, and Gtk engine (using Gtk#) on
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
.
macOS:
*
Cocoa# – wrappers around the native macOS toolkit (
Cocoa) (deprecated).
*
Monobjc – a set of bindings for macOS programming.
*
MonoMac – newer bindings for macOS programming, based on the MonoTouch API design.
Mobile platforms:
* MonoDroid. Mono for the Android operating system. With bindings for the Android APIs.
*
MonoTouch. Mono for the iPhone, iPad and iPod Touches. With bindings to the iOS APIs.
Windows:
*
MonoTools for Visual Studio A Visual Studio plugin that allows Windows developers to target Linux and macOS right from Visual Studio and integrates with
SUSE Studio.
Other implementations
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
has a version of .NET 2.0 now available only for
Windows XP
Windows XP is a major release of Microsoft's Windows NT operating system. It was released to manufacturing on August 24, 2001, and later to retail on October 25, 2001. It is a direct successor to Windows 2000 for high-end and business users a ...
, called the
Shared Source CLI (Rotor). Microsoft's
shared source license may be insufficient for the needs of the community (it explicitly forbids commercial use).
Free Software Foundation
The Free Software Foundation (FSF) is a 501(c)(3) non-profit organization founded by Richard Stallman on October 4, 1985. The organisation supports the free software movement, with the organization's preference for software being distributed ...
's decommissioned
Portable.NET project.
MonoDevelop
MonoDevelop is a free
integrated development environment
An integrated development environment (IDE) is a Application software, software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, an ...
primarily designed for C# and other .NET languages such as
Nemerle,
Boo, and
Java
Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
(via
IKVM), although it also supports languages such as
C,
C++,
Python, and
Vala. MonoDevelop was originally a port of
SharpDevelop to Gtk#, but it has since evolved to meet the needs of Mono developers. The IDE includes class management, built-in help, code completion, Stetic (a GUI designer), project support, and an integrated debugger.
The MonoDoc browser provides access to API documentation and code samples. The documentation browser uses wiki-style content management, allowing developers to edit and improve the documentation.
Xamarin.iOS and Xamarin.Android
Xamarin.iOS and Xamarin.Android, both developed by
Xamarin, are implementations of Mono for
iPhone
The iPhone is a line of smartphones developed and marketed by Apple that run iOS, the company's own mobile operating system. The first-generation iPhone was announced by then–Apple CEO and co-founder Steve Jobs on January 9, 2007, at ...
and
Android-based smartphones. Previously available only for commercial licensing, after Microsoft's acquisition of Xamarin in 2016, the Mono runtime itself was
relicensed under
MIT license
The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts very few restrictions on reuse and therefore has high license compatibility.
Unl ...
and both Xamarin.iOS and Xamarin.Android are being made free and open-source.
Xamarin.iOS
Xamarin.iOS (previously named MonoTouch) is a library that allows developers to create C# and .NET based applications that run on the iPhone, iPod and iPad devices. It is based on the Mono framework and developed in conjunction with Novell. Unlike Mono applications, Xamarin.iOS "Apps" are compiled down to machine code targeted specifically at the
Apple
An apple is a round, edible fruit produced by an apple tree (''Malus'' spp.). Fruit trees of the orchard or domestic apple (''Malus domestica''), the most widely grown in the genus, are agriculture, cultivated worldwide. The tree originated ...
iPhone
The iPhone is a line of smartphones developed and marketed by Apple that run iOS, the company's own mobile operating system. The first-generation iPhone was announced by then–Apple CEO and co-founder Steve Jobs on January 9, 2007, at ...
and
iPad
The iPad is a brand of tablet computers developed and marketed by Apple Inc., Apple that run the company's mobile operating systems iOS and later iPadOS. The IPad (1st generation), first-generation iPad was introduced on January 27, 2010. ...
. This is necessary because the iOS kernel prevents
just-in-time compilers from executing on the device.
The Xamarin.iOS stack is made up of:
* Compilers
** C# from the Mono Project
** Third-party compilers like RemObject's Oxygene can target Xamarin.iOS also
* Core .NET libraries
* Development SDK:
** Linker – used to bundle only the code used in the final application
** mtouch – the Native compiler and tool used to deploy to the target device
**
Interface Builder integration tools
* Libraries that bind the native CocoaTouch APIs
* Xamarin Studio IDE
Xamarin Studio is used as the primary IDE, however additional links to
Xcode
Xcode is a suite of developer tools for building apps on Apple devices. It includes an integrated development environment (IDE) of the same name for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, tvOS, and visionOS. It w ...
and the iOS simulator have been written.
From April to early September 2010, the future of MonoTouch was put in doubt as Apple introduced new terms for iPhone developers that apparently prohibits them from developing in languages other than C, C++ and
Objective-C
Objective-C is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style message passing (messaging) to the C programming language. Originally developed by Brad Cox and Tom Love in the early 1980s, it was ...
, and the use of a middle layer between the iOS platform and iPhone applications. This made the future of MonoTouch, and other technologies such as
Unity, uncertain. Then, in September 2010, Apple rescinded this restriction, stating that they were relaxing the language restrictions that they had put in place earlier that year.
Version history
Xamarin.Android
Xamarin.Android (formerly known as Mono for Android), initially developed by
Novell
Novell, Inc. () was an American software and services company headquartered in Provo, Utah, that existed from 1980 until 2014. Its most significant product was the multi-platform network operating system known as NetWare. Novell technolog ...
and continued by
Xamarin, is a proprietary implementation of Mono for
Android-based smart-phones. It was first released on April 6, 2011. Mono for Android was developed to allow developers to more easily write cross-platform applications that will run on all mobile platforms. In an interview with H-Online, Miguel de Icaza stated, "Our vision is to allow developers to reuse their engine and business logic code across all mobile platforms and swapping out the user interface code for a platform-specific API."
In August 2010, a Microsoft spokesman, Tom Hanrahan of Microsoft's Open Source Technology Centre, stated, in reference to the lawsuit filed by Oracle against Google over Android's use of Java, that "The type of action Oracle is taking against Google over Java is not going to happen. If a .NET port to Android was through Mono it would fall under the
Microsoft Community Promise Agreement."
The Xamarin.Android stack consists of the following components:
* Mono runtime
* An Android UI designer
* Libraries:
** Core .NET class libraries
** Libraries that bind the native Android/Java APIs
* SDK tools to package, deploy and debug
* Xamarin Studio and Visual Studio 2010 integration to design the UI, remotely debug, and deploy.
Mono on macOS
CocoaSharp
Cocoa# (also known as CocoaSharp) was a bridge
framework for
Mac OS X
macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
, which allowed applications developed with the Mono runtime to access the
Cocoa API. It was initially released on August 12, 2004, and was included with the Mono distribution starting with version 1.0.6, released on February 18, 2005. It has not seen any development since 2008, and is now deprecated.
Monobjc
Monobjc was CocoaSharp's replacement. It allows .NET developers to use most of the Mac OS X API, including Cocoa, with no native code, while still achieving a native UI.
Xamarin.Mac
Xamarin.Mac is a library that allows developers to run .NET and C# apps on the
Mac.
License
Mono is
dual licensed by Xamarin, similar to other products such as
Qt and the
Mozilla Application Suite
The Mozilla Application Suite (originally known as Mozilla, marketed as the Mozilla Suite) is a discontinued cross-platform integrated Internet suite. Its development was initiated by Netscape Communications Corporation, before their acquisition ...
. Mono's C# compiler and tools are released under the
GNU General Public License
The GNU General Public Licenses (GNU GPL or simply GPL) are a series of widely used free software licenses, or ''copyleft'' licenses, that guarantee end users the freedom to run, study, share, or modify the software. The GPL was the first ...
(GPLv2 only) (starting with version 2.0 of Mono, the Mono C# compiler source code is also available under the
MIT X11 License), the runtime libraries under the
GNU Lesser General Public License
The GNU Lesser General Public License (LGPL) is a free-software license published by the Free Software Foundation (FSF). The license allows developers and companies to use and integrate a software component released under the LGPL into their own ...
(LGPLv2 only) and the class libraries under the
MIT License
The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts very few restrictions on reuse and therefore has high license compatibility.
Unl ...
. These are all
free software
Free software, libre software, libreware sometimes known as freedom-respecting software is computer software distributed open-source license, under terms that allow users to run the software for any purpose as well as to study, change, distribut ...
and
open-source license
Open-source licenses are software licenses that allow content to be used, modified, and shared. They facilitate free and open-source software (FOSS) development. Intellectual property (IP) laws restrict the modification and sharing of creative ...
s and hence Mono is
free and
open-source software
Open-source software (OSS) is Software, computer software that is released under a Open-source license, license in which the copyright holder grants users the rights to use, study, change, and Software distribution, distribute the software an ...
.
The license of the C# compiler was changed from the GPL to the MIT X11 license
to allow the compiler code to be reused in a few instances where the GPL would have prevented such:
* Mono's Compiler as a Service
** The Mono interactive Shell
** The Mono embeddable C# compiler
* Mono's implementation of the C# 4.0 dynamic binder.
* MonoDevelop's built-in parser and
AST graph
On March 18, 2016, Microsoft's acquisition of Xamarin was officially closed.
On March 31, 2016, Microsoft announced at
Microsoft Build
Microsoft Build (often stylised as ) is an annual Business conference, conference event held by Microsoft, aimed at Software engineering, software engineers and web developers using Windows, Microsoft Azure and other Microsoft technologies. Fi ...
that they'll completely
re-license Mono under the
MIT License
The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts very few restrictions on reuse and therefore has high license compatibility.
Unl ...
even in scenarios where previously a commercial license was necessary,
and Microsoft stated that they won't assert any "applicable patents" against parties that are "using, selling, offering for sale, importing, or distributing Mono."
It was also announced that Xamarin had contributed the Mono Project to the .NET Foundation.
Mono and Microsoft's patents
Software developed with Mono

Many programs covering a range of applications have been developed using the Mono
application programming interface
An application programming interface (API) is a connection between computers or between computer programs. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standard that des ...
(API) and C#. Some programs written for the Linux Desktop include
Banshee,
Beagle,
F-Spot,
Gbrainy,
Docky/
GNOME Do,
MonoTorrent,
Pinta, and
Tomboy. The program,
Logos 5 Bible Study Software (OS X Version), was written for the MacOS.
A number of video games, such as ''
The Sims 3'' and''
Second Life
''Second Life'' is a multiplayer virtual world that allows people to create an Avatar (computing), avatar for themselves and then interact with other users and user-created content within a multi-user online environment. Developed for person ...
'' (for their
scripting language
In computing, a script is a relatively short and simple set of instructions that typically automation, automate an otherwise manual process. The act of writing a script is called scripting. A scripting language or script language is a programming ...
s), OpenSimulator virtual world server, or games built with the
Unity or MonoGame game engines, also make use of Mono.
OpenRA bundles its Apple Disk Image and Linux AppImages with Mono essentially removing almost all dependencies from the game.
[Paul Chote]
OpenRA: Playtest 20190825
2019-08-25
Version history
See also
*
Common Language Runtime
*
.NET Framework
* .NET Core, .NET, an open-source framework and successor to .NET Framework
* Standard Libraries (CLI)
**
Base Class Library (BCL)
* Comparison of application virtual machines
* DotGNU – A free software umbrella project which includes Portable.NET
*
MonoDevelop – An open-source Integrated development environment, IDE targeting both Mono and Microsoft
.NET Framework platforms
* Moonlight (runtime), an Open-source software, open-source implementation of
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's
Silverlight developed by the Mono Project
* Shared Source Common Language Infrastructure – Microsoft's shared source implementation of .NET, formerly codenamed Rotor
* mod_mono – A module for the Apache HTTP Server that allows hosting of
ASP.NET pages and other assemblies on multiple platforms by use of Mono
References
Citations
Sources
* ''This article incorporates text from Mono'
homepage which was then under the GNU Free Documentation License.''
*
*
*
*
*
*
*
*
External links
*
MonoTouchMain Page for the port to Apple Inc.'s hand-held products
{{DEFAULTSORT:Mono (software)
Mono (software),
.NET
.NET implementations
2004 software
Cross-platform software
Novell software
Software using the MIT license