armcord/README.md

34 lines
1.6 KiB
Markdown
Raw Normal View History

2021-05-04 10:24:24 +00:00
2021-05-12 14:54:32 +00:00
# ![Arm with a Cord](https://raw.githubusercontent.com/kckarnige/armcord/main/arm-with-a-cord.svg)
ArmCord is a custom alternative Discord client made for people on lower-end devices and ARM architecture that want custom Discord experience. It uses [GooseMod](https://goosemod.com) for custom themes and plugins!
2021-05-01 17:53:38 +00:00
2021-03-20 19:07:15 +00:00
# How to run/install it?
2021-05-05 10:29:53 +00:00
Check releases tab for precompiled deb(ARM64), rpm(ARM64), tar.gz(ARM64), Windows builds.
2021-05-01 17:53:38 +00:00
Alternative (npm, nodejs required):
2021-05-01 12:48:50 +00:00
1.Run `npm install`
2021-05-01 13:14:25 +00:00
2.Run `npm start`
2021-05-10 10:03:42 +00:00
3.Compile/Package with `npm run make`
2021-05-01 17:08:41 +00:00
2021-05-01 12:48:50 +00:00
2020-11-16 13:59:19 +00:00
# FAQ
2021-05-01 13:46:53 +00:00
## 1.Will I get banned from using it?
2021-05-12 14:54:32 +00:00
-You are breaking Discord ToS since we are using GooseMod for themes and plugins. But no one ever got banned from using ArmCord or GooseMod as of now
2021-05-01 13:46:53 +00:00
## 2.How does this work?
-We are using official web app and adding GooseMod to it with some other tweaks.
2021-05-01 17:08:41 +00:00
## 3.Can I use this on other architectures or operating systems?
-Yes! ArmCord should work normally under Windows, Mac OS, Linux as long as it has NodeJS, npm and Electron support.
2020-11-16 13:59:19 +00:00
2021-05-02 16:23:46 +00:00
2021-05-04 10:18:49 +00:00
# Credits
2021-05-10 09:53:52 +00:00
[ArmCord UI Elements and few features](https://github.com/kckarnige)
2021-05-04 10:20:10 +00:00
[GooseMod](https://github.com/GooseMod/GooseMod)
2021-06-26 19:02:50 +00:00
[GooseMod Extension](https://github.com/GooseMod/extension)
2021-05-04 10:20:10 +00:00
[update.rocks](https://www.update.rocks)
[electron-discord-webapp](https://github.com/SpacingBat3/electron-discord-webapp)
[custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar)
[electron-localshortcut](https://github.com/parro-it/electron-localshortcut)
2021-05-04 10:21:05 +00:00
[electron-forge](https://www.npmjs.com/package/electron-forge)