Mana Security is a vulnerability management tool for macOS.
- Continious monitoring of 100+ apps against known and potential vulnerabilities.
- Instant detection of a new vulnerabilities as soon as they appear in public databases (e.g. CVE).
- Tracks patching velocity and compares it against Mana's community and other benchmarks.
First, clone the repo via git and install dependencies:
git clone https://github.com/manasecurity/mana-macos
cd mana-macos
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package