docs: packaging decision (ADR) — browser-first + Tauri, not Electron (relates to #92)#177
Open
NubsCarson wants to merge 3 commits into
Open
docs: packaging decision (ADR) — browser-first + Tauri, not Electron (relates to #92)#177NubsCarson wants to merge 3 commits into
NubsCarson wants to merge 3 commits into
Conversation
…dmarzzz#92) Resolves the dmarzzz#92 spike with a decision record in docs/decisions/: compares Electron vs Tauri vs native vs browser-only on footprint, UI reuse, engine integration, and update story, and records the decision — a browser-first PWA with a Tauri desktop shell + Android plugin (NOT Electron), since the engine is Python and the app is a thin control surface over it. Backed by the working spike in PR dmarzzz#175 (web GUI + Tauri shell + Android plugin), not just on paper.
…001-easy-launch) Ron's open dmarzzz#102 already claims docs/decisions/0001-easy-launch.md; take 0002 so both can land without a duplicate ADR number.
… 525) 525 matched neither the run nor the collection (527 collected, 523 passed, 4 skipped).
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.
Resolves the #92 spike: a decision doc in
docs/decisions/comparing Electron vs Tauri vs native vs browser-only (footprint, UI reuse, engine integration, mic permissions, update story) with an explicit decision + rationale.Decision: no to Electron — go browser-first (PWA) with a Tauri shell (+ an Android plugin), since the engine is Python and the app is a thin control surface over it, so one web UI serves browser/desktop/mobile and the bundle is a few MB instead of a bundled Chromium.
This is backed by a working spike, not just paper: PR #175 implements exactly this (web GUI — 523 passing tests (4 skipped) + headless-Chrome e2e; Tauri desktop shell verified via
cargo tauri dev; Android on-device plugin built to a green APK). The ADR is marked Proposed — happy to amend the call/rationale however you want.Relates to #92 — proposes a resolution for the maintainer to ratify/amend rather than auto-closing it (Ron's #102 covers the complementary easy-launch angle).