← ScopeShelf

ScopeShelf 1.0.0 release notes

September 11, 2026 · Auf Deutsch lesen

ScopeShelf 1.0.0 is here — the first public release. The app puts AI agent tools like Claude Code or Codex (and any other app) inside Apple's Seatbelt sandbox: you decide before launch which folders are reachable, and the kernel enforces it — not „please don't touch", but Operation not permitted. No subscription, no account, all local.

Why a sandbox for AI agents?

AI coding agents work best without constant permission prompts — but the alternatives are uncomfortable: either you click „Allow" a hundred times a day (and eventually stop reading), or you launch with --dangerously-skip-permissions / --yolo and hand the agent your full user rights, including ~/.ssh, keychains and cloud credentials. ScopeShelf is the third way: declare the boundaries once, then let the agent work freely — it won't notice anything, except that outside those boundaries it simply gets blocked.

What's in 1.0.0

Quick start via CLI

# Create a launcher for your terminal from a preset, grant your project folder:
scopeshelf add "Terminal Claude" --preset iterm --name "Terminal Claude"
# then add grants in the launcher editor (or via CLI):
#   --write ~/repos/my-project --write ~/.claude
# Inspect the profile first:
scopeshelf dry terminal-claude
# Launch protected:
scopeshelf run terminal-claude

Download

ScopeShelf 1.0.0 runs on macOS 14 (Sonoma) or later; the DMG is notarized — no Gatekeeper workarounds needed.

Download ScopeShelf-1.0.0.dmg

Pricing

ScopeShelf: €19 once, 7-day free trial, no account. To the website · Read next: Use Claude Code without constant permission prompts · Codex CLI in YOLO mode: limit file access