davey
A Discord Audio & Video End-to-End Encryption (DAVE) Protocol implementation
What it is and what it does
Davey is a Python implementation of Discord's DAVE (Discord Audio & Video End-to-End Encryption) Protocol, built on top of OpenMLS. It provides cryptographic primitives and protocol handling for end-to-end encrypted audio and video communication within Discord. The package is written in Rust with Python bindings, offering precompiled wheels for most platforms and Python versions from 3.8 onward.
The package is in active development (Beta status) with recent updates and no reported security vulnerabilities. It carries no external runtime dependencies in Python, making installation straightforward on supported platforms. However, the project explicitly notes that proper usage documentation does not yet exist, so developers adopting it should expect to work from source code examples or protocol specifications rather than comprehensive guides.
Use it for:
- Building Discord bots or clients that require encrypted voice or video communication channels.
- Implementing end-to-end encryption for custom Discord integrations handling sensitive audio/video.
- Prototyping or researching DAVE protocol compliance and MLS-based group encryption schemes.
- Developing privacy-focused Discord applications where message/media encryption is a requirement.
- Testing or validating Discord's DAVE protocol implementation against reference implementations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Implements the Discord Audio & Video End-to-End Encryption (DAVE) Protocol using OpenMLS, enabling encrypted communication for Discord audio and video streams.
Yes, with conditions. Install if you are building Discord applications requiring DAVE protocol encryption and can tolerate Beta-stage software with incomplete documentation. The permissive MIT license, active maintenance, zero vulnerabilities, and broad platform support make it low-risk from a dependency standpoint. Do not install if you need production-grade documentation, API stability guarantees, or require immediate support—the project is young and documentation is explicitly absent.
Install
davey on PyPI
pip
pip install daveyuv
uv add daveypoetry
poetry add daveyInstalling davey
Before you install
Medium install friction due to compiled Rust components across multiple platforms; however, prebuilt wheels are available for common architectures (x86_64, ARM, PowerPC, s390x) on Python 3.8–3.13. Actively maintained with recent commits and no known vulnerabilities.
License in practice
Licensed under MIT (permissive), allowing free use, modification, and distribution with minimal restrictions.
Quickstart
pip install davey
import davey
# Initialize DAVE protocol handler for encrypted Discord communication
Requires Python 3.8 or later; compiled Rust extension requires a compatible platform wheel or Rust toolchain for source builds.
Verify before relying
- Whether proper usage documentation exists beyond the disclaimer in the package description.
- Stability guarantees or API compatibility commitments given the Beta (Development Status 4) classification.
- Integration requirements with Discord's actual DAVE protocol implementation and any authentication flow.
- Performance characteristics and encryption overhead for real-time audio/video streams.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 53 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,746,085/month — #3,596 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: davey-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl; davey-0.1.6-cp310-cp310-macosx_11_0_arm64.whl; davey-0.1.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl; davey-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; davey-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl; davey-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl; davey-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl; davey-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; davey-0.1.6-cp310-cp310-musllinux_1_2_aarch64.whl; davey-0.1.6-cp310-cp310-musllinux_1_2_armv7l.whl; davey-0.1.6-cp310-cp310-musllinux_1_2_i686.whl; davey-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl; davey-0.1.6-cp310-cp310-win_amd64.whl; davey-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl; davey-0.1.6-cp311-cp311-macosx_11_0_arm64.whl; davey-0.1.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl; davey-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; davey-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl; davey-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl; davey-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Keywords: discord, e2ee, mls, rust
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
http-eceImplements encrypted content encoding for HTTP…
permissive · top 5,000 on PyPI
djfernetProvides Fernet symmetric encryption for Django…
permissive · top 15,000 on PyPI
dynamodb-encryption-sdkEncrypts and decrypts DynamoDB items…
permissive · top 15,000 on PyPI
django-encrypted-model-fieldsWraps Django model fields with transparent…
permissive · top 15,000 on PyPI
aws-encryption-sdk-cliCommand-line tool to encrypt and decrypt files…
permissive · top 15,000 on PyPI
django-fernet-fields-v2Provides Fernet symmetric encryption for Django…
permissive · top 5,000 on PyPI
django-cryptography-django5Encrypts and decrypts data in Django models…
permissive · top 15,000 on PyPI
python-olmPython bindings for the Olm cryptographic…
permissive · top 5,000 on PyPI
vodozemacProvides Python bindings for vodozemac, a…
unclear · top 15,000 on PyPI
magic-wormholeMagic Wormhole transfers files, directories,…
permissive · top 15,000 on PyPI