ReLink is a high-performance Lavalink v4 wrapper for Python, inspired by WaveLink.
- Full Lavalink v4+ REST API support
- Built on msgspec for rapid serialization and strict type validation
- Optional curl_cffi for faster networking
- Drop-in familiarity for Wavelink users — migration guide included
- Actively maintained, unlike the library you're probably migrating from
- Async-first and Pyright strict-compliant
- Built-in support for discord.py, pycord, and disnake
Note
A virtual environment is recommended, especially on Linux where the system Python may restrict package installations.
- Python 3.12 or higher
- A running Lavalink 4.x server (guide on setup)
- Any of the supported libraries:
- discord.py[voice] 2.7+
- py-cord[voice] 2.8+
- disnake[voice] 2.12+
To install the stable version from PyPI:
# Linux/macOS
python3 -m pip install -U rewavelink
# Windows
py -3 -m pip install -U rewavelinkTo install with optional speed improvements:
# Linux/macOS
python3 -m pip install -U "rewavelink[speed]"
# Windows
py -3 -m pip install -U "rewavelink[speed]"
© 2026 ReLink Development Team
