Dorion
SpikeHD
Tiny alternative Discord client with themes, plugins and a small footprint
已复制!粘贴到终端并按回车即可安装。


关于
This is a community package of Dorion, maintained independently and unaffiliated with Dorion or Discord. It repackages the official upstream build unmodified.
Dorion is an alternative Discord client built on Tauri, using the system WebKitGTK instead of a bundled browser engine, which keeps the install and its memory use small. It supports client mods (Shelter is bundled), themes and plugins.
Permissions: by default this package keeps a tight sandbox — network, display, audio, tray and notifications — which is enough for chatting, voice calls and screen sharing through the desktop portal. Config, themes, plugins and login data live inside the sandbox. A couple of optional capabilities are not granted by default; enable the ones you need with "flatpak override":
- Webcam for video calls:
flatpak override --user --device=all dev.spikehd.Dorion - Share application audio while screen sharing:
flatpak override --user --filesystem=xdg-run/pipewire-0 dev.spikehd.Dorion
Rich Presence: Dorion's built-in RPC server (off by default — enable it under Settings) listens on a Discord IPC socket. Inside the sandbox that socket is created in the app's private runtime directory, where games running on the host cannot find it. Link it into the place they look, and Rich Presence from host games works — no extra permission needed:
ln -sf /run/user/$(id -u)/.flatpak/dev.spikehd.Dorion/xdg-run/discord-ipc-0 /run/user/$(id -u)/discord-ipc-0
Known sandbox limit: separately from the socket above, Dorion can also detect games by scanning the process list. A sandboxed app only sees its own processes, and Flatpak reserves /proc so the host's process list cannot be shared in. Automatic detection of games that do not speak Discord IPC themselves therefore does not work in this package, and no permission can enable it.
详情
权限
2 项需确认-
网络访问
可访问互联网和本地网络
-
文件:xdg-run/tray-icon:create
-
进程间通信
与主机共享 IPC 命名空间
-
X11(回退)
-
音频(PulseAudio)
-
与 org.freedesktop.Notifications 通信
-
与 org.kde.StatusNotifierWatcher 通信
-
Wayland 显示
-
GPU 加速