Download Replugged

Click the button below to download the installer, then run it!
If you get a warning that the app can't be opened, click "Run Anyways". You may need to click "more info" to see this option.

Manual Installation

For most users, we recommend following the automatic installation instructions above. If you are unable to use the automatic installer or you'd prefer to install via the command line, you can follow the instructions below.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/replugged-org/replugged
  2. cd into the repository:
    cd replugged
  3. Install dependencies:
    pnpm i
  4. Build Replugged:
    pnpm run bundle
  5. Fully quit Discord
  6. Plug into Discord:
    pnpm run plug --production

    If you want to specify into a specific Discord version, you can add the platform as an argument:
    pnpm run plug --production [stable|ptb|canary|development]
  7. Reopen Discord
You can verify it's installed by going into Discord settings and looking for the "Replugged" tab.

Troubleshooting

If you're having issues, please reinstall Discord and try steps 5-7 again.

Still having issues? Please join our Discord and create a thread in #support with any errors you're getting and any other information you think might be helpful.