NOT READY: Add standalone CLI and desktop distribution - #76
Draft
Shugar wants to merge 1 commit into
Draft
Conversation
Shugar
marked this pull request as draft
August 4, 2026 21:35
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.
Adds a self-contained moi installation and a thin Tauri desktop shell without forking product behavior from main. The desktop app provisions the same runtime, installs main's background service when available, and falls back to an app-owned server; standalone users keep main's
moi updateand release/tag semantics.Desktop launches the existing React client unchanged. Its small pre-server boot/error surface compiles from the main Tailwind theme and canonical pixel icon, with Try again and Copy diagnostics recovery actions.
Review focus:
Verification:
origin/mainat875f507— already up to date.bun test— 937 passed, 4 skipped, 0 failed.bun run lint,bun run format:check, andbun run typecheck:client.Docs cover standalone installation, updates, services, uninstall, and desktop lifecycle.