Sn0wAlice / MatryRiska

MatryRiska is an open source risk management tool that helps you to manage your risk management process.
GNU General Public License v3.0
18 stars 1 forks source link
analyse cyber cybersec risk selfhosted

MatryRiska 🪆

MatryRiska – Where you can manage your risk and make it more manageable.

MatryRiska

Table of Contents

About

MatryRiska is a fast, secure, and efficient risk management platform that empowers users to manage their risks more effectively. Built with Rust, a systems programming language known for its performance and security, MatryRiska leverages modern web technologies to deliver an intuitive and powerful interface.

Features

Key Features:

See previews 📸
You Can go here Click here for more preview

Getting Started

You can run the applicaiton using either docker or cargo. But we strongly recommend using docker for the ease of use.

1. Using docker

wget https://raw.githubusercontent.com/Sn0wAlice/MatryRiska/refs/heads/main/docker-compose.yml
docker-compose up

(arm64) please use cargo

2. Using cargo

## Step 1: configure mysql db (can use docker-compose-dev.yml)
# [...]

## Step 2: run the server
git clone https://github.com/Sn0wAlice/MatryRiska
cd MatryRiska
cargo run

Usage

When the app is up: go on http://localhost:8080 and that's it!

You wan't to add a new functionality? Feel free to open a issue or a pull request!

Contributors