Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MateriiApps/OpenCord
An open-source Material You implementation of the Discord Android app
https://github.com/MateriiApps/OpenCord
android android-app discord discord-client jetpack-compose kotlin kotlin-android
Last synced: 2 months ago
JSON representation
An open-source Material You implementation of the Discord Android app
- Host: GitHub
- URL: https://github.com/MateriiApps/OpenCord
- Owner: MateriiApps
- License: gpl-3.0
- Created: 2021-08-28T05:34:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T17:11:09.000Z (3 months ago)
- Last Synced: 2024-11-04T14:11:43.520Z (3 months ago)
- Topics: android, android-app, discord, discord-client, jetpack-compose, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 5.66 MB
- Stars: 1,251
- Watchers: 31
- Forks: 97
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenCord
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](/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](https://nightly.link/materiiapps/opencord/workflows/android/master/opencord.zip)
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:
```batch
.\gradlew.bat app:assembleDebug
```Linux/macOS:
```shell
./gradlew app:assembleDebug
```Built APK will be at `app/build/outputs/apk/debug/app-debug.apk`