# eclipse-iceoryx/iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication with a Rust core

Repository: https://github.com/eclipse-iceoryx/iceoryx2
Canonical: https://ross.abutalabs.com/products/iceoryx2
Homepage: https://ekxide.github.io/iceoryx2-book
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: eclipse, iceoryx, inter-process-communication, ipc, middleware, publish-subscribe, pubsub, request-response, rpc, rust, shared-memory, zero-copy
Last push: 2026-08-25T15:50:55+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 60, longevity 71
- inputs: {"age_days": 995, "days_push": 8, "days_rel": 56, "gap_med": 22, "n_releases_24m": 12}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2468, forks 182 (observed 2026-08-28T04:06:53.717996+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: message-queue, rpc, middleware, concurrency
- domain: microservices, developer-tools, robotics
- platform: windows, rust, cross-platform, embedded
- tags: zero-copy, shared-memory, lock-free, publish-subscribe, ipc, request-response, low-latency, service-oriented-architecture, real-time, linux, macos

## Member repositories
- eclipse-iceoryx/iceoryx2 (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.717996+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:11.094086+00:00, confidence not recorded.
  - readme: https://github.com/eclipse-iceoryx/iceoryx2 (fetched 2026-08-28T04:06:53.717996+00:00, sha cb3888424ec9)
  - homepage: https://ekxide.github.io/iceoryx2-book (fetched 2026-08-29T10:10:36.835024+00:00, sha aced66136f02)
  - registry_crates: https://crates.io/api/v1/crates/iceoryx2 (fetched 2026-08-29T10:10:36.837765+00:00, sha 23b9c8d84f69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
