Skip to content

ruslang02/discord-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ruslan Garifullin
Jul 11, 2021
82880c8 · Jul 11, 2021
Jan 10, 2021
Apr 24, 2021
Jan 8, 2021
Jan 10, 2021
Jul 11, 2021
Dec 9, 2020
Jan 9, 2021
Aug 30, 2020
Aug 30, 2020
Dec 9, 2020
Jul 23, 2020
Mar 31, 2021
Sep 23, 2020
Jan 5, 2021
Jan 10, 2021
Jan 5, 2021
Jan 5, 2021
Jan 10, 2021
Jan 10, 2021
Sep 23, 2020
Apr 24, 2021
Apr 24, 2021

Repository files navigation

DiscordQt

AUR DiscordQt CI David

discord

A Discord desktop client powered by Node.JS and NodeGui. It offers a significantly less resource-consuming experience comparing to the official Electron-based desktop client thanks to native UI rendering instead of a Chromium rendering engine.

Download for Windows, Linux and macOS

Currently macOS builds are broken. Looking for Windows and macOS maintainers to configure builds and implement features.

Screenshot

Arch Linux and derivatives

This application is also available in Arch User Repository (AUR): discord-qt-appimage

Building from sources

Node.JS v10+ is required to build.

git clone https://github.com/ruslang02/discord-qt
cd discord-qt/
npm install
npm start

Configuration

In order to run this application you must obtain a Discord user token (how-to guide). You can configure your user accounts, as well as other settings in the Settings screen.

Plugins

Plugins should be located in ~/.config/discord-qt/plugins and represent itself as an npm-like package with discord-qt and plugin keywords placed in package.json. Currently available plugins:

Fonts

By default, the application uses Source Sans Pro font. However, if you want an even more seamless experience, you need to obtain a copy of Whitney fonts (commercial fonts used by Discord) and put them into /assets/fonts folder. In order to activate them, uncomment line with Whitley font in /src/windows/RootWindow.scss and rebuild.

Notice

Discord's Terms of Service do not explictly prohibit the usage of third-party clients, however we can not guarantee that accounts using this application will not be disabled. DiscordQt does its best to only replicate official client's functionality. Authors of DiscordQt discourage usage and modification of this project's source code in the ways that may violate service's Terms of Service.

License

GPL 3.0

Third-party