-
-
Notifications
You must be signed in to change notification settings - Fork 39
Troubleshooting Sparkle Update
Symptom. Scarf offers an update via Scarf → Check for Updates…, you click Install, and Sparkle shows an error like "Update is improperly signed", "signing was incorrect", or "EdDSA signature verification failed". The update never installs.
Every Scarf binary ships with the production Sparkle EdDSA public key (SUPublicEDKey) baked into Info.plist. When Sparkle downloads an update zip, it verifies the appcast's sparkle:edSignature against that public key. If the signature was produced by a different private key — for example, a release accidentally signed from a fresh build machine that didn't have the production key imported — Sparkle correctly refuses to install. The update zip itself may be perfectly fine; only the signature attached to the appcast entry is wrong.
This page exists because it happened once: v2.10.2 (2026-06-05) was published with the wrong signature. It was corrected within ~9.5 hours and the live appcast served the corrected signature from 2026-06-06 06:57 UTC onward.
1. Try again. Most cases heal themselves:
- Quit Scarf completely (⌘Q, not just close the window).
- Relaunch Scarf.
- Click Scarf → Check for Updates…
If Sparkle had cached a bad appcast response, the quit forces a fresh fetch on relaunch. Should offer the update normally — accept it.
2. If "Check for Updates" says you're up to date but you know you're not, your local cache may still be stale. Clear it:
rm -rf ~/Library/Caches/com.scarf.app
defaults delete com.scarf.app SULastCheckTime 2>/dev/null || trueThen relaunch Scarf and Check for Updates again.
3. If you previously clicked "Skip This Version" while the bad signature was being offered, Sparkle remembers the skip and won't re-offer that version. Either wait for the next release (Sparkle will offer it normally), or download the zip manually from the GitHub Releases page and replace your /Applications/Scarf.app with the extracted bundle.
4. Manual install always works. The release zip on GitHub is Developer-ID-signed and Apple-notarized regardless of the Sparkle signature state:
- Visit https://github.com/awizemann/scarf/releases/latest
- Download
Scarf-v<version>-Universal.zip(or the ARM64 variant if you're on Apple Silicon and prefer the smaller bundle) - Unzip, drag
Scarf.appinto/Applications(replacing the existing copy) - Launch — Gatekeeper will accept it on the strength of the Developer ID + notarization ticket; no first-launch right-click-to-open required
Open an issue at https://github.com/awizemann/scarf/issues if:
- All three steps above failed and you're still seeing the signature error against the latest release.
- You're seeing a signing error on a release older than the current one (the appcast only advertises one version at a time; older signatures are not re-served).
Include the version of Scarf installed (About → version), the version offered by the update sheet, and the relevant lines from Console.app filtered by subsystem == "org.sparkle-project.Sparkle".
scripts/release.sh now refuses to run on a machine whose Sparkle Keychain item doesn't match the embedded SUPublicEDKey, and asserts the produced signature decodes to the correct Ed25519 length before pushing the appcast. The operator-side runbook for setting up the key on a fresh release machine lives in Release Process.
Last updated: 2026-06-06 — Scarf v2.10.2 (post-incident)
Wiki edited via the local .wiki-worktree/ clone. See Wiki Maintenance for the workflow. Last sync: 2026-04-20.
Getting Started
ScarfGo (iOS)
User Guide
- Dashboard
- Insights & Activity
- Chat
- Slash Commands
- Memory & Skills
- Projects & Profiles
- Project Templates
- Template Catalog
- Template Ideas
- Platforms / Personalities / Quick Commands
- Servers & Remote
- MCP, Plugins, Webhooks, Tools
- Gateway / Cron / Health / Logs
Architecture
- Overview
- Core Services
- Design System
- Data Model
- Transport Layer
- ScarfCore Package
- Sidebar & Navigation
- ACP Subprocess
Developer Guide
Reference
Troubleshooting
Contributing
- Contributing
- Wiki Maintenance
- ScarfGo Roadmap (dev reference)
Release History
Legal & Support