Skip to content

v1.2.2 — Mercury Cloud + cross-platform fixes

Choose a tag to compare

@hotheadhacker hotheadhacker released this 10 Aug 21:26
· 20 commits to main since this release
e5dc012

Mercury Agent v1.2.2

Highlights

  • Mercury Cloud — Terminal pairing flow, JWT + refresh token auth, long-lived agent API key for self-recovery, Cloud WebSocket runtime status tracking, and shared memory pool search.
  • Cross-platform CI fixes — Windows file-mode and path-join fixes, Termux (Android) support for optional better-sqlite3, and lazy-loading native addons so --help works without them.
  • Runtime activation hardeningactivateCloudRuntime restored as the single activation path with foreground guards, WebSocket online verification, and failure propagation.

Binaries

Platform Asset
macOS (Apple Silicon) mercury-macos-arm64
macOS (Intel) mercury-macos-x64
Linux (x64) mercury-linux-x64
Linux (ARM64) mercury-linux-arm64
Windows (x64) mercury-win-x64.exe

Install

macOS / Linux:

curl -fsSL https://mercuryagent.sh/install.sh | sh

Windows (PowerShell):

irm https://mercuryagent.sh/install.ps1 | iex

npm:

npm install -g @cosmicstack/mercury-agent

Verify

Checksums are in checksums.txt. Verify with:

sha256sum -c checksums.txt --ignore-missing