Skip to content

Defi v0.2.0-alpha

Choose a tag to compare

@qeude qeude released this 05 Sep 18:17
eb4ba1e

A scrolling window manager for Apple Silicon Macs running macOS 26 or newer.

This alpha provides scrolling columns, per-monitor virtual workspaces, keyboard and CLI control, Overview, and optional launch at login. No configuration file is required; built-in shortcuts use Option.

Installation

Download Defi-v0.2.0-alpha.zip and verify it against the accompanying SHA-256 file. Move Defi.app to /Applications.

The app is signed with a stable self-signed certificate and is not notarized. If you trust this official archive, remove its quarantine attribute before opening:

xattr -dr com.apple.quarantine /Applications/Defi.app
open /Applications/Defi.app

Grant Accessibility permission in System Settings, then reopen Defi. Screen Recording is optional and only needed for Overview window previews. Enable Launch at Login from the menu bar if desired.

Install with Homebrew instead:

brew install --cask qeude/tap/defi
open /Applications/Defi.app

The Cask removes quarantine automatically and links the defi CLI. Use brew uninstall --cask --zap defi to remove the app and its configuration, saved state, and logs.

See the repository README for configuration, troubleshooting, and uninstall instructions. Behavior and configuration may change before a stable release.