Apps

Termius Beta

Built on Electron, Termius Beta stores Chromium disk cache entries, V8 code cache files, GPUCache data, Dawn/WebGPU shader and pipeline caches, and Crashpad crash-report files under its Windows profile. Those caches speed up rendering the terminal UI, loading bundled web assets, and reusing compiled JavaScript and graphics state, but they can become stale after a beta update, graphics driver change, or repeated crashes. Kudu removes only those temporary cache and crash-report files, while leaving saved hosts, credentials, sessions, settings, databases, and local storage untouched.

Why clean Termius Beta?

  • Stale V8 code cache after a Termius Beta update can make the first launch unusually slow or leave parts of the interface blank until the app recompiles its JavaScript
  • Corrupted Chromium disk cache entries can cause missing icons, broken theme assets, or panes that load with empty content even though your hosts and account data are still present
  • Old GPUCache data from a previous graphics driver version can invalidate accelerated rendering and show up as black windows, flickering text, or sluggish scrolling in terminal tabs
  • Outdated Dawn shader and pipeline caches can cause stutter when opening the app or switching views, especially after GPU driver updates that make the cached blobs unusable
  • Crashpad reports accumulate after repeated beta crashes and can quietly consume hundreds of megabytes, with the only visible symptom being unexpected disk usage in the Termius Beta profile
  • A damaged cache set can trigger repeated sign-in or startup screens to redraw incorrectly, making the app seem frozen even though saved sessions, vault data, and settings are not being deleted
  • Cleaning temporary caches is a practical reset after beta regressions, because it forces Termius Beta to rebuild web assets and rendering caches instead of reusing bad data from an earlier build
What gets cleaned

Cache paths Kudu targets

Windows

%AppData%/Termius Beta/Cache/Cache_Data
%AppData%/Termius Beta/Code Cache
%AppData%/Termius Beta/GPUCache
%AppData%/Termius Beta/DawnCache
%AppData%/Termius Beta/Crashpad/reports
Frequently asked

Common questions about Termius Beta

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.