15 releases (8 breaking)
| new 0.8.0 | Dec 23, 2025 |
|---|---|
| 0.7.0 | Sep 13, 2025 |
| 0.6.1 | May 18, 2025 |
| 0.5.0 | Dec 23, 2024 |
| 0.1.1 | Dec 15, 2023 |
#2021 in Network programming
20,408 downloads per month
Used in 27 crates
(16 directly)
1.5MB
35K
SLoC
iceoryx2 - Zero-Copy Lock-Free IPC with a Rust Core
- Introduction
- Performance
- Documentation
- Supported Platforms
- Language Bindings
- Commercial Support
- Thanks To All Contributors
Introduction
Welcome to iceoryx2, the efficient, and ultra-low latency inter-process communication middleware. This library is designed to provide you with fast and reliable zero-copy and lock-free inter-process communication mechanisms.
So if you want to communicate efficiently between multiple processes or applications iceoryx2 is for you. With iceoryx2, you can:
- Send huge amounts of data using a publish/subscribe, request/response, pipeline (planned) or blackboard pattern (planned), making it ideal for scenarios where large datasets need to be shared.
- Exchange signals through events, enabling quick and reliable signaling between processes.
iceoryx2 is based on a service-oriented architecture (SOA) and facilitates seamless inter-process communication (IPC).
It is all about providing a seamless experience for inter-process communication, featuring versatile messaging patterns. Whether you're diving into publish-subscribe, events, request-response, or the promise of upcoming features like pipelines, and blackboard, iceoryx2 has you covered.
One of the features of iceoryx2 is its consistently low transmission latency regardless of payload size, ensuring a predictable and reliable communication experience.
iceoryx2's origins can be traced back to iceoryx. By overcoming past technical debts and refining the architecture, iceoryx2 enables the modularity we've always desired.
In the near future, iceoryx2 is poised to support at least the same feature set and platforms as iceoryx, ensuring a seamless transition and offering enhanced capabilities for your inter-process communication needs. So, if you're looking for lightning-fast, cross-platform communication that doesn't compromise on performance or modularity, iceoryx2 is your answer.
Feel free to join the Gitter Chat or the Developer Meetup if you want to have a chat with the developers of iceoryx.
Performance
Comparision Of Mechanisms
Benchmark-System
- CPU: Intel i7 13700h
- OS: Linux 6.10.10-arch1-1 #1 SMP PREEMPT_DYNAMIC
- Compiler:
- rustc 1.81.0
- gcc 14.2.1 20240910
Comparision Of Architectures
Documentation
User Documentation
Contributor Documentation
API References
Supported Platforms
The support levels can be adjusted when required.
| Operating System | State | Current Support Level | Target Support Level |
|---|---|---|---|
| Android | proof-of-concept[^1] | - | tier 1 |
| FreeBSD | done | tier 2 | tier 1 |
| FreeRTOS | planned | - | tier 2 |
| ThreadX | planned | - | tier 2 |
| iOS | planned | - | tier 2 |
| Linux (x86_64) | done | tier 2 | tier 1 |
| Linux (aarch64) | done | tier 2 | tier 1 |
| Linux (32-bit) | done | tier 2 | tier 1 |
| Mac OS | done | tier 2 | tier 2 |
| QNX 7.1 | done | tier 3 | tier 1 |
| QNX 8.0 | done | tier 3 | tier 1 |
| VxWorks | proof-of-concept[^2] | - | tier 1 |
| WatchOS | planned | - | tier 2 |
| Windows | done | tier 2 | tier 2 |
[^1]: A proof-of-concept for Android platform support is available. Currently only local, inter-thread communication works. [^2]: A proof-of-concept for VxWorks platform support is available on this branch on the ekxide fork
- tier 1 - All safety and security features are working.
- tier 2 - Works with a restricted security and safety feature set.
- tier 3 - Not tested in our CI, so might compile and run or not.
[!NOTE] Some commercial OS require expensive licenses and the support for these platforms rely on funding of the license costs.
[!NOTE] Yocto recipes are available at meta-iceoryx2
Language Bindings
| Language | State |
|---|---|
| C / C++ | done |
| Python | done |
| Go | planned |
| C# | planned |
| Java | planned |
| Kotlin | planned |
| Lua | planned |
| Swift | planned |
| Zig | planned |
Commercial Support
|
info@ekxide.io |
|
Thanks To All Contributors
Thanks to everyone who has contributed to iceoryx2. Without their passion and dedication, the project wouldn't thrive. A list of people who have committed code can be found on github. However, contributions are not limited to code - testing the software, reporting bugs, and spreading the word about iceoryx2 are all equally valuable. A big thank you as well to those 'invisible' contributors who play a crucial role behind the scenes.
Dependencies
~0.6–14MB
~117K SLoC