A custom Discord client made for people who want a Discord client for Arm64 systems, or for those who just want a lighter alternative or simply want a standalone Discord client.
Go to file
smartfrigde f7d8bce402 Revert back to OSL-3.0 2022-04-03 13:22:28 +02:00
.github Remove the build workflow for now 2022-03-05 18:07:47 +01:00
.husky formatting 2022-03-04 18:21:48 +00:00
.vscode Add VSCode Launch option 2021-05-05 13:27:01 +02:00
assets Titlebar fix + tray + minor code improvements 2021-12-26 19:58:05 +01:00
build Getting ready for 3.0 2022-01-15 22:21:51 +01:00
src Change the support link 2022-03-05 18:07:07 +01:00
.gitignore Getting ready for 3.0 2022-01-15 22:21:51 +01:00
.prettierignore formatting 2022-03-04 18:21:48 +00:00
LICENSE Revert back to OSL-3.0 2022-04-03 13:22:28 +02:00
README.md Add sourceforge 2022-02-07 18:25:47 +01:00
package-lock.json Bump minimist from 1.2.5 to 1.2.6 2022-03-29 12:42:36 +00:00
package.json Fix temporary setup and format 2022-03-05 18:04:27 +01:00
prettier.config.js formatting 2022-03-04 18:21:48 +00:00
tsconfig.json Settings, Electron 17 and much more 2022-02-26 22:26:16 +01:00

README.md


ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.

Features

  • Standalone client

    ArmCord is built as standalone client, it doesn't rely on original Discord client.

  • Various mods built in

    Explore Cumcord/GooseMod/Flicker plugins and their features!

  • Made for Privacy

    ArmCord automatically blocks Discord's trackers.

  • Faster than normal Discord app

    ArmCord is using newer Electron than stock Discord app. This usually means increased performance and more stable experience.

  • Designed to work anywhere

    ArmCord was initially created in mind to run on Arm64 Linux devices. We soon expanded our support to more platforms. We plan to support every platform that Electron supports.

How to run/install it?

Check releases tab for precompiled packages for Linux, Windows and Mac OS (Mac OS is broken see #48). Alternatively use our Sourceforge mirror.
Download ArmCord

AUR Package

Armcord is also available on the Arch User Repository (AUR) here.

Install it via an AUR helper tool like yay.

Example: yay -S armcord-bin

Manual:

Alternatively you can run ArmCord from source (npm, nodejs required):

  1. Clone ArmCord repo: git clone https://github.com/ArmCord/ArmCord.git
  2. Run npm install to install dependencies
  3. Compile/Package with npm run package

FAQ

1. Will I get banned from using it?

-You are breaking Discord ToS if you decided to use client mods. But no one ever got banned from using ArmCord or any of the client mods included. If you wish to remove mods, check our documentation.

2. How does this work?

-We are using official web app and adding some magic powder to make it all work!

3. Can I use this on other architectures or operating systems?

-Yes! ArmCord should work normally under Windows, Mac OS (Mac OS is broken see #48) and Linux as long as it has NodeJS, npm and Electron support.

Credits

ArmCord UI Elements and few features
Cumcord
GooseMod GooseMod Extension
electron-discord-webapp
custom-electron-titlebar (css only)
electron-builder