anomalyco / anomalyco/opencode
[FEATURE]:Add option to disable hardware acceleration(Desktop)
@Brendonovich is already working on this.
Since Aug 22, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Description
Some Windows or Linux users experience rendering issues, black screens, or poor performance with the desktop app due to GPU/driver compatibility problems.
Proposed Solution
Add a settings toggle to disable hardware acceleration (GPU rendering) on Windows and Linux. This allows users with problematic GPU configurations to fall back to software rendering.
Use Cases
- Users with older or incompatible GPU drivers
- Users running in virtualized environments (VMs, RDP)
- Users experiencing visual glitches or black screens on startup
Additional Context
This is a common feature in other Electron/Tauri apps (VS Code, Discord, Chrome all have this option). The setting would add --disable-gpu flag to the WebView on Windows when enabled.
My proposal is that Linux users should also be able to disable GPU acceleration.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.