-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
containerscrew edited this page Jun 19, 2025
·
4 revisions
Table of Contents generated with mtoc
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'.
Arch | arm64 | x86_64 |
---|---|---|
linux | β | β |
Remember:
eBPF
is native for Linux (I think they are implementing it in Windows)
curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/containerscrew/nflux/main/scripts/install.sh | sh
curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/containerscrew/nflux/main/scripts/install.sh | sh -s -- -v "v0.2.0"
First of all setup your local environment
git clone https://github.com/containerscrew/nflux.git && cd nflux/
make local-install
Binary:
sudo rm /usr/local/bin/nflux