eclipse-zenoh
The Zenoh Python API
What it is and what it does
Eclipse Zenoh is a Python API wrapping a Rust-native distributed messaging and data system. It provides pub/sub, distributed storage, and query capabilities designed to work efficiently across edge, fog, and cloud environments with minimal overhead. The package is built as a compiled extension (Rust via maturin), so installation depends on either downloading a pre-built wheel for your platform or having a Rust toolchain available to build from source.
The library unifies three traditionally separate concerns—messages in motion, data at rest, and distributed computation—into a single coherent API. It is actively maintained, supports Python 3.8 through 3.12, and runs on Linux (multiple architectures), macOS, and Windows. No runtime Python dependencies are required once installed.
Use it for:
- Build distributed IoT or edge systems where devices need to publish and subscribe to data with minimal latency and resource overhead.
- Implement geo-distributed data synchronization where local storage nodes query and replicate data across multiple sites.
- Create real-time data pipelines that combine messaging, storage, and computation in a single framework without separate infrastructure.
- Deploy low-latency pub/sub systems on resource-constrained platforms (ARM devices, embedded systems) using pre-built wheels.
- Prototype or integrate distributed systems research where traditional pub/sub, databases, and compute layers need tight coupling.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Eclipse Zenoh is a Python binding to a Rust-based pub/sub, storage, and query system that unifies data in motion, data at rest, and computations across distributed environments.
Yes, if you need a unified pub/sub and distributed storage system and can work with Beta-stage software. The active maintenance, current Python version support, platform coverage via pre-built wheels, and zero runtime dependencies make it practical for edge and distributed applications. Verify the dual license (Apache 2.0 / EPL-2.0) terms for your use case first, and confirm your platform has a pre-built wheel to avoid needing a Rust build environment.
Install
eclipse-zenoh on PyPI
pip
pip install eclipse-zenohuv
uv add eclipse-zenohpoetry
poetry add eclipse-zenohInstalling eclipse-zenoh
Before you install
Medium install friction: binary wheels are available for common platforms (Linux x86_64, i686, ARM variants, macOS universal2, Windows amd64), but source builds require Rust toolchain and pip >= 19.3.1. Latest release is current.
License in practice
License treatment is unclear: classifiers list both Apache 2.0 and EPL-2.0, but raw SPDX metadata is absent from the package record. Verify the actual license terms before use in proprietary or copyleft-sensitive projects.
Quickstart
pip install eclipse-zenoh
import zenoh
# Basic session creation
session = zenoh.open()
Requires Python >= 3.8. Building from source requires Rust toolchain and pip >= 19.3.1; pre-built wheels available for most common platforms.
Verify before relying
- Exact license terms (Apache 2.0, EPL-2.0, or dual) and any compatibility implications for your use case.
- Whether pre-built wheels cover your specific platform/architecture combination.
- API stability and backward-compatibility guarantees given Beta development status.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 434,429/month — #6,691 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: eclipse_zenoh-1.10.0-cp39-abi3-linux_armv6l.whl; eclipse_zenoh-1.10.0-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl; eclipse_zenoh-1.10.0-cp39-abi3-macosx_10_12_x86_64.whl; eclipse_zenoh-1.10.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl; eclipse_zenoh-1.10.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl; eclipse_zenoh-1.10.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; eclipse_zenoh-1.10.0-cp39-abi3-manylinux_2_28_aarch64.whl; eclipse_zenoh-1.10.0-cp39-abi3-win_amd64.whl
Tags
More Networking packages
h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
psutilpsutil retrieves real-time information about…
permissive · top 1,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
uvloopuvloop is a drop-in replacement for Python's…
permissive · top 1,000 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
pyzmqPyZMQ provides Python bindings for ZeroMQ…
permissive · top 1,000 on PyPI
chia-rsProvides Python bindings to Rust crates for…
unclear · top 15,000 on PyPI
loroLoro provides Python bindings for a CRDT…
unclear · top 5,000 on PyPI
gcloud-aio-pubsubAsyncio and threadsafe Python client for Google…
permissive · top 15,000 on PyPI
moviepilot-rustProvides Rust-accelerated parsing and filtering…
unclear · top 15,000 on PyPI
setuptools-rustsetuptools-rust is a setuptools plugin that…
permissive · top 5,000 on PyPI
diffiehellmanlibGenerates Diffie-Hellman key exchange…
permissive · top 15,000 on PyPI
cargo-lambdacargo-lambda is a Cargo subcommand that…
permissive · top 15,000 on PyPI
clvm-rsRust-based implementation of the CLVM virtual…
permissive · top 15,000 on PyPI
rustworkxA high-performance graph library for Python,…
permissive · top 5,000 on PyPI
sqlfluffrsSQLFluff-rs is a Rust-based optional component…
permissive · top 15,000 on PyPI