v1.2.3
v1.2.3 — Desktop install script + doc site fixes
Section titled “v1.2.3 — Desktop install script + doc site fixes”Released: 2026-05-15
What’s new
Section titled “What’s new”npm run tauri:install — install Strata to /Applications
Section titled “npm run tauri:install — install Strata to /Applications”New one-command install flow:
npm run tauri:installThis builds the .app, clears the macOS quarantine flag (xattr -cr), and copies the app to /Applications/Strata.app. After running it once, you can launch Strata by double-clicking from Finder, Spotlight, or the Dock — no terminal required.
See Desktop App → Install to /Applications for the full guide.
Doc site fixes
Section titled “Doc site fixes”- Architecture diagram — rewrote the data flow diagram to show three distinct, mutually exclusive modes: Docker Dev, Docs Dev, and Docker Prod. Previously the diagram incorrectly mixed
npm run docker:devandcd docs && npm run devin the same subgraph — both use port 4321 and cannot run simultaneously. - strataapp.md intro — replaced the duplicated
🛡️ How do I operate Strata?callout (copy-pasted frombackup.md) with a “Why Strata?” hook that explains what problem the app solves. - Plans index — new plan doc
2026-05-14-desktop-install-and-doc-fixes.mdadded.
Known limitations (Tauri desktop)
Section titled “Known limitations (Tauri desktop)”The installed .app is tied to the machine and repo path where it was compiled. If you move the repo, rebuild with npm run tauri:install. See Desktop App for the full limitations table.