Skip to content

Installation

Altug Tatlisu edited this page Nov 26, 2025 · 1 revision

Installation Guide

Prerequisites

  • Rust 1.70 or higher
  • Cargo (comes with Rust)
  • Git

Install Rust

Windows

Download from rustup.rs

Linux/Mac

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Clone NetPrune

git clone https://github.com/ChronoCoders/netprune.git
cd netprune

Build

cargo build --release

The compiled binary will be in target/release/netprune

Verify Installation

cargo run --release -- --help

You should see the help menu with available commands.

Clone this wiki locally