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
Anonymous 71502f2d8a
Translated using Weblate (Dutch)
Currently translated at 34.7% (25 of 72 strings)

Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/nl/
2022-12-13 14:11:02 +01:00
.github Bump to 3.2.0 2022-12-13 11:14:09 +01:00
.hooks yeet husky (#259) 2022-11-20 21:05:40 +01:00
.idea code cleanup part 2 2022-07-11 21:42:35 +02:00
.vscode Update Window state manager (#291) 2022-12-10 19:01:47 +01:00
assets Translated using Weblate (Dutch) 2022-12-13 14:11:02 +01:00
build 2 new things (Read desc.) (#159) 2022-07-18 20:53:25 +02:00
src Add local crash reporter 2022-12-13 14:10:41 +01:00
.gitignore Updated .gitignore 2022-05-21 15:37:36 -04:00
.npmrc Create .npmrc 2022-11-20 00:42:07 +01:00
.prettierignore Re-do the setup page (#98) 2022-04-24 14:49:16 +02:00
LICENSE Revert back to OSL-3.0 2022-04-03 13:22:28 +02:00
README.md Add armcord-git package to README (#274) 2022-11-29 19:59:56 +00:00
package.json Bump to 3.2.0 2022-12-13 11:14:09 +01:00
pnpm-lock.yaml Update Window state manager (#291) 2022-12-10 19:01:47 +01:00
prettier.config.js formatting 2022-03-04 18:21:48 +00:00
tsconfig.json Fix npm format script (#261) 2022-11-21 06:50:21 +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 a standalone client and doesn't rely on the original Discord client in anyway.

  • Various mods built in

    Enjoy Vencord, Shelter and their many features, or have a more vanilla experience, it's your choice!

  • Made for Privacy™

    ArmCord automatically blocks all of Discord's trackers; even without any client mods you can feel safe and secure!

  • Much more stable

    ArmCord 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!

    ArmCord was originally created for ARM64 Linux devices, since Discord doesn't support them. We soon decided to support every platform that Electron supports!

How to run/install it?

Check releases tab for precompiled packages for Linux, Windows and Mac OS. Alternatively use our Sourceforge mirror.
Download ArmCord

Winget Package

ArmCord is also available on the winget-pkgs repository:

winget install ArmCord.ArmCord

Scoop package

ArmCord is also available on Scoop extras repo:

scoop bucket add extras
scoop install armcord

AUR Package

ArmCord is also available on the Arch User Repository (AUR):

  • armcord-bin - ArmCord Release ~ Static binary from release, may be outdated
  • armcord-git - ArmCord Dev ~ Latest devbuild built from source (takes ~1 minute) using the system electron

Install it via an AUR helper tool like yay.

Example: yay -S armcord-bin

Snap package

ArmCord is also available on the Snap store here.
Get it from the Snap Store

Pi-Apps

ArmCord is also available in Pi-Apps.
badge

Compiling:

Alternatively you can run ArmCord from source (NodeJS and pnpm required):

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

FAQ

Will I get banned for using this?

  • You are breaking Discord ToS by using ArmCord, but no one has been banned from using it or any of the client mods included.

Can I use this on anything other than ARM?

  • Yes! ArmCord should work normally under Windows, MacOS and Linux as long as it has Electron support.

How does this work?

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

Where can I find the source code?

  • The source code is on GitHub.

Where can I translate this?

Credits