eclipse-iceoryx/iceoryx2
Eclipse iceoryx2™ - true zero-copy inter-process-communication with a Rust core observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 60
- Longevity 71
Flags: prerelease_only
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: 22
- age_days: 995
- days_rel: 56
- days_push: 8
- n_releases_24m: 12
Adoption not part of the score
2468 stars · 182 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
iceoryx2 is an ultra-low latency inter-process communication middleware with a Rust core, offering true zero-copy, lock-free messaging via shared memory. It supports publish/subscribe, request/response, event signaling, and blackboard patterns in a service-oriented architecture.
Use cases
- send large payloads between processes with zero-copy shared memory
- build low-latency pub/sub communication between applications
- implement request-response IPC between processes
- signal events between processes with minimal latency
- build robotics or automotive middleware with predictable latency
- share huge datasets between multiple processes efficiently
When to choose
- you need consistently low transmission latency regardless of payload size
- you want zero-copy, lock-free IPC on the same machine
- you need publish-subscribe or request-response patterns across processes
- you're building real-time systems like robotics or automotive software in Rust
When to avoid
- you need communication across a network rather than between local processes
- you want a high-level broker-based message queue like Kafka or RabbitMQ
- your project requires a mature 1.0 API - the library is still pre-1.0
- you need bindings for languages other than those officially supported
Facets
library · maturity active
message-queue rpc middleware concurrency microservices developer-tools robotics windows rust cross-platform embedded zero-copy shared-memory lock-free publish-subscribe ipc request-response low-latency service-oriented-architecture real-time linux macos
3 sources
- readme: https://github.com/eclipse-iceoryx/iceoryx2 · fetched 2026-08-28 · cb3888424ec9
- homepage: https://ekxide.github.io/iceoryx2-book · fetched 2026-08-29 · aced66136f02
- registry_crates: https://crates.io/api/v1/crates/iceoryx2 · fetched 2026-08-29 · 23b9c8d84f69
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eclipse-iceoryx/iceoryx2 | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="eclipse-iceoryx/iceoryx2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem