2025-07-25 15:22:03 +03:00
2025-07-27 11:33:50 +03:00
2025-07-24 17:54:11 +03:00
2025-07-24 17:54:11 +03:00
2025-07-26 03:51:26 +03:00
2025-07-22 22:01:42 +03:00
2025-07-24 10:58:31 +03:00
2025-07-27 18:48:20 +03:00
2025-07-26 03:38:07 +03:00
2025-07-26 03:51:26 +03:00

mobcord

Discord client for mobile linux

Installation

As a standalone app

Prebuilt binary

Download prebuilt archive from releases and run ./install.sh, to uninstall run ./uninstall.sh

Prebuilt alpine package (postmarketOS)

Silly oneliner:

curl -Lo mobcord.apk https://github.com/MeexReay/mobcord/releases/latest/download/mobcord-alpine-aarch64.apk && sudo apk add --allow-untrusted mobcord.apk

Build manually

Install all dependencies (see shell.nix) and run:

git clone https://github.com/MeexReay/mobcord
cd mobcord
make install
# make uninstall # to uninstall

As userscript

Webkit2gtk can be quite slow on some devices, so it fine to install the mobcord patches as userscript to your normal browser. To do that, download latest mobcord-userscript.js from releases and add it to your userscript manager.

As legcord plugin

Download latest mobcord-legcord.tar.gz from releases, unzip it and add to legcord plugins.

See more

Contributing

If you would like to contribute to the project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the WTFPL License

Description
discord client for mobile linux
Readme WTFPL 1.7 MiB
Languages
JavaScript 56.2%
Rust 20.8%
Makefile 16.5%
Shell 5%
Nix 1.5%