Skip to content
Strata v1.2.6

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

npm run tauri:install — install Strata to /Applications

Section titled “npm run tauri:install — install Strata to /Applications”

New one-command install flow:

Terminal window
npm run tauri:install

This 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.

  • 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:dev and cd docs && npm run dev in 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 from backup.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.md added.

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.