aeron-io/aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 10.0
- age_days: 4590
- days_rel: 7
- days_push: 7
- n_releases_24m: 47
Adoption not part of the score
8818 stars · 1086 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Aeron is an efficient, reliable message transport supporting UDP unicast, UDP multicast, and IPC, with Java, C, and C++ clients. It includes Aeron Archive for recording/replaying streams and Aeron Cluster for fault-tolerant replicated state machines using Raft consensus.
Use cases
- build low-latency messaging between services over UDP or shared memory
- record and replay message streams for backtesting or recovery
- implement fault-tolerant replicated state machines with Raft consensus
- exchange messages efficiently between processes on the same machine via IPC
- build high-throughput trading or exchange systems
- stream market data via UDP multicast
When to choose
- you need the lowest, most predictable latency messaging at high throughput
- you're building trading systems, exchanges, or other latency-sensitive infrastructure
- you need efficient same-machine IPC plus network transport in one API
- you need stream recording/replay or fault-tolerant clustering
When to avoid
- you need a general-purpose broker with rich routing, queues, and broad client-language support like Kafka or RabbitMQ
- your throughput needs are modest and simplicity matters more than latency
- you need messaging over TCP or the public internet rather than UDP/IPC
Facets
library · maturity stable
message-queue streaming serialization networking microservices fintech performance jvm cpp c cross-platform windows udp ipc low-latency high-throughput raft-consensus message-transport sbe trading-systems multicast messaging real-time linux macos
6 sources
- readme: https://github.com/aeron-io/aeron · fetched 2026-08-28 · af584431f645
- homepage: https://aeron.io · fetched 2026-08-29 · c9134764c9df
- site_page: https://aeron.io/docs · fetched 2026-08-29 · 27b774026c06
- site_page: https://aeron.io/premium-docs · fetched 2026-08-29 · 9181d8d30b00
- site_page: https://aeron.io/updates?_sft_category=product-features · fetched 2026-08-29 · 487f5a4cdb0e
- site_page: https://aeron.io/updates?_sft_category=software-release · fetched 2026-08-29 · d8407ce3e895
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aeron-io/aeron | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem