mono

Cross-platform .NET development framework for building applications

brewmacoslinux
Try with needOr install directly
Source

About

Cross platform, open source .NET development framework

Commands

mcsmonomonodismonolistmonopmonoresgen

Examples

Compile a C# source file into an executable$ mcs helloworld.cs -out:helloworld.exe
Run a compiled .NET executable$ mono helloworld.exe
Disassemble a .NET assembly to view intermediate code$ monodis helloworld.exe