Is it possible to use Visual Studio on macOS?

Visual StudioMacos

Visual Studio Problem Overview


I want to install Visual Studio on macOS. Is this possible?

Visual Studio Solutions


Solution 1 - Visual Studio

Yes! You can use the new Visual Studio for Mac, which Microsoft launched in November.

Read about it here: https://msdn.microsoft.com/magazine/mt790182

Download a preview version here: https://www.visualstudio.com/vs/visual-studio-mac/

Solution 2 - Visual Studio

I recently purchased a MacBook Air (mid-2011 model) and was really happy to find that Apple officially supports Windows 7. If you purchase Windows 7 (I got DSP), you can use the Boot Camp assistant in OSX to designate part of your hard drive to Windows. Then you can install and run Windows 7 natively as if it were as Windows notebook.

I use Visual Studio 2010 on Windows 7 on my MacBook Air (I kept OSX as well) and I could not be happier. Heck, the initial start-up of the program only takes 3 seconds thanks to the SSD.

As others have mentions, you can run it on OSX using Parallels, etc. but I prefer to run it natively.

Solution 3 - Visual Studio

I guess you can install it via Parallel or in any other Virtual machine with windows in it

Solution 4 - Visual Studio

No. Neither Visual Studio or the .NET framework will run on Mac OSX (although the latter is changing). However, if you want to write an application in a similar framework, you could use Mono and MonoDevelop.

Solution 5 - Visual Studio

There is no native version of Visual Studio for Mac OS X.

Almost all versions of Visual Studio have a http://appdb.winehq.org/objectManager.php?sClass=application&iId=892">Garbage rating on Wine's application database, so Wine isn't an option either, sadly.

Solution 6 - Visual Studio

While Parallels is technically a VM it is capable of running games in high resolution at a high frame rate. If you run Parallels in Coherence mode it completely integrates Windows 7 into OS X and .Net framework is fully supported. So yes you can install Visual Studio on your Mac however the Apps you created would only run of windows computers unless they were web based.

Solution 7 - Visual Studio

Yes, you can! There's a Visual Studio for macs and there's Visual Studio Code if you only need a text editor like Sublime Text.

Solution 8 - Visual Studio

Current Visual Studio versions (2019, 2022) are targeted specifically for Mac as well.

I found Microsoft’s Visual Studio for Mac getting complete overhaul with native UI and more pretty enligthing

This question is outdated.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPriyank saxenaView Question on Stackoverflow
Solution 1 - Visual StudiovyedinView Answer on Stackoverflow
Solution 2 - Visual StudioaevankoView Answer on Stackoverflow
Solution 3 - Visual StudioSebastian PiuView Answer on Stackoverflow
Solution 4 - Visual StudioGelatinView Answer on Stackoverflow
Solution 5 - Visual StudioDelan AzabaniView Answer on Stackoverflow
Solution 6 - Visual StudiostatusphereView Answer on Stackoverflow
Solution 7 - Visual StudioKuroganiView Answer on Stackoverflow
Solution 8 - Visual StudioDanielVView Answer on Stackoverflow