MonoDevelop

Integrated development environment, discontinued for macOS


title: "MonoDevelop" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: [".net-programming-tools", "discontinued-microsoft-development-tools", "discontinued-microsoft-software", "free-integrated-development-environments", "free-software-programmed-in-c-sharp", "linux-integrated-development-environments", "microsoft-free-software", "software-that-uses-mono-(software)", "software-using-the-gnu-lesser-general-public-license", "2003-software"] description: "Integrated development environment, discontinued for macOS" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/MonoDevelop" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Integrated development environment, discontinued for macOS ::

::data[format=table title="Infobox software"]

FieldValue
nameMonoDevelop
logoMonodevelop Logo.svg
screenshotMonodevelop5.4.png
caption
developerXamarin (a Microsoft subsidiary) and the Mono community
latest_release_version7.6.9.22
latest_release_date
programming_languageC#
operating_systemWindows, macOS, Linux
languageMultilingual
genreIntegrated development environment
licensecore: LGPLv2, portions of the code and add-ins: MIT X11
website
::

|name=MonoDevelop |logo=Monodevelop Logo.svg |screenshot=Monodevelop5.4.png |caption= |developer=Xamarin (a Microsoft subsidiary) and the Mono community |latest_release_version=7.6.9.22 |latest_release_date= |programming_language=C# |operating_system=Windows, macOS, Linux |language=Multilingual |genre=Integrated development environment |license=core: LGPLv2, portions of the code and add-ins: MIT X11 |website= MonoDevelop (also known as Xamarin Studio) is a discontinued open-source integrated development environment for Linux, macOS, and Windows. Its primary focus is development of projects that use Mono and .NET Framework. MonoDevelop integrates features similar to those of NetBeans and Microsoft Visual Studio, such as automatic code completion, source control, a graphical user interface (GUI), and Web designer. MonoDevelop integrates a Gtk# GUI designer called Stetic. It supports Boo, C, C++, C#, CIL, D, F#, Java, Oxygene, Vala, JavaScript, TypeScript, and Visual Basic.NET. Although there is no word from the developers that it has been discontinued, nonetheless, it hasn't been updated in 4 years and is no longer installable on major operating systems, such as Ubuntu 22.04 and above.

MonoDevelop can be used on Windows, macOS, and Linux. Officially supported Linux distributions include CentOS, Debian, Fedora, openSUSE, SUSE Linux Enterprise, Red Hat Enterprise Linux, and Ubuntu, with many other distributions providing their own unofficial builds of MonoDevelop in their repositories. macOS and Windows have been officially supported since version 2.2.

MonoDevelop has included a C# compiler (an alternative to MSBuild and CSC) since its earliest versions. It currently includes a compiler that supports C# 1.0, C# 2.0, C# 3.0, C# 4.0, C# 5.0, and C# 6.0.

A customized version of MonoDevelop formerly shipped with Windows and Mac versions of Unity, the game engine by Unity Technologies. It enabled advanced C# scripting, which was used to compile cross-platform video games by the Unity compiler. It has since been replaced by Visual Studio Community, except on Linux versions.

History

In late 2003, a group of developers from the Mono community began migrating SharpDevelop, a successful .NET open source IDE from Windows Forms on Windows to the GNOME toolkit (Gtk#) on Linux. The fork was also to target the Mono framework instead of the Microsoft .NET Framework implementation. Being an early fork of SharpDevelop, MonoDevelop architecturally differs from recent SharpDevelop releases.

Over time, the MonoDevelop project was absorbed into the rest of the Mono project and as of 2016, is actively maintained by Xamarin and the Mono community. Since Mono 1.0 Beta 2, MonoDevelop is bundled with Mono releases.

Starting with version 4.x, Xamarin rebranded MonoDevelop as Xamarin Studio, but only for the Windows version of the IDE. As of 2016, Xamarin Studio also runs on macOS.

In October 2021, it was announced in the issue tracker that the project would be archived because it's no longer maintained.

Features

MonoDevelop is an IDE for the .NET platform with features comparable to Microsoft Visual Studio. Highlights include:

  • Multi-platform IDE and user projects (Linux, Windows and macOS)
  • Multi-language (C#, F#, Visual Basic .NET, C/C++, Vala, JavaScript, TypeScript)
  • Project templates for C#, Visual Basic, Boo, Java (IKVM) and C/C++
  • Code completion support for C#, code templates, code folding
  • Customizable window layouts, user defined key bindings, external tools
  • Integrated Debugger for debugging Mono and native applications
  • Integrated Compiler (supports up to C# 6.0)
  • GTK# Visual Designer to graphically build GTK# user interfaces
  • ASP.NET web projects with code completion support and testing on XSP (Mono web server).
  • Source control, makefile integration, unit testing, packaging and deployment, localization

UI Builder

MonoDevelop has included a GTK# GUI designer called Stetic since version 0.1. to develop GTK+ user interfaces in C#. Stetic is very similar to Glade Interface Designer but is integrated into MonoDevelop with features such as drag and drop. It has been criticized for being more difficult to work with than the likes of Qt Designer and the Microsoft Visual Studio Windows Forms Editor when the programmer does not yet have a concrete layout in mind.

Xamarin Studio

Xamarin offers a rebranded version of MonoDevelop 4.0 as Xamarin Studio which now uses platform-specific code in various places to enhance the look and feel. While Mono provides a package for Solaris 10 running on SPARC, MonoDevelop packages for OpenSolaris are only provided by groups from the OpenSolaris community. MonoDevelop on FreeBSD is likewise supported only by the FreeBSD community.

Visual Studio for Mac

Another rebranded version of MonoDevelop is Visual Studio for Mac. Visual Studio for Mac employs many of the same tools as its Windows counterpart: for example, the Roslyn .NET Compiler Platform is used for refactoring and IntelliSense. Its project system and build engine use MSBuild; and its source editor supports TextMate bundles. It uses the same debugger engines for Xamarin and .NET Core apps, and the same designers for Xamarin.iOS and Xamarin.Android.

On August 30, 2023, Microsoft announced that Visual Studio for Mac is in the process of discontinuation, with 17.6 being the last version supported until August 31, 2024.

References

References

  1. "Blog post on Xamarin Releases". Xamarin.
  2. "Languages". Ohloh.
  3. "MonoDevelop Download". monodevelop.com.
  4. "Monodevelop FAQ". Monodevelop.com.
  5. (2009-05-05). "MonoDevelop on Mac OS X - Miguel de Icaza". Tirania.org.
  6. (2009-09-09). "MonoDevelop 2.2 Beta 1: We go cross platform. - Miguel de Icaza". Tirania.org.
  7. "Stetic Gui Designer". Monodevelop.com.
  8. (2008-02-05). "Feature List". MonoDevelop.
  9. Embarcadero Technologies. "Delphi Prism | Cross Platform .NET and Mono IDE". Embarcadero.com.
  10. "How to Install Mono-D". dlang.org.
  11. "monodevelop/README.md at main · mono/monodevelop".
  12. "What's new in MonoDevelop 2.2". Monodevelop.com.
  13. [http://www.mono-project.com/docs/about-mono/languages/csharp/ C# Compiler], Mono Docs
  14. Chu, Philip. (2013-08-04). "Learn Unity 4 for iOS Game Development". Apress.
  15. "MonoDevelop". [[Unity Technologies]].
  16. Lukosek, Greg. (2016-03-31). "Learning C# by Developing Games with Unity 5.x". Packt Publishing Ltd.
  17. (5 January 2018). "Replacing MonoDevelop-Unity with Visual Studio Community starting in Unity 2018.1". [[Unity Technologies]].
  18. Avery, James. (2007-06-26). "Windows Developer Power Tools". O'Reilly.
  19. Mamone, Mark. (2006-11-08). "Practical Mono". Apress.
  20. Vasiliev, Sergey. (30 December 2015). "Looking for Bugs in MonoDevelop.". Medium.
  21. Cogswell, Jeff. (4 June 2009}}{{Dead link). "MonoDevelop 2.0 Rivals Microsoft Visual Studio.". eWeek.
  22. Paul, Ryan. (31 March 2009). "MonoDevelop 2.0 and Mono 2.4 officially released. The Mono project has announced the official release of Mono 2.4 and …". [[Ars Technica]].
  23. de Icaza, Miguel. (February 22, 2013). "The Making of Xamarin Studio". Xamarin.
  24. Ellis, Dean. (15 May 2013). "From XNA to MonoGame". Gamasutra.
  25. "System Requirements".
  26. Sanchez, Lluis. (2021-10-04). "THIS PROJECT HAS BEEN ARCHIVED".
  27. [http://www.monodevelop.com/ MonoDevelop Features]
  28. [http://www.monodevelop.com/documentation/feature-list/ MonoDevelop Feature List]
  29. MonoDeveloper Project: [http://monodevelop.com/Release_notes_for_MonoDevelop_0.10 Release notes for MonoDevelop 0.10].
  30. MonoDevelop Project: [http://www.monodevelop.com/documentation/feature-list/ Feature List].
  31. Taft, Darryl K.. (14 March 2008). "Novell Ships Mono Development Tool.". eWeek.
  32. "[http://www.osnews.com/comments/9991 First info about Mono's Stetic, the new RAD tool]", ''OSNews'', 16 March 2005.
  33. De Icaza, Miguel. (2013-02-22). "The Making of Xamarin Studio". blog.xamarin.com.
  34. "Mono Downloads". Go-mono.com.
  35. "OpenSolaris Forums - Mono .NET available on GNU/OpenSolaris!". Opensolaris.org.
  36. "Mono:FreeBSD - The BSD# Project". Mono-project.com.
  37. Cangialosi, Anthony. (August 30, 2023). "Visual Studio for Mac Retirement Announcement".
  38. (5 September 2024). "What's happening to Visual Studio for Mac?".
  39. Hall, Zac. (August 30, 2023). "Microsoft is discontinuing Visual Studio for Mac after major overhaul".
  40. Toulas, Bill. (September 1, 2023). "Microsoft retires Visual Studio for Mac, support ends in a year".
  41. (August 31, 2023). "Microsoft to discontinue this service on Mac, here's what it means for users".
  42. Krill, Paul. (August 31, 2023). "Microsoft axes Visual Studio for Mac".
  43. Hale, Craig. (August 31, 2023). "Microsoft is pulling Visual Studio for Mac".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

.net-programming-toolsdiscontinued-microsoft-development-toolsdiscontinued-microsoft-softwarefree-integrated-development-environmentsfree-software-programmed-in-c-sharplinux-integrated-development-environmentsmicrosoft-free-softwaresoftware-that-uses-mono-(software)software-using-the-gnu-lesser-general-public-license2003-software