winget install --id=SpikeHD.Dorion -e
Dorion is an alternative Discord client aimed towards lower-spec or storage-sensitive PCs that supports themes, plugins, and more!
Dorion is an alternative Discord client designed to provide a lightweight and efficient communication experience, particularly suited for lower-spec or storage-sensitive devices. Built with performance in mind, it offers a smaller footprint compared to traditional clients while maintaining essential features.
Key Features:
Audience & Benefit:
Ideal for users seeking a more efficient Discord experience without sacrificing functionality, Dorion is perfect for those with limited hardware resources or storage constraints. It delivers a streamlined interface that balances performance and customization, making it an excellent choice for gamers, streamers, and casual users alike.
Dorion can be installed via winget or used portably, offering flexibility for different usage scenarios.
Dorion
<img src="docs/image/windows.png" width="30%" align="center" />
<img src="docs/image/apple.png" width="30%" align="center" />
<img src="docs/image/debian.png" width="30%" align="center" />
<div>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_x64_en-US.msi ">x86_64</a>
|
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_arm64-setup.exe">ARM</a>
</div>
<div>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_x64.dmg">x86_64</a>
|
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_aarch64.dmg">ARM</a>
</div>
<div>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_amd64.deb">x86_64</a>
|
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_armhf.deb">ARM v7</a>
|
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.9.1/Dorion_6.9.1_arm64.deb">ARM64</a>
</div>
View bleeding-edge builds
These builds are based on the latest GitHub Actions artifacts. They may not work properly, and they probably contain bugs. Use at your own risk!
<img src="docs/image/windows.png" width="30%" align="center" />
<img src="docs/image/apple.png" width="30%" align="center" />
<img src="docs/image/debian.png" width="30%" align="center" />
<div>
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-x86_64-pc-windows-msvc-msi.zip">x86_64</a>
|
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-aarch64-pc-windows-msvc-nsis.zip">ARM</a>
</div>
<div>
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-x86_64-apple-darwin-dmg.zip">x86_64</a>
|
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-aarch64-apple-darwin-dmg.zip">ARM</a>
</div>
<div>
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-x86_64-unknown-linux-gnu-deb.zip">x86_64</a>
|
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-armv7-unknown-linux-gnueabihf-deb.zip">ARM v7</a>
|
<a href="https://nightly.link/SpikeHD/Dorion/workflows/build/main/dorion-aarch64-unknown-linux-gnu-deb.zip">ARM64</a>
</div>
> [!TIP] > Dorion can also be used portably or installed via several package managers. > You can find portable builds in the releases page. You can also build Dorion yourself!
> [!NOTE]
> MacOS Users: If opening Dorion gives you "Dorion.app is damaged and cannot be opened", MacOS is lying to you and you may just need to run sudo xattr -rd com.apple.quarantine /Applications/Dorion.app
. Alternatively, you can open the Privacy & Security settings pane and scroll down to the Security section to remove the quarantine.
>
> Windows Users: Defender may think Dorion is a virus. This just happens sometimes, and if SmartScreen blocks it from running, click "More Info" and "Run Anyways". Feel free to scan Dorion with Virustotal!
I do not maintain any instances of Dorion in any package repositories myself, however some very kind people maintain some in their own spare time:
scoop bucket add turbo 'https://github.com/Small-Ku/turbo-bucket.git'
scoop install turbo/dorion
winget install --id SpikeHD.Dorion
yay -S dorion-bin
nix-shell -p dorion
brew tap psharma04/dorion
brew install --cask dorion
> [!NOTE] > Maintaining Dorion in a different package repository that I don't know about? Feel free to open a PR to add it here!
Dorion comes with shelter, so that should cover at least some plugin-related needs. You can also enable client mods like Vencord inside the Dorion settings page. If you want to install plugins not available within the Dorion settings page, ensure you are downloading a browser-compatible version.
> [!NOTE] > Want official support for another client mod? As long as it works on the web, feel free to submit a feature request!
> [!TIP]
> Unsure what shelter plugins exist out there? There's more than you think, so try searching shelter plugins
on GitHub, or use the Plugin Browser plugin:
>
> https://spikehd.github.io/shelter-plugins/plugin-browser/
Dorion supports all themes, BetterDiscord and others, with a couple caveats.
Clone/download the repository
Open a terminal window in the root project folder
Install JS dependencies:
pnpm install
Pull the latest shelter build (this is used as a backup if it cannot be fetched on the fly)
pnpm shupdate
Build the updater
pnpm build:updater
(Linux-only) Build the WebKitGTK extension
cd src-tauri/extension_webkit
cmake .
cmake --build .
Build!
# Build Dorion...
pnpm tauri build
# ...or to debug/open in dev mode
pnpm dev
All built files will be in src-tauri/target/(release|debug)/
. Installation files (eg. .msi
, .deb
) are located in bundle/
.
If you submit an issue or ask a question in the Discord, it's likely you will be asked for the following, so please provide them if you can:
latest.log
output
%appdata%\dorion\logs
~/.config/dorion/logs
~/Library/Application Support/dorion/logs
https://raw.githubusercontent.com/
URLs are being blocked by any system-wide adblockers/firewalls(or a similar client crash)
%appdata%\dorion\webdata
& %appdata%\dorion\config.json
~/.config/dorion/webdata
& ~/.config/dorion/config.json
~/Library/Application Support/dorion/webdata
& ~/Library/Application Support/dorion/config.json
.zip
file.zip
file instead of the MSI.zip
file) make sure all files were extracted properly. Ensure you are extracting Dorion and it's contents into it's own folder.Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}
WEBKIT_DISABLE_COMPOSITING_MODE=1
WEBKIT_DISABLE_DMABUF_RENDERER=1
device_query
to rdev
or inputbot
(supports more keys. May also just attempt to contribute to device_query
)> [!TIP]
> See the examples
directory for examples of plugins, including how to include external code and themes.
Plugins, extensions, and themes are relatively simple to use, the file structure looks like so on Windows:
C:/Users/%USERNAME%/dorion/
├── plugins/
| └── plugin.js
├── extensions/
| └── some_unpacked_extension/
└── themes/
└── theme.css
and like so on Linux:
~/.config/dorion/
├── plugins/
| └── plugin.js
└── themes/
└── theme.css
so if you download a plugin, extension, or theme, just pop it into the plugins
/extensions
/themes
folder. If you need help finding them, there are buttons in Dorion settings that'll take you where you need!
> [!NOTE]
> Themes can also be installed by clicking Install Theme from Link
in Theme settings, if you prefer
Issues, PRs, etc. are all welcome! For guidelines and tips, see CONTRIBUTING.md
Theme: Catpuccin - Frappe
Theme: Fluent
Windows 7 support is possible by installing API extensions, such as VxKex. It could break at any point, and if this happens, I probably won't put much effort into fixing it (PRs always welcome of course!). You may also need to manually install WebView2 if Dorion doesn't open after installing! ↩
Some people report Dorion freezing on Linux, particularly when GIFs are playing. This is, as far as I can tell, a bug in WebkitGTK. ↩
Support for WebRTC is hidden behind a build-time flag that is not used in almost every distro. This will be available when WebkitGTK ships with WebRTC support, or if you compile your own WebkitGTK. ↩