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
- Clone the repository:
git clone https://github.com/replugged-org/replugged
cd
into the repository:cd replugged
- Install dependencies:
pnpm i
- Build Replugged:
pnpm run bundle
- Fully quit Discord
- 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]
- Reopen Discord
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.