vote up 0 vote down star

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

flag

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

3 Answers

vote up 7 vote down check

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|flag
Very probably not. Pash is unfortunately (a) very incomplete and (b) hasn't seen any activity for about a year. – Johannes Rössel Jul 5 at 9:28
One of the the ubuntu pash team has just been accepted to do a GSOC on it. – Bob Blanchett Jul 26 at 14:12
vote up 1 vote down

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|flag
vote up -1 vote down

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|flag

Your Answer

Get an OpenID
or

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