Home

Awesome

<h1> Mana Security </h1> <p>

Mana Security is a vulnerability management tool for macOS.

</p>

Features

Install

First, clone the repo via git and install dependencies:

git clone https://github.com/manasecurity/mana-macos
cd mana-macos
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package