feat: add standalone CLI installation#209
Merged
DeadWaveWave merged 6 commits intomainfrom Apr 30, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 Change Scope
📝 What Does This PR Do?
Adds two supported OpenCove CLI installation paths and makes the packaged CLI runtime self-contained:
opencovewithout Desktop and run Worker/Web UI on servers.opencove.cmdPATH setup.opencove worker start --help.🏗️ Large Change Spec (Required if "Large Change" is checked)
1. Context & Business Logic
Users need a reliable
opencoveCLI both from Desktop and on machines without Desktop. The release pipeline now publishes standalone server runtime bundles, and the installers generate a stable launcher that runs the packaged CLI via Electron-as-Node. Desktop install keeps the app-owned launcher flow, while standalone install supports server deployment for Worker/Web UI.2. State Ownership & Invariants
State owners:
Invariants:
3. Verification Plan & Regression Layer
Regression layers covered:
tests/unit/app/cliPathInstaller.spec.tscovers Desktop launcher generation/repair and Windows standalone launcher owner isolation.sh -n scripts/release-assets/opencove-install.sh && sh -n scripts/release-assets/opencove-uninstall.shpassed locally.pnpm pre-commitpassed with204 passed, 45 skippedE2E results. Skipped cases are unrelated flaky E2E tests explicitly deferred from this CLI installation task.✅ Delivery & Compliance Checklist
pnpm pre-commitis completely green.CLA.md).DEVELOPMENT.mdarchitectural boundaries.📸 Screenshots / Visual Evidence
N/A: this change is installer, release, CLI runtime, and docs work; no visual UI change.