SearchK Main Navigation HomeUser GuidesDeveloper GuidesGeneralPluginsThemesReferenceAPIDiscordAppearanceMenuReturn to top Sidebar Navigation BetterDiscordGetting-StartedInstallationConfigurationTroubleshootingFAQGuidesInstalling AddonsDual BootOn this pageInstallation WARNINGIf you experience any issues following these steps, try the guide.Automatic Installation Video If you prefer a video tutorial, take a look at this:Step-by-Step Go to the and click the big download button. Save this somewhere on your computer.Open the installer you downloaded in the previous step.Accept the license agreement, and click next to proceed.Select Install then click the next button to proceed with installation.Select the version of Discord you want to use. If you're not sure what this means, just select Stable. Click the install button when ready.Let the installer process the installation. It should tell you when the installation has completed.Verify that BetterDiscord is installed.Open (or switch to) Discord, and open Discord's settings.Check the tabs on the left for a new section called BetterDiscord (see below)Enjoy BetterDiscord!Manual Installation For those that can't get the automatic installers to work, those that want more control over their installation, and for developers.Prerequisites Git - Node.js - npm - (comes with node on most systems)pnpm - npm install -g pnpmSteps 1. Clone the BetterDiscord repository bashgit clone --single-branch -b main https://github.com/BetterDiscord/BetterDiscord.gitIf this fails due to region lock or something similar, you can download a zipped copy directly from 2. Enter the directory bashcd BetterDiscord3. Install dependencies First install pnpm if you have not done so alreadybashnpm install -g pnpmThen install BetterDiscord's dependenciesbashpnpm install4. Build BetterDiscord This will create an injector.js, preload.js, and renderer.js in the dist/ folder.bashpnpm build5. Install to Discord StableCanaryPTBbashpnpm injectbashpnpm inject canarybashpnpm inject ptb Edit this page on GitHubUpdated at: PagerPrevious pageBetterDiscordNext pageConfiguration, BetterDiscord extends the functionality of DiscordApp by enhancing it with new features. Themes allow you to completely customize your client with CSS. You can either make your own theme, or download the wide variety of themes from our community. BetterDiscord comes with a builtin plugin loader and plugin API., Verify that BetterDiscord is installed. Open (or switch to) Discord, and open Discord's settings. Enjoy BetterDiscord! For those that can't get the automatic installers to work, those that want more control over their installation, and for developers. 1. Clone the BetterDiscord repository..