Skip to content

Discord client powered by Node.JS and Qt.

License

Notifications You must be signed in to change notification settings

Maks-s/discord-qt

This branch is 60 commits behind ruslang02/discord-qt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc7a824 · Nov 13, 2020
Oct 8, 2020
Oct 20, 2020
Oct 1, 2020
Oct 10, 2020
Nov 12, 2020
Nov 13, 2020
Oct 24, 2020
Sep 19, 2020
Oct 24, 2020
Aug 30, 2020
Aug 30, 2020
Jul 23, 2020
Oct 24, 2020
Sep 23, 2020
Sep 23, 2020
Oct 10, 2020
Oct 20, 2020
Sep 23, 2020
Oct 24, 2020
Nov 9, 2020
Sep 23, 2020
Oct 22, 2020
Oct 24, 2020

Repository files navigation

DiscordQt

npm 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

Screenshot

Installing from npm

Windows (macOS should work as well, however not tested):

npm i -g discord-qt

Linux:

# npm i -g discord-qt --unsafe-perm --allow-root

Building from sources

Node.JS v12+ 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

About

Discord client powered by Node.JS and Qt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.6%
  • SCSS 8.8%
  • JavaScript 2.6%