Features
-
Standalone client
Legcord is built as a standalone client and doesn't rely on the original Discord client in any way.
-
Various mods built-in
Enjoy Vencord, Equicord, Shelter and their many features, or have a more vanilla experience, it's your choice!
-
Themes
Legcord natively supports theming of the entire app, you can easily import BetterDiscord themes and manage them
-
Made for Privacy™
Legcord automatically blocks all of Discord's trackers; even without any client mods, you can feel safe and secure!
-
Supports Rich Presence
Unlike other clients, Legcord supports rich presence (game activity) out of the box thanks to arRPC.
-
Mobile support
Legcord has experimental mobile support for phones running Linux such as the PinePhone. While this is still far from an ideal solution, we're slowly trying to improve it.
-
Much more stable
Legcord is using a newer build of Electron than the stock Discord app. This means you can have a much more stable and secure experience, along with slightly better performance.
-
Cross-platform support!
Legcord was originally created for AArch64 Linux devices since Discord doesn't support them. We soon decided to support every platform that Electron supports!
How to run/install it?
Packaging status
Windows
winget install --id=smartfrigde.Legcord -e
Flatpak
Not available yet.
Debian, Ubuntu and Raspbian
Install via .deb from GitHub Releases
You can install Legcord directly using the .deb packages published on the GitHub Releases page.
- Go to the Releases page: https://github.com/Legcord/Legcord/releases
- Download the
.debthat matches your architecture:amd64(most Intel/AMD 64‑bit PCs)arm64(AArch64, e.g. Raspberry Pi 4/5 64‑bit, ARM laptops)
- Install the downloaded file (this resolves dependencies automatically):
sudo apt install ./<downloaded-file>.deb
Alternatively, you can copy the asset link from the release and install via terminal:
# Replace the URL below with the copied link to the .deb asset from the Releases page
wget -O legcord.deb "https://github.com/Legcord/Legcord/releases/download/<tag>/<asset>.deb"
sudo apt install legcord.deb
If your system reports missing dependencies, you can also use this fallback:
sudo dpkg -i <downloaded-file>.deb || sudo apt -f install
Alternative: pacstall
legcord-deb is available on pacstall
sudo bash -c "$(wget -q https://pacstall.dev/q/install -O -)" # Install pacstall if not installed
pacstall -I legcord-deb
Snap package
Scoop package
Legcord is also available on the Extras repo
scoop bucket add extras # Ensure bucket is added first
scoop install legcord
AUR Package
- legcord-git Built locally against dev branch
Homebrew repository
Legcord is also available on the Homebrew Cask repo
brew install --cask legcord
MacPorts
Legcord is available via MacPorts
sudo port install legcord
FreeBSD
You can also get Legcord running on FreeBSD by following these instructions.
Pi-Apps
Legcord is also available in Pi-Apps.
![]()
Pre-built binaries
Check the releases tab for precompiled packages for Linux, Windows, and macOS.
Compiling
Alternatively, you can run Legcord from source (NodeJS and pnpm) are required:
- Clone Legcord repo:
git clone https://github.com/Legcord/Legcord.git - Run
pnpm installto install dependencies - Build with
pnpm run build - Compile/Package with
pnpm run package
FAQ
Do you have a support Discord?
Will I get banned for using this?
- You are breaking Discord ToS by using Legcord, but no one has been banned from using it or any of the client mods included.
How can I access the settings?
- Open Discord settings and there should be a button
Legcord Settingsbutton with a white Discord icon, you can also right click on the tray icon and clickOpen Settings
How does this work?
- We utilize the official web app and package it within Electron. While this approach may seem familiar, our focus is on delivering a truly customized and enhanced experience. Unlike many others, we provide seamless integration for loading themes and mods without the need for installers or injectors. You can easily enable transparency effects and adopt Windows' Fluent Design, offering a modern and sleek interface. Though it's fundamentally a web wrapper, we have implemented numerous optimizations and patches to ensure a smooth and tailored experience for you.
Does Legcord have a portable mode for windows?
- Yes it does! Simply add a folder called "legcord-data" in the folder where your legcord executable is located and start Legcord. Make sure to download the archive/zip file.
Where can I find the source code?
- The source code is on GitHub.
Where can I translate this?
- Translations are done using our Weblate page.
Credits
Discord is trademark of Discord Inc. Legcord is not affiliated with or endorsed by Discord Inc. Legcord is not affiliated with or endorsed by ARM Limited.

