Skip to content

Installation

Vasilis Ieropoulos edited this page Jun 13, 2025 · 1 revision

Installation Guide

Prerequisites

Before installing OctapusPrime, ensure your system meets the following requirements:

1. Operating System

  • DietPi (Debian-based), Debian 12, Ubuntu 22.04/24.04, or Kali Linux
  • Root/sudo privileges for package installation and systemd configuration
  • At least 4GB RAM recommended for large scans
  • 20GB+ storage for tools and scan results

2. Core System Packages

sudo apt update && sudo apt upgrade -y
sudo apt install -y \
  python3 \
  python3-pip \
  python3-venv \
  python3-dev \
  git \
  curl \
  wget \
  build-essential \
  libssl-dev \
  libffi-dev \
  software-properties-common \
  apt-transport-https \
  ca-certificates \
  gnupg \
  lsb-release

Clone this wiki locally