dora-rs
10-17x faster than ROS2 — real-time robotics in Rust
The Panel's Take
dora-rs is a Rust-native robotics middleware framework built around a declarative dataflow architecture — pipelines are defined as directed graphs in YAML, and nodes communicate through typed, Apache Arrow-formatted messages with zero serialization overhead. The project benchmarks at 10-17x faster than ROS2 Python, using zero-copy shared memory IPC for messages over 4KB and Zenoh for cross-machine pub-sub with 35% lower latency on large payloads than conventional messaging. What makes dora stand out from the crowded robotics-middleware space is that it was built to be agent-native from day one. The entire codebase is maintained through autonomous AI agents — a kind of recursive proof-of-concept for agentic software development. Nodes can be written in Rust, Python, C, or C++, hot reload is supported for Python operators, and built-in OpenTelemetry tracing is included without extra config. The framework is Apache 2.0 licensed and gaining traction with robotics researchers building real-time systems, self-driving stacks, and embodied AI demos. With 3.6k GitHub stars and an active Discord, it's early but credible as an alternative to ROS2 for teams who care about performance and composability.
Share this verdict
dora-rs verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/dora-rs-robotics-dataflow-rust-apache-arrow-ros2-faster-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare dora-rs with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/dora-rs-robotics-dataflow-rust-apache-arrow-ros2-faster-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/dora-rs-robotics-dataflow-rust-apache-arrow-ros2-faster-2026" alt="dora-rs Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/dora-rs-robotics-dataflow-rust-apache-arrow-ros2-faster-2026)<iframe src="https://shiporskip.io/embed/dora-rs-robotics-dataflow-rust-apache-arrow-ros2-faster-2026" title="dora-rs ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“If you're building anything robotics or real-time sensor-fusion adjacent, dora is worth a serious look. The zero-copy Arrow pipeline alone eliminates hours of debugging weird serialization bugs I've had with ROS2. Hot-reload for Python nodes during dev is a genuine quality-of-life win.”
“ROS2's ecosystem — hundreds of packages, decades of community tooling, established simulation bridges — doesn't disappear because some benchmarks look good. At 3.6k stars and no named production deployments, adopting dora for anything real-world means betting on an early project against deeply entrenched tooling.”
“Embodied AI is the next wave and the infrastructure layer needs to be rebuilt from scratch for it. dora's agent-native development model — where AI agents maintain the codebase — is a preview of how all serious infrastructure will be built. This is early, but the architectural bets look correct.”
“The YAML-first pipeline definition makes robotics workflows surprisingly readable and documentable. Being able to diagram the dataflow graph and have it match the actual code architecture is a rare and underrated feature for teams trying to onboard new contributors.”