Recommended install: brew install itsdezen/tap/tili —
Homebrew downloads via curl, which doesn't set macOS's
quarantine flag, so Gatekeeper never enters the picture.
The tarballs below are codesigned with tili's self-signed
certificate (hardened runtime) — see
CONTRIBUTING.md.
That's for a stable signing identity across releases (so
your Accessibility grant survives an upgrade), not for
passing Gatekeeper — a self-signed cert isn't notarized. If
you download tili.app directly from this page instead of
using Homebrew, Gatekeeper will still prompt on first launch:
right-click → Open, or xattr -d com.apple.quarantine tili.app.
Fixed
- Notch-aware
gap top(v0.6.0) inflated the effective top gap by a
full extra menu-bar height on every notched Mac, leaving a wide gap
above tiled windows even withouter's top value set to0.
Monitor.notchwas the rawNSScreen.safeAreaInsets.top, which on a
notched display already covers the same top-of-screen zone the existing
hardcoded menu-bar inset accounts for — adding both double-counted it.
Monitor.notchis now only the amount by which the notch's safe area
exceeds that baseline.
Full changelog: CHANGELOG.md