Added
- Launcher self-update notifications: the update watcher now also polls for
newlauncher-v2-v*tags and shows a toast when a newer launcher version is
available. The toast includes a direct link to the GitHub releases page for
manual download. The launcher can't self-update yet (it's a compiled binary),
but this ensures users learn about critical fixes (like the v0.2.44
snapshot-consistency patch) without manually checking the releases page.
Fixed
- Synced
Cargo.tomlversion withtauri.conf.json(was drifting since
0.2.43). The tag-cut gate only checkstauri.conf.json, but
CARGO_PKG_VERSION(used by the new self-update check) reads from
Cargo.toml. Both are now kept in sync.
macOS
Download Psycheros_<version>_aarch64.dmg, double-click to mount, drag the
Psycheros app into Applications/.
The build is unsigned by deliberate decision. macOS Gatekeeper will refuse
to open it on first launch with "can't be verified." The dance to bypass this is
one-time per install:
- Right-click the Psycheros app in Applications → Open.
- The OS shows a confirmation dialog with an Open button (vs. only
Cancel in the default double-click flow). - Future launches work normally.
Once installed, the app supervises a persistent Psycheros daemon via launchd —
closing the window doesn't stop me. See the in-app Diagnostics card for paths
and the Settings card for entity config.
Psycheros.app.tar.gz is the auto-updater bundle format — not useful for
first-install; it's consumed by tauri-plugin-updater when the launcher checks
for shell-binary updates.
Windows
Download Psycheros_<version>_x64_en-US.msi and run it.
Windows SmartScreen will flag the installer as unrecognized because it is
unsigned. Click More info → Run anyway to proceed. This is one-time
per version.
The installer places Psycheros in C:\Program Files\Psycheros\. At the end of
the wizard, the launcher registers a Task Scheduler job that supervises the
daemon — closing the launcher window or the system-tray icon does not stop
the daemon. The daemon starts at login and restarts automatically on crash.
Psycheros_<version>_x64-setup.exe is the NSIS-based alternative installer with
the same content — use whichever you prefer.