Skip to content

launcher-v2-v0.2.45

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 04:50
· 3 commits to main since this release
launcher-v2-v0.2.45
1a9eec2

Added

  • Launcher self-update notifications: the update watcher now also polls for
    new launcher-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.toml version with tauri.conf.json (was drifting since
    0.2.43). The tag-cut gate only checks tauri.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:

  1. Right-click the Psycheros app in Applications → Open.
  2. The OS shows a confirmation dialog with an Open button (vs. only
    Cancel in the default double-click flow).
  3. 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 infoRun 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.