Skip to content
Merged
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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ Go 1.26+ · Linux only · License: Apache-2.0

## Architecture

| | Lynx | PM2 | Supervisor |
| :--- | :--- | :--- | :--- |
| **Runtime** | Compiled Go, native | Node.js (V8) | Python (interpreted) |
| **Supervisor** | `systemd` | Custom daemon | `supervisord` |
| **Crash resilience** | Apps outlive the CLI | Apps die with PM2 | Apps die with the daemon |
| **Sandboxing** | `DynamicUser` + landlock | User-space only | User-space only |
| **Config** | CLI flags or `Lynxfile.yml` | `ecosystem.config.js` | INI files |
| | |
| :--- | :--- |
| **Runtime** | Compiled Go, native |
| **Supervisor** | `systemd` — apps outlive the CLI |
| **Sandboxing** | `DynamicUser` + landlock |
| **Config** | CLI flags or `Lynxfile.yml` |

Startup/memory measurements and the reproduction harness:
[`scripts/bench`](./scripts/bench/) — run in CI on Ubuntu 24.04 (kernel 6.17)
Expand Down