- Minimal dark-mode notepad with subtle dotted grid texture
- Always-on-top floating capsule that stays above all apps and full-screen Spaces
- Keyboard-first interaction:
Cmd + Returntoggles focus,Returnsplits or adds tasks - Custom-drawn completion checkboxes and orange focus marker
- Multi-list navigation to switch between daily task lists or start fresh
- Companion menu bar item to toggle completion, advance tasks, or show/hide the capsule
- 100% local persistence in
~/Library/Application Support/Cue/document.jsonwith atomic backup recovery - Zero telemetry, zero accounts, no cloud sync required
- Modular Swift Testing test architecture across domain, UI, mutations, and window placement
- macOS 26 or newer
- Xcode 26 or newer, or a recent Swift 6-compatible toolchain
Download Cue-1.0.dmg (or Cue.dmg) from the latest GitHub Release, open it, and drag Cue.app into your Applications folder.
# Generate project and run unit tests
xcodegen generate
make test
# Build Release, install to /Applications/Cue.app and launch
make install# Package DMG installer
./scripts/build-and-install.sh
# or build custom DMG
xcodebuild -scheme Cue -configuration Release -destination 'platform=macOS' -derivedDataPath .build.noindex -quiet
hdiutil create -volname "Cue" -srcfolder .build.noindex/Build/Products/Release/Cue.app -ov -format UDZO Cue-1.0.dmgCue/Swift application source (AppShell, Domain, Editor, Panel, Persistence)Cue/Cue.icon/adaptive Icon Composer source iconCueTests/modular Apple Swift Testing suitesCueUITests/UI end-to-end automation test suitedocs/assets/public brand and icon assets used in the READMEdocs/demo/public screenshot media used in the READMEscripts/local build, test, and install automation scriptsProject.ymldeclarative XcodeGen project specification
Cue stores live document data locally on your Mac in:
~/Library/Application Support/Cue/document.json
All data remains completely on-device. No analytics, tracking, or network requests are ever made.
Cue is available under the MIT License. See LICENSE.

