GPU fallback launch switch

Updated Jul 27, 2026

Use the VELOCETTY_DISABLE_GPU environment variable when debugging renderer issues caused by problematic GPU drivers:

VELOCETTY_DISABLE_GPU=1 bun run app

When this switch is enabled, the main process disables hardware acceleration before Electron readiness and applies software-rendering Chromium flags.