Skip to content

An open-source Material You implementation of the Discord Android app

License

Notifications You must be signed in to change notification settings

MateriiApps/OpenCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b06fcaf · Oct 26, 2024
Dec 10, 2022
Oct 26, 2024
Apr 11, 2023
Apr 11, 2023
Dec 8, 2022
Dec 6, 2022
Aug 29, 2021
Dec 10, 2022
Dec 10, 2022
Apr 11, 2023
Aug 13, 2022
Feb 12, 2023
Dec 12, 2022
Dec 12, 2022
Apr 11, 2023

Repository files navigation

OpenCord

Discord

GitHub Repo stars GitHub forks License Crowdin

An open-source Material You implementation of the Discord Android app. (WIP)

Preview

Chat Drawer

FAQ

Will this client support "plugins" or custom features/themes?

Most likely in the future, however our first priority is to implement most of the stock client's features. To check our current progress, see STATUS.md. You are always welcome to fork and add features or do it just privately!

Is this against Discord TOS?

Yes, it is. However, there has been no instances of Discord banning people for just using modified clients. What they do automatically ban for, is API abuse or strange requests. Therefore, OpenCord takes great caution in emulating official clients exactly, but as it is still in development, please use an alt account for your safety.

Where download???!?!?!?!?

Since there is no release version yet, use this nightly link to download OpenCord. Download, extract and install the APK contained within. If you are reinstalling or updating, you have to uninstall the old version first!

Building locally

Windows:

.\gradlew.bat app:assembleDebug

Linux/macOS:

./gradlew app:assembleDebug

Built APK will be at app/build/outputs/apk/debug/app-debug.apk