- Real-time traffic inspection and visualization.
- Comprehensive Traffic Statistics.
- Firewall functionalities.
- Fuzzy search.
A Linux based OS.
Note
You might need to install nerdfonts for the icons to be displayed correctly.
You can download the pre-built binaries from the release page release page
You can install oryx
from the AUR with using an AUR helper.
paru -S oryx
To build oryx
:
rustup toolchain install nightly --component rust-src
2. Install bpf-linker
Simply run the following command:
cargo install bpf-linker
For Debian based distributions, make sure you have the following dependencies installed:
llvm-19
llvm-19-dev
libpolly-19-dev
then run the following command:
cargo install bpf-linker --no-default-features
Check bpf-linker Installation section for more infos.
cargo xtask build --release
This will produce an executable file at target/release/oryx
that you can copy to a directory in your $PATH
.
Run the following command to start oryx
:
sudo oryx
?
: Show help.
Tab
or Shift + Tab
: Switch between different sections.
j
or Down
: Scroll down.
k
or Up
: Scroll up.
esc
: Dismiss the different pop-ups and modes.
q
or ctrl + c
: Quit the app.
Space
: Select/Deselect interface or filter.
f
: Update the applied filters.
ctrl + r
: Reset the app.
ctrl + s
: Export the capture to ~/oryx/capture
file.
i
: Show more infos about the selected packet.
/
: Start fuzzy search.
Space
: Toggle firewall rules status.
n
: Add new firewall rule.
e
: Edit a firewall rule.
s
: Save firewall rules to ~/oryx/firewall.json
Enter
: Create or Save a firewall rule.
GPLv3