Skip to content

WhatsKept

v1.6.2 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cli forensics go ios sqlite whatsapp

Summary

AI summary

Installer command avoids macOS Gatekeeper quarantine on Apple Silicon.

Full changelog

macOS arm64 (Apple Silicon).

Recommended — one Terminal command, zero Gatekeeper friction:

/bin/bash -c "$(curl -fsSL https://github.com/alkait/WhatsKept/releases/latest/download/install.sh)"

curl-downloaded files don't carry the com.apple.quarantine xattr that browsers attach, so the installer can drop a quarantine-free WhatsKept.app into /Applications without ever tripping the "WhatsKept is damaged" dialog. Re-run after every update.

Other ways to get it:

  • WhatsKept-darwin-arm64-*.app.zip — browser download. Unzip, then double-click Install WhatsKept.command inside the unzipped folder. macOS will ask to confirm the .command (right-click → Open the first time) but the script itself runs the same install steps.
  • whatskept-darwin-arm64-*.zip — bare CLI for whatskept extract / scripts.

Why this dance? WhatsKept is open-source and ad-hoc signed (no Apple Developer account). On Sequoia the kernel refuses to launch ad-hoc-signed apps that carry a quarantine xattr, with no right-click bypass. The curl|bash route avoids quarantine entirely; the .command route works around it after a one-time confirmation.

Full Changelog: https://github.com/alkait/WhatsKept/compare/v1.6.1...v1.6.2

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track WhatsKept

Get notified when new releases ship.

Sign up free

About WhatsKept

All releases →

Related context

Beta — feedback welcome: [email protected]