Skip to content

Installation

containerscrew edited this page Jun 19, 2025 · 4 revisions

Table of Contents generated with mtoc

Compatibility

Nflux has been created/tested in:

OS ARM64 x86_64 Kernel version
Linux fedora 41 βœ… βœ… 6.13.7-200.fc41.x86_64
Linux ubuntu 24.10-server βœ… βœ… 6.11.0-19-generic
Linux debian 12 βœ… βœ… 6.1.0-35-cloud-arm64

Tip

If you want to try developing nflux on your Mac OSX, check out the 'Using Mac OSX section' in local dev doc'.

Installation

Supported Platforms

Arch arm64 x86_64
linux βœ… βœ…

Remember: eBPF is native for Linux (I think they are implementing it in Windows)

Install latest version

curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/containerscrew/nflux/main/scripts/install.sh | sh

Install specific version

curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/containerscrew/nflux/main/scripts/install.sh | sh -s -- -v "v0.2.0"

From source

First of all setup your local environment

git clone https://github.com/containerscrew/nflux.git && cd nflux/
make local-install

Uninstall

Binary:

sudo rm /usr/local/bin/nflux
Clone this wiki locally