Doesnt really complete quests as of new discord update but can still spoof your activity status to whatever game you want.
(Actually it isnt completely made by me and is just fork of [https://github.com/markterence/discord-quest-completer])
A lightweight desktop application built with Tauri and Rust that allows you to complete Discord Quests without downloading, installing, or playing the actual games.
This is a specialized Linux build designed for users who want to earn rewards without the storage burden or anti-cheat requirements of large titles.
- Zero Install: Complete 15-minute "Play" quests without downloading 50GB+ game files.
- Linux Native: Specifically patched and compiled for Linux (tested on Kali).
- Safe & Fast: Uses tiny dummy processes to mimic game activity for Discord detection.
- Low Resource: Runs with minimal CPU and RAM usage.
You don't need to build this from source! Just follow these steps:
- Download the
discord-quest-completerfile from the Releases page. - Open Terminal in the download folder.
- Give Permission to run:
chmod +x discord-quest-completer
- Launch the App:
./discord-quest-completer
If the app doesn't open, ensure you have the WebKit library installed:
sudo apt update && sudo apt install libwebkit2gtk-4.1-dev -y