Download Deadlock Rich Presence

Discord RPC for Deadlock, free, built with Rust, works on Windows and Linux.

Latest release: v1.0.1

Windows

  1. Click the download button below
  2. Extract deadlock-rpc-setup-windows-x86_64.zip
  3. Double-click deadlock-rpc.exe
  4. If Windows SmartScreen appears, click More info, then Run anyway
  5. Deadlock launches with Rich Presence active
Download for Windows x86_64

Linux

  1. Click the download button below
  2. Extract deadlock-rpc-setup-linux-x86_64.zip
  3. Make the binary executable: chmod +x deadlock-rpc
  4. Run it: ./deadlock-rpc
  5. Deadlock launches with Rich Presence active
Download for Linux x86_64
View all releases on GitHub

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.