Skip to content

Installation

Cynthia edited this page Jun 1, 2021 · 19 revisions

Installing Powercord

Prerequisites

  1. githttps://git-scm.com/downloads
  2. node and npm (v10.0.0 or later; LTS is recommended*) – https://nodejs.org
  3. Discord Canary (Powercord will only work with Canary!)

Note: You cannot have both Powercord and another client mod injected at the same time. If you have one installed, you must first uninstall it from your Discord Canary installation before proceeding to installation.

Installation

Here we will assume that you have correctly installed ‘Git’ and ‘Node’ and are using ‘Discord Canary’. It is also worth mentioning that if you are on Linux, we highly recommend that you leave Discord Canary running while going through Steps 1 and 2.

  1. Open a command prompt / terminal of your choice (e.g. CMD if you’re on Windows, or Terminal if you’re using Linux / macOS) - Windows users: please do NOT select “Run as an Administrator” as Powercord will fail to inject if you do so.
  2. In chronological order, type each of these commands into the same command prompt / terminal opened in Step 1:
    1. git clone https://github.com/powercord-org/powercord
    2. cd powercord
    3. npm i
    4. npm run plug (Linux users: you’ll need to run this command with sudo)
  3. Completely “kill” your Discord Client (right-click in the System Tray -> “Quit DiscordCanary”).
  4. Start Discord back up and Powercord should be injected!

Uninstallation

  1. Open a command prompt / terminal of your choice.
  2. Navigate to your existing Powercord installation (e.g. cd powercord).
  3. Type npm run unplug (Linux users: you’ll need to run this command with sudo)
  4. Completely “kill” your Discord Client (right-click in the System Tray -> “Quit DiscordCanary”).
  5. Start Discord back up and Powercord should no longer be injected.

IMPORTANT: Make sure to do this BEFORE deleting Powercord's files, or else you’ll risk ending up with a corrupted Discord installation!

Walkthrough

The following preview shows how to install Powercord on a Windows device. However, the installation process remains similar, if not the same on other platforms.

video