opendht
« Back to VersTracker
Description:
C++17 Distributed Hash Table implementation
Type: Formula  |  Latest Version: 3.6.0@0  |  Tracked Since: Nov 26, 2025
Links: Homepage  |  formulae.brew.sh
Category: Networking
Tags: distributed dht p2p c++ networking library
Install: brew install opendht
About:
OpenDHT is a lightweight C++17 distributed hash table implementation designed for peer-to-peer applications. It provides a simple key-value storage API with support for cryptographic security and value caching. The library enables developers to build decentralized services without relying on centralized infrastructure.
Key Features:
  • C++17 library with simple REST and DHT APIs
  • Support for cryptographic security and anonymous communications
  • Value caching and persistence mechanisms
  • Lightweight with minimal dependencies
  • Proven in production with the Jami communication platform
Use Cases:
  • Building decentralized messaging and communication applications
  • Creating serverless distributed services
  • Implementing peer-to-peer data synchronization
  • Developing privacy-focused network applications
Alternatives:
  • libp2p – More comprehensive but heavier framework for peer-to-peer networking
  • BitTorrent DHT – Specific to torrent discovery, less general-purpose than OpenDHT
Version History
Detected Version Rev Change Commit
Nov 26, 2025 8:10pm 0 VERSION_BUMP a3dce5de
Sep 16, 2025 9:35am 0 VERSION_BUMP d1e5823d
Nov 3, 2024 2:38pm 1 VERSION_BUMP 33d42563