BetterDiscord provides automatic installers for all major platforms, making installation quick and easy. For advanced users or when installers don’t work, manual installation is also available.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/betterdiscord/betterdiscord/llms.txt
Use this file to discover all available pages before exploring further.
Automatic installation
The recommended way to install BetterDiscord is using the automatic installer for your operating system.Download the installer
Download the installer for your operating system:
Windows
Windows 7+Download installer
macOS
macOS 10.10+Download installer
Linux
Ubuntu 14.04+Download installer
Run the installer
WindowsDouble-click the
BetterDiscord-Windows.exe file to launch the installer.macOSExtract the downloaded zip file and run the installer application.LinuxMake the AppImage executable and run it:Select your Discord installation
The installer will detect your Discord installations. Select the release channel you want to install BetterDiscord to:
- Stable - The main Discord release
- PTB - Public Test Build
- Canary - Experimental features
You can install BetterDiscord on multiple Discord installations. Just run the installer again and select a different channel.
Complete installation
Click the install button and wait for the process to complete. Once finished, fully restart Discord to activate BetterDiscord.
Manual installation
Manual installation is recommended for developers or when the automatic installer doesn’t work.Install dependencies and build
Install dependencies using pnpm and build the project:This will generate a
dist folder with compiled files.BetterDiscord uses pnpm as its package manager. Make sure you have it installed before proceeding.
Inject into Discord
Use the built-in injection script to inject BetterDiscord into your desired Discord release channel:Replace
<channel> with one of:stable- Main Discord releasecanary- Experimental featuresptb- Public Test Build
Platform-specific notes
Windows
- Windows 7 and newer are supported
- The installer requires administrator privileges
- Windows Defender may show a warning - this is normal for unsigned installers
macOS
- macOS Yosemite (10.10) and newer are supported
- You may need to allow the app in System Preferences > Security & Privacy
- Extract the zip file before running the installer
Linux
- Ubuntu 14.04 and newer are supported
- The AppImage must be made executable before running
- Snap packages are not supported - use standard Discord installation
Troubleshooting
BetterDiscord isn’t showing up
- Make sure you completely closed and reopened Discord
- Try repairing your installation by running the installer again
- Check that you’re using a supported Discord installation (not snap, portable, or web)
Installer won’t run
Windows: Right-click the installer and select “Run as administrator” macOS: Open System Preferences > Security & Privacy and allow the app to run Linux: Ensure the AppImage has execute permissions (chmod +x)