🍺 BREW Explorer

← all formulae

zeromq

brew install zeromq v4.3.5_2 MPL-2.0

High-performance C library for asynchronous message passing and distributed computing patterns.

Why you might care

ZeroMQ (ØMQ) provides socket-like abstractions for common messaging patterns (pub/sub, request/reply, push/pull) without needing a separate message broker. It's a foundational dependency for polyglot systems needing low-latency inter-process or network communication; widely used in data pipelines, microservices, and real-time analytics. Choose it when you need battle-tested, broker-less messaging with language bindings across Python, Node.js, Go, Rust, and more.

Categories

Alternatives

RabbitMQ Apache Kafka nanomsg NATS
7.2k
30-day installs · #455
24.2k
90-day · #450
279.0k
365-day · #228

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [
    "0mq",
    "zmq"
  ],
  "alternatives": [
    "RabbitMQ",
    "Apache Kafka",
    "nanomsg",
    "NATS"
  ],
  "build_dependencies": [
    "asciidoc",
    "pkgconf",
    "xmlto"
  ],
  "categories": [
    "library",
    "message-queue",
    "networking"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libsodium"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "High-performance, asynchronous messaging library",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:52+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "zeromq",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://zeromq.org/",
  "homepage_og_description": "An open-source universal messaging library",
  "homepage_og_image": null,
  "homepage_title": "ZeroMQ",
  "installs_30d": 7163,
  "installs_365d": 278959,
  "installs_90d": 24194,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MPL-2.0",
  "llm_generated_at": "2026-06-20T23:44:59+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "zeromq",
  "oldnames": [],
  "one_liner": "High-performance C library for asynchronous message passing and distributed computing patterns.",
  "optional_dependencies": [],
  "rank_30d": 455,
  "rank_365d": 228,
  "rank_90d": 450,
  "raw_hash": "7df880e1af95b8be",
  "recommended_dependencies": [],
  "revision": 2,
  "ruby_source_path": "Formula/z/zeromq.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "pkgconf"
  ],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "4.3.5",
  "versioned_formulae": [],
  "why_use_this": "ZeroMQ (\u00d8MQ) provides socket-like abstractions for common messaging patterns (pub/sub, request/reply, push/pull) without needing a separate message broker. It\u0027s a foundational dependency for polyglot systems needing low-latency inter-process or network communication; widely used in data pipelines, microservices, and real-time analytics. Choose it when you need battle-tested, broker-less messaging with language bindings across Python, Node.js, Go, Rust, and more."
}