Standalone Social Archiver CLI for signed and notarized macOS arm64/Intel plus verified Ubuntu 22.04+ Linux x64. The checksum-verifying native installer and keyless Sigstore provenance bundle are included.
What's fixed in 0.1.10
Installed AI CLIs are now found however you installed them. The executor could report an installed Claude, Gemini or Codex CLI as "not installed" (available=false in executor --providers), and AI jobs then failed with PROVIDER_MISSING. The cause: detection only checked a few well-known install locations — native installers, nvm, volta, fnm and scoop put the CLI elsewhere, which is exactly what hit Claude Code and Codex on Windows. Detection now also resolves the command through your PATH (where.exe on Windows, command -v on macOS/Linux), the same way your own terminal does.
AI jobs fail over instead of dying. A job that hits PROVIDER_MISSING on one executor is no longer terminal: the server re-dispatches it, and another executor on your account (the Obsidian plugin or the desktop app) can pick it up and complete it. Retries stay bounded server-side.
Release notes: https://social-archive.org/release-notes (CLI tab)