Compiling Pulsar for MacOS - JS-Produksiyon/pulsar GitHub Wiki

To compile Pulsar for MacOS, we recommend using pyinstaller on a Mac with the following command executed from the repository root:

pyinstaller --onedir --windowed --icon="img/pulsar-icon.icns" --clean \
--add-data="./src/bin/macos:bin/macos/" --add-data="./src/translations:translations/" \
src/pulsar.py

This should create a Pulsar app bundle that you can then drag into your Applications folder and use directly from the launcher. We were able to make the app work without signing it, but you may need to do so.


Previous Page: Compiling for Windows

Next Page: Security

Last Updated: 2024-05-14