Milkshiift / GoofCord

:shield: Take control of your Discord experience with GoofCord – the highly configurable and privacy minded discord client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoofCord logo

Take control of your Discord experience with GoofCord – the highly configurable and privacy-focused Discord client.
Based on ArmCord.


Screenshot of GoofCord

Features ✨

  • 🔒 With Privacy in mind: GoofCord blocks all tracking and uses multiple techniques like message encryption to improve your privacy and security. Learn more
  • ⚙️ Your Way, Your Client: Set up GoofCord to your liking with an array of customization options.
  • 📈 Fast and Performant: Glide through your chats with GoofCord's superior speed and responsiveness compared to the official client. Check the Benchmarks!
  • 🔖 Standalone: GoofCord is a standalone client, not reliant on the original Discord client in any way.
  • 🔌 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.

Full feature list

Ready to Dive In?

Windows 🪟

  • Install with prebuilt binaries from the releases page.
    Choose GoofCord-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 7/8 you can use this fork.

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.
  • Install in NixOS system-wide by adding pkgs.goofcord to environment.systemPackages
    Testing in a temporary shell can also be done using nix shell nixpkgs#goofcord

macOS 🍏

  • Install with prebuilt binaries from the releases page.
    Choose the file ending with mac-arm64.dmg if your computer uses Apple Silicon processor. Mac computers with Apple Silicon
    Choose the file that ends with mac-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:

  1. Install Node.js and pnpm
  2. Grab the source code from the latest release. Getting it from the main branch is not recommended for stable experience.
  3. Open the command line in the directory of the source code
  4. Install the dependencies with pnpm install
  5. Package GoofCord with pnpm run packageWindows or pnpm run packageLinux
  6. 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.

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
    Nix package does that automatically

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.

Check out our wiki if you've got questions left

Credits 🙌

ArmCord
Discord Sandboxed
Vencord
Vesktop
WebCord

About

:shield: Take control of your Discord experience with GoofCord – the highly configurable and privacy minded discord client.

License:Open Software License 3.0


Languages

Language:TypeScript 54.8%Language:CSS 38.8%Language:JavaScript 5.0%Language:HTML 1.1%Language:NSIS 0.3%