anomalyco / anomalyco/opencode
OpenCode Desktop 1.18.4 hangs indefinitely during first-launch onboarding on Windows
@Hona is already working on this.
Since Jul 22, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
I installed OpenCode Desktop 1.18.4 on Windows 11 using Scoop.
The installation completed successfully, but when I launch the application it remains stuck on the loading screen indefinitely.
OpenCode CLI works correctly on the same machine. The issue only affects the Desktop application.
Environment
- Windows 11 Pro
- OpenCode Desktop v1.18.4
- Installed via Scoop
- No plugins installed
Steps to reproduce
- Install OpenCode Desktop using Scoop.
- Launch OpenCode Desktop.
- Wait for the onboarding/loading screen.
Expected behaviour
The application completes onboarding and loads the main window.
Actual behaviour
The application remains stuck on the loading screen and never progresses.
Relevant logs
main.log
app starting { version: '1.18.4', packaged: true, onboardingTest: false }
spawning sidecar
server ready { url: 'http://127.0.0.1:62614' }
onboarding.log
first launch onboarding pending checked { pending: true }
first launch onboarding pending checked { pending: true }
renderer.log
[desktop-onboarding] first launch onboarding evaluated Object
Additional context
I deleted %APPDATA%\ai.opencode.desktop and reinstalled, but the behaviour was unchanged.
DevTools shows no errors in the Console.
Network requests all return 200 or 204 responses.
The application never progresses beyond onboarding.
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.