Download Deadlock Rich Presence
Discord RPC for Deadlock, free, built with Rust, works on Windows and Linux.
Windows
- Click the download button below
- Extract
deadlock-rpc-setup-windows-x86_64.zip - Double-click
deadlock-rpc.exe - If Windows SmartScreen appears, click More info, then Run anyway
- Deadlock launches with Rich Presence active
Linux
- Click the download button below
- Extract
deadlock-rpc-setup-linux-x86_64.zip - Make the binary executable:
chmod +x deadlock-rpc - Run it:
./deadlock-rpc - Deadlock launches with Rich Presence active
What's in the zip
Everything you need is included, no separate install
deadlock-rpc / deadlock-rpc.exe
The main executable. Keep it in the extracted folder; it writes logs to a logs/ subdirectory within that folder.
config.toml
All settings with defaults and comments. Edit with any text editor. Changes take effect on the next launch.
Deadlock RPC shortcut
A ready-made shortcut. Move it to your desktop or Steam library for quick access. Use this instead of launching Deadlock directly.
After downloading
Tip: Add the Deadlock RPC executable as a non-Steam game in your Steam library
so you can launch it straight from your library.
See Steam's guide for instructions.
Windows SmartScreen: Windows may warn "Windows protected your PC" on first run.
This is because the binary is unsigned, not because it contains malware.
Click More info, then Run anyway to proceed.
You can also build from source to verify the binary yourself.
Build from source
Requires Rust stable
git clone https://github.com/HeyTariq/deadlock-rpc.git
cd deadlock-rpc
cargo build --release
./target/release/deadlock-rpc
Building from source is the best way to verify the binary. The full source is on GitHub.
Need help getting started?
The setup guide walks through every step, including Discord configuration and config.toml customization.