The package no longer works for me as of a couple versions, Discord always crashing on main app startup (after the splash screen). There's no hint as to what's the problem in the logs (haven't inspected the minidump though), perhaps missing native bindings from Discord's custom build of Electron causing that?
Additionally, since the package is already patching the app.asar, it might be a good idea to forcibly disable host updates globally by replacing hostUpdatable="0.0.0" with hostUpdatable=false&&"0.0.0" in bundle.js. This would completely eliminate the update required prompt, making Discord a properly well-behaved package that doesn't do any update shenanigans behind the package manager's back.
Pinned Comments
Zoddo commented on 2026-06-21 10:35 (UTC) (edited on 2026-06-21 10:42 (UTC) by Zoddo)
This took more time than I wanted, but the package is now updated to 1:1.0.143-1, which supports the new Discord distribution/bootstrap mechanism introduced in May.
Notable changes:
~/.config/discord/~/.config/discord.confif you used it to enable Krisp, as this file is not used anymore)These changes represent a large diff since 1:0.0.135-1, and they may be complex to review. To help you review the changes, I've tried to split them in multiple commits.
Feel free to review individual commits to better understand the changes:
(or using cgit's web interface)
Zoddo commented on 2022-09-15 17:54 (UTC) (edited on 2026-06-21 10:30 (UTC) by Zoddo)
Starting with 1.0.143 (2026-06-21):
Starting with 0.0.55-2 (2024-06-09):
Starting with 0.0.26-1 (2023-03-31):
Starting with 0.0.20-1 (2022-09-15):
$XDG_CONFIG_HOME/discord-flags.conf: this works likeelectron-flags.conf, you can set in this file the command line flags you want to pass to electron when running Discord (there are some useful flags in the wiki, especially if you are experiencing lag in the Discord UI).FAQ
Discord requires an update, but this package isn't yet updated
Check the wiki.
The Discord UI is lagging
Try to add the flags recommended in the wiki in
$XDG_CONFIG_HOME/discord-flags.conf.Discord is crashing when starting/joining a stream
This issue arises because Discord recently started to patch their bundled Electron version to introduce their own custom stream API, which doesn't exist in the official Electron package.
Because Discord fallbacks to standard APIs when accessed from browsers, a fix is likely possible but hasn't been worked on yet.