Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"]
[workspace.package]
description = "TUI for sniffing network traffic using eBPF"
authors = ["Badr Badri <contact@pythops.com>"]
version = "0.4.0"
version = "0.5.0"
readme = "Readme.md"
license = "GPL-3.0"
edition = "2021"
Expand Down
29 changes: 5 additions & 24 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 📸 Demo

![](https://github.com/user-attachments/assets/e64dc4b6-9143-4b05-b4a8-b5d0455e5d5e)
![](https://github.com/user-attachments/assets/54a21ac3-6c00-4700-8e4e-8f13e98cc189)

## ✨ Features

Expand Down Expand Up @@ -47,29 +47,7 @@ rustup toolchain install nightly --component rust-src

#### 2. Install [bpf-linker](https://github.com/aya-rs/bpf-linker)

##### For `x86_64`

Simply run the following command:

```
cargo install bpf-linker
```

##### For `arm64`

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](https://github.com/aya-rs/bpf-linker?tab=readme-ov-file#installation) for more infos.
Check [bpf-linker Installation section](https://github.com/aya-rs/bpf-linker?tab=readme-ov-file#installation) .

#### 3. Build

Expand All @@ -87,6 +65,9 @@ Run the following command to start `oryx`:
sudo oryx
```

> [!NOTE]
> You can start `oryx` with args as well. Check `oryx --help` to see the available options

## ⌨️ Key Bindings

`?`: Show help.
Expand Down
10 changes: 6 additions & 4 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## v0.5 - TBA
## v0.5 - 2025-03-10

### Added

- Ability to start `oryx` with options
- Add metrics section
- Add Metrics section

### Added
### Updated

- stats: top 10 websites support ipv6
- Stats section top 10 websites support ipv6

## v0.4 - 2024-10-13

Expand Down
4 changes: 2 additions & 2 deletions oryx-ebpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oryx-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oryx-ebpf"
version = "0.4.0"
version = "0.5.0"
description = "oryx eBPF"
license = "GPL-3.0"
edition = "2021"
Expand Down