Skip to content

feat(desktop): support remote electron server#24775

Closed
Nils-Fischer wants to merge 1 commit intoanomalyco:devfrom
Nils-Fischer:electron-remote-server
Closed

feat(desktop): support remote electron server#24775
Nils-Fischer wants to merge 1 commit intoanomalyco:devfrom
Nils-Fischer:electron-remote-server

Conversation

@Nils-Fischer
Copy link
Copy Markdown

Summary

  • Add a minimal Electron desktop launch mode for connecting to an existing opencode server via --server-url.
  • Skip local sidecar startup and SQLite migration when a remote server URL is provided.
  • Treat the launch server as a normal HTTP server in the renderer so local-only desktop actions stay disabled.

Related

Test plan

  • cd packages/desktop-electron && bun typecheck
  • OPENCODE_DESKTOP_SERVER_URL=http://mediaserver:4096 bun dev

Allow the Electron desktop app to launch against an existing opencode server without starting its local sidecar.
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@Nils-Fischer
Copy link
Copy Markdown
Author

Closing this draft after reconsidering the approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant