You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the macOS install story. Findings come from building the Workshop DMG from master (3121cdd, workspace 0.3.0) on Apple Silicon, macOS 26, installing it with a scratch HOME, and checking the published download, on 2026-09-17. Each item below has its own issue with a concrete "done means"; this one closes when they do.
Docs: macOS DMG build recipe, Node 22, Downloads notes, path phrasing #57 Docs: the macOS DMG build recipe in the README, Node 22 and the Tauri CLI in the platform note, Downloads notes (minimum version, chip check, Open Anyway, first-launch download), the %USERPROFILE% phrasing, the macOS launch sentence, and the Launch at Login caveat in the guide.
The 0.2.0 app showing no window, no listener, and no log when launched without a gateway. Superseded by Release workshop-v0.3.0 and mark support archives pre-release #56; if the behavior persists on a 0.3.0 Workshop-only install, file it then against the guide's "error that names both remedies" promise.
The generated gateway.toml having no chat model. The in-app cloud-model flow on master may already cover the first-chat path; nobody has run it on a clean install yet. File once someone does and can say what is actually missing.
Moving the release workflow's hand cp of the sidecar onto tools/stage-gateway-sidecar.mjs. Cleanup, not user-facing; do it when someone next touches the workflow.
Baseline
The locally built 0.3.0 DMG is correct: app plus Applications symlink plus custom background and volume icon, both binaries at 0.3.0, the in-process server listening within 5 s, the sibling gateway launching and writing its discovery file, the speech engine loading, and the gateway outliving the window as documented. The problems above are all around that working core.
Tracking issue for the macOS install story. Findings come from building the Workshop DMG from
master(3121cdd, workspace 0.3.0) on Apple Silicon, macOS 26, installing it with a scratchHOME, and checking the published download, on 2026-09-17. Each item below has its own issue with a concrete "done means"; this one closes when they do.Work items
release-workshop.yml.workshop-v0.3.0and mark the CUDA and whisper support archives pre-release. The download link serves 0.2.0 with no gateway inside; the Releases page shows a CUDA archive as "Latest".%USERPROFILE%phrasing, the macOS launch sentence, and the Launch at Login caveat in the guide.dead_codewarnings incrates/gateway/src/tray/logic.rson macOS builds.Not filed
gateway.tomlhaving no chat model. The in-app cloud-model flow onmastermay already cover the first-chat path; nobody has run it on a clean install yet. File once someone does and can say what is actually missing.cpof the sidecar ontotools/stage-gateway-sidecar.mjs. Cleanup, not user-facing; do it when someone next touches the workflow.Baseline
The locally built 0.3.0 DMG is correct: app plus Applications symlink plus custom background and volume icon, both binaries at 0.3.0, the in-process server listening within 5 s, the sibling gateway launching and writing its discovery file, the speech engine loading, and the gateway outliving the window as documented. The problems above are all around that working core.