The latest stable release is MonoDevelop 4.0.1. See the Release Notes.
Please select a MonoDevelop version and an operating system.
Packages for some distros are built regularly from trunk snapshots. These are trunk builds that have undergone little or no QA testing. They are updated whenever the developers feel that trunk is usable and noticeable bugfixes or improvements have been made since the previous build.
MonoDevelop is hosted in a GitHub repository. To get the MonoDevelop source code from the repository, enter the following commands. If you have developer access:
$ git clone git@github.com:mono/monodevelop.git
If you don't have developer access, you can always use the read-only url:
$ git clone git://github.com/mono/monodevelop.git
MonoDevelop has several external dependencies. These are imported using git submodules. If your git client does not automatically check out submodules, you will need to run the following commands:
$ cd monodevelop $ git submodule init $ git submodule update