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.
Added
- Menu bar badge now shows a distinct icon while
resize/manage
keybinding modes are active — ↔ forresize, ⚙ formanage(sized to
match the workspace name's own text height), instead of always showing
the plain workspace dot. Updates in lockstep with the daemon over the
existing event-drivenWaitForChangechannel — no polling, no visible
delay entering or exiting a mode.
Changed
managemode's default entry bind changed fromalt-shift-sto
alt-shift-m, for a clearer mnemonic ("manage"). Update your own
config if you copied this bind fromexample/tili.kdl.
Full changelog: CHANGELOG.md