Apps

Discord Canary

Discord Canary stores Chromium disk cache entries, Electron V8 compiled code in its Code Cache, and GPUCache data such as Skia and shader-related blobs to speed up channel loads, media rendering, and interface startup between builds. Because Canary updates frequently and tests newer Electron and Chromium components, these caches can become stale or incompatible more often than the stable client. Kudu removes only those temporary cache folders so Discord Canary can rebuild fresh web, code, and GPU caches without touching your account, messages, servers, or settings.

Why clean Discord Canary?

  • Frequent Canary updates can invalidate Electron V8 bytecode, causing a noticeably slow first launch, white screens, or repeated UI rebuilds until the Code Cache is regenerated
  • Corrupted Chromium disk cache entries can leave avatars, custom emoji, embeds, or attachment thumbnails missing even though the messages themselves still load
  • Stale cached web assets from a previous Canary build can make buttons, settings panels, or the friends list render incorrectly until the app fetches fresh resources
  • GPUCache data tied to an older graphics driver can become invalid after a driver update, leading to black panels, flickering, or stuttering when Discord Canary redraws the interface
  • Oversized Cache_Data folders can waste hundreds of megabytes on repeatedly cached media and API responses, especially for users active in many image-heavy servers
  • Bad cache state can trigger endless loading spinners when switching channels or opening GIF and emoji pickers because Canary keeps reusing broken local responses
What gets cleaned

Cache paths Kudu targets

Windows

%AppData%/discordcanary/Cache/Cache_Data
%AppData%/discordcanary/Code Cache
%AppData%/discordcanary/GPUCache

macOS

~/Library/Application Support/discordcanary/Cache/Cache_Data
~/Library/Application Support/discordcanary/Code Cache
~/Library/Application Support/discordcanary/GPUCache

Linux

~/.config/discordcanary/Cache/Cache_Data
~/.config/discordcanary/Code Cache
~/.config/discordcanary/GPUCache
Frequently asked

Common questions about Discord Canary

Free & open source

Download Kudu and reclaim your disk space.

Available on Windows, macOS, and Linux. No account required, no feature gates, no telemetry without consent. All cleaning targets are open source and community-auditable.