The WebUI reports “OpenCode Desktop v1.1.37” while the CLI is 1.1.39. #7825

Open
opened 2026-02-16 18:08:22 -05:00 by yindo · 1 comment
Owner

Originally created by @favorPotato on GitHub (Jan 28, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

The WebUI reports “OpenCode Desktop v1.1.37” while the CLI is 1.1.39.

I confirmed the WebUI assets are served from a CDN, not locally:

  • Server: cloudflare
  • CF-RAY: 9c4f28da1a4bdd48-HKG

This means the WebUI requires network access, which is unreasonable for a local service.
Static assets should be shipped with each release and served locally.

Plugins

None

OpenCode version

1.1.39

Steps to reproduce

  1. Run opencode serve
  2. Open http://127.0.0.1:4096
  3. Check /assets/index-*.js — bundle contains version string 1.1.37
  4. Disconnect network and refresh — UI fails to load

Screenshot and/or share link

No response

Operating System

Windows 10

Terminal

Windows Terminal

Originally created by @favorPotato on GitHub (Jan 28, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description The WebUI reports “OpenCode Desktop v1.1.37” while the CLI is 1.1.39. I confirmed the WebUI assets are served from a CDN, not locally: - Server: cloudflare - CF-RAY: 9c4f28da1a4bdd48-HKG This means the WebUI requires network access, which is unreasonable for a local service. Static assets should be shipped with each release and served locally. ### Plugins None ### OpenCode version 1.1.39 ### Steps to reproduce 1. Run `opencode serve` 2. Open `http://127.0.0.1:4096` 3. Check `/assets/index-*.js` — bundle contains version string `1.1.37` 4. Disconnect network and refresh — UI fails to load ### Screenshot and/or share link _No response_ ### Operating System Windows 10 ### Terminal Windows Terminal
yindo added the windowsbugweb labels 2026-02-16 18:08:22 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 28, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8549: OpenCode Web does not work without internet access (in a corporate environment for example)

Both issues highlight that the WebUI assets are served from a CDN (app.opencode.ai/cloudflare) rather than being bundled locally with the application. Feel free to ignore if your specific case differs.

@github-actions[bot] commented on GitHub (Jan 28, 2026): This issue might be a duplicate of existing issues. Please check: - #8549: OpenCode Web does not work without internet access (in a corporate environment for example) Both issues highlight that the WebUI assets are served from a CDN (app.opencode.ai/cloudflare) rather than being bundled locally with the application. Feel free to ignore if your specific case differs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7825