Skip to content

Installation Guide

Follow this guide to install and set up the Local AI Cyber Lab environment.

Nessus AI - The world's only AI-powered exposure management platform

This guide will help you set up the Local AI Cyber Lab on your system.

Prerequisites

  • Docker and Docker Compose
  • Git
  • 16GB RAM minimum (32GB recommended)
  • 50GB free disk space
  • NVIDIA GPU (optional but recommended)

Quick Installation

  1. Clone the repository:

    git clone https://github.com/Local-AI-Cyber-Lab/Local-AI-Cyber-Lab.git
    cd Local-AI-Cyber-Lab
    

  2. Copy and configure environment variables:

    cp .env.example .env
    # Edit .env with your preferred settings
    

  3. Start the services:

    docker-compose up -d
    

Component Installation

See our Components Overview for detailed installation instructions for each service.