Singularity is the single app for your addon management. We created Singularity because privacy is important and how other people treat your privacy matters.
Singularity was built and tested on Node v12 though other versions may work.
Clone this repository locally :
git clone https://github.com/singularitymods/singularity-core.gitIf on Windows, install required build tools as an administrator
npm install --global node-gyp
npm install --global --production windows-build-toolsInstall dependencies with npm :
npm installTo start a development build of Singularity, use the following command:
npm startTo package a copy of Singularity on MacOS, use the following command:
npm run packageThis creates an unsigned .app file in out/oss/Singularity-darwin-x64. Simply move this to your Applications directory and you're ready to run!
On Windows, use the following command to create an unsigned executable:
npm run make