Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manasecurity/mana-security-app
macOS vulnerability management for individuals
https://github.com/manasecurity/mana-security-app
cybersecurity electron macos patch-management personal-cybersecurity react redux security vulnerability-management
Last synced: 3 months ago
JSON representation
macOS vulnerability management for individuals
- Host: GitHub
- URL: https://github.com/manasecurity/mana-security-app
- Owner: manasecurity
- License: mit
- Created: 2021-11-26T13:03:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:51:50.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:57:23.836Z (6 months ago)
- Topics: cybersecurity, electron, macos, patch-management, personal-cybersecurity, react, redux, security, vulnerability-management
- Language: JavaScript
- Homepage: https://manasecurity.com
- Size: 13.6 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- project-awesome - manasecurity/mana-security-app - macOS vulnerability management for individuals (JavaScript)
README
Mana Security[Mana Security](https://www.manasecurity.com) is a vulnerability management tool for macOS.
## Features
- 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.## Install
First, clone the repo via git and install dependencies:
```bash
git clone https://github.com/manasecurity/mana-macos
cd mana-macos
yarn
```## Starting Development
Start the app in the `dev` environment:
```bash
yarn start
```## Packaging for Production
To package apps for the local platform:
```bash
yarn package
```