Awesome
<div align="center"> <img src="assetsDev/gf_logo_full.png" width="512" alt="GoofCord logo"> <h2>Take control of your Discord experience with GoofCord – the highly configurable and privacy-focused Discord client.<br>Based on <a href="https://github.com/ArmCord/ArmCord">ArmCord</a>.<br>Windows 7/8/8.1 Builds!</h2> <img src="https://img.shields.io/github/downloads/Milkshiift/GoofCord/total"> <img src="https://img.shields.io/github/license/Milkshiift/GoofCord"> <br><img src="assetsDev/screenshot1_rounded.png" width="512" alt="Screenshot of GoofCord"> </div>Features :sparkles:
- :lock: With Privacy in mind: GoofCord blocks all tracking and uses multiple techniques like message encryption to improve your privacy and security. Learn more
- :gear: Your Way, Your Client: Set up GoofCord to your liking with an array of customization options.
- :chart_with_upwards_trend: Fast and Performant: Glide through your chats with GoofCord's superior speed and responsiveness compared to the official client. Check the Benchmarks!
- :bookmark: Standalone: GoofCord is a standalone client, not reliant on the original Discord client in any way.
- :electric_plug: Plugins & Themes support: Use client mods like Vencord or Shelter for a world of plugins and themes.
- 🐧 Linux support: Seamless screen sharing with audio and native Wayland support on Linux. See FAQ for details.
Ready to Dive In?
Windows 🪟
- Install with prebuilt binaries from the releases page.
ChooseGoofCord-Setup-<YOUR ARCHITECTURE>.exe
for an installer, or
GoofCord-<VERSION>-win-<YOUR ARCHITECTURE>.zip
to manually unpack into a directory of your choice. - For Windows 10/11 you can use upstream GoofCord.
Linux 🐧
- Install with prebuilt binaries from the releases page.
- Install from AUR if you run an Arch-based OS. Here's an example using pacman:
sudo pacman -S goofcord-bin
Keep in mind that the AUR package is not maintained by the developers of GoofCord.
macOS 🍏
- Install with prebuilt binaries from the releases page.
Choose the file ending withmac-arm64.dmg
if your computer uses Apple Silicon processor. Mac computers with Apple Silicon
Choose the file that ends withmac-x64.dmg
if your computer uses Intel processor.
See FAQ for ways to open GoofCord's settings.
To explore plugins and themes, head over to the Vencord category in the Discord settings.
Have fun!
And if you want to compile it yourself, here's how:
- Install Node.js and pnpm
- Grab the source code from the latest release. Getting it from the main branch is not recommended for stable experience.
- Open the command line in the directory of the source code
- Install the dependencies with
pnpm install
- Package GoofCord with
pnpm run packageWindows
orpnpm run packageLinux
- Find your freshly compiled app in the
dist
folder.
FAQ
Need Support? Join Our Discord!
Can I get banned from using GoofCord? 🤔
- While using GoofCord goes against Discord ToS, rest assured that no one has ever been banned from using it or any client mods.
How can I access the settings? ⚙️
- Multiple ways:
- Right-click on the tray icon and click
Open Settings
- Click the "Settings" button in the "GoofCord" category in the Discord settings
- Press
Ctrl+Shift+'
shortcut.
- Right-click on the tray icon and click
How do I run GoofCord natively on Wayland?
- Run GoofCord with these flags:
--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WaylandWindowDecorations --ozone-platform=wayland
If you have an NVIDIA gpu you may also need to include this flag:--disable-gpu-sandbox
How do I stream with audio on Linux?
- If you use PulseAudio it should work out of the box. For PipeWire you will need to install pipewire-pulse if it's not already installed
Seeking the Source Code? 🕵️♂️
- You can find our source code on GitHub.