up vote 8 down vote favorite
share [g+] share [fb]

Do PowerShell scripts run under Mono? I would like to run them on a Mac.

link|improve this question

see also: stackoverflow.com/questions/85736/… – Mitch Wheat Jul 5 '09 at 2:04
feedback

3 Answers

up vote 12 down vote accepted

There is an open source version of PowerShell called Pash designed for Mono. It is not complete, but may be able to do what you need:

http://pash.sourceforge.net/

link|improve this answer
1  
Very probably not. Pash is unfortunately (a) very incomplete and (b) hasn't seen any activity for about a year. – Joey Jul 5 '09 at 9:28
One of the the ubuntu pash team has just been accepted to do a GSOC on it. – Bob Blanchett Jul 26 '09 at 14:12
feedback

The powershell.exe stub is actually a native win32 program, not a managed assembly. It may be possible in the future to host the System.Management.Automation assembly in Mono, but I'm fairly sure it doesn't work at the moment.

-Oisin

link|improve this answer
Plus the PS commands reference lots of Windows API's so it would not be a simple port to, say, wine to run in Linux – Russell Jun 6 '11 at 11:47
feedback

Does the PowerShell program run under Mono on a Mac? If not, is there some other program that can run PowerShell scripts? If no to both, then the answer is no.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.