v1.2.2 — Mercury Cloud + cross-platform fixes
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--helpworks without them. - Runtime activation hardening —
activateCloudRuntimerestored 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 | shWindows (PowerShell):
irm https://mercuryagent.sh/install.ps1 | iexnpm:
npm install -g @cosmicstack/mercury-agentVerify
Checksums are in checksums.txt. Verify with:
sha256sum -c checksums.txt --ignore-missing