mgmacbundle is a python scrip that build your monogame project into a application bundle for macOS. How to use it? Clone the repository in your root project directory (where your .csproj file resides) git clone https://github.com/educrod/mgmacbundle.git Go to the cloned directory cd mgmacbundle Run the python script python mgmacbundle.py Your application bundle will be on bin/Release/osx-64/ directory