v2.0.1 — out today

Splynek tells you when the apps you use
change their privacy policies.

Daily diff of Privacy Policies + Terms of Service for the apps you have installed. Push to your iPhone the moment something changes. 100% local — no servers, no accounts, no telemetry.

macOS 13.0+ · 7.7 MB · Free; Pro features $29 one-time on the App Store (review pending).

Three Pro features. One $29 purchase.

Splynek Pro is one $29 buy that covers every Mac in your Family Sharing group and every iPhone they're paired with. No "Premium Plus" tier, no seat counting, no annual renewal.

🔔

Trust Watcher

Daily SHA-256 diff of public Privacy Policies and Terms of Service for 12 seeded popular apps (and growing via community PR). Material changes become alerts on your Mac and push notifications on your iPhone.

🛡

Sovereignty Migrate

Guided one-click swap from a US-controlled app to a European or open-source alternative. Per-step confirmation; the original app stays put unless you uninstall it manually.

🔑

API tokens for power users

Mint persistent named tokens for Raycast, Alfred, BetterTouchTool, shell scripts. Two scopes (read-only / read+write). Revoke any time.

Every Pro feature, on your iPhone too.

The free Splynek Companion app on the App Store pairs with your Mac and surfaces every Pro feature on the phone. Same $29 purchase covers both surfaces.

App Intent

Hey Siri, send to Splynek

Hands-free URL submission from anywhere on iOS.

Live data

Insights tab

Sovereignty, Trust, Trust Watcher + Recent History from your default Mac.

Glance

Home-screen Widget

Sovereignty score as a hero number, traffic-light tinted.

Automate

Geo-fence

Auto-pause downloads when you leave home, auto-resume when you arrive.

Watch

Apple Watch

Tap-to-pause complications and quick-actions for the paired Mac.

If you can write a curl, you can drive Splynek.

Splynek's HTTP API is token-gated and runs on your LAN. The same surface that powers the Raycast extension, Alfred workflow, and bash cookbook is open to every shell script you'll ever write.

# Queue a URL from anywhere on your LAN
curl -X POST -d '{"url":"https://example.com/file.iso"}' \
  "http://mac.local:PORT/splynek/v1/api/queue?t=$SPLYNEK_TOKEN"

# Read your Sovereignty score
curl -s "http://mac.local:PORT/splynek/v1/api/sovereignty/summary?t=$SPLYNEK_TOKEN" \
  | jq '.score'

Raycast

5 commands (Submit URL, Active Downloads, Sovereignty Score, Pause All, Resume All). Token-aware via Raycast preferences.

🖥

CLI cookbook

Bash wrapper with 9 subcommands plus a curl/jq recipe book — pause-on-DND, daily-Sovereignty-cron, geo-trigger-via-iOS-Shortcut.

🤖

MCP server

Splynek speaks Model Context Protocol over JSON-RPC. Wire it into Claude Desktop, opt-in via Settings.

What's new in v2.0.1

v2.0.1 is the launchable hotfix for v2.0.0's entitlements regression plus 10 polish commits across iOS pairing UX, Apple Watch wiring, and the App Intents build path.

One screenshot. Three lines.

Privacy through transparency.

We don't know how much you use Splynek. We know you use it because we shipped a thing. The local engagement counters live in ~/Library/Application Support/Splynek/engagement.json — you read the same file we'd read. We don't aggregate it. We don't transmit it. We don't have a server.

No telemetry. Ever.

No accounts. Pro license is StoreKit-validated; we never see your email except via the App Store receipt.

No cloud sync of your downloads. Everything stays on your Macs + your iPhone.

CloudKit relay uses your own private iCloud database. Apple is the transport; Splynek never sees the records.

FAQ

Does Splynek work on macOS 13?
Yes. Minimum target is macOS 13.0. Some optional features (widget container backgrounds, certain App Intents) need macOS 14+.
What's the difference between Splynek (free) and Splynek Pro?
Free includes the full download engine — multi-interface HTTP, BitTorrent v2, browser extension, App Intents. Pro adds Trust Watcher, Sovereignty Migrate Wizard, AI Concierge, AI history search, scheduled downloads, mobile dashboard, API tokens, and fleet beyond 2 devices.
How can I trust the Trust Watcher catalog?
The catalog is hand-curated, MIT-licensed, and grows via public pull request. Every URL points to the vendor's own canonical Privacy Policy or ToS page — linked from their site footer or App Store listing. See the public catalog for the current list.
Will my downloads be visible to anyone else on my Wi-Fi?
Only via the LAN HTTP API, which is token-gated. The token lives in your keychain; you choose who has it. Free tier defaults to loopback-only (the HTTP server only binds to 127.0.0.1). Pro opens it to the LAN so the iPhone Companion can reach it.
Is Trust+ a thing yet?
Not yet. We're collecting interest via the in-app Engagement gate. If 90+ days of local engagement counters show real demand we may launch a $9/yr Trust+ tier with weekly catalog refreshes and an acquisition radar. Your existing Pro license keeps everything you have today.
How do I revoke API tokens?
Settings → API tokens → Revoke. External clients using that token immediately get 401.