macOS menu-bar utility: floating sticky notes that stay on top of other windows, with markdown editing, local persistence, global hotkeys, and AeroSpace compatibility.
Pre-built releases are on the Releases page.
- Download
StickyNotes-<version>.zip - Unzip and drag
StickyNotes.appto Applications - Open from Applications (or right-click → Open the first time if Gatekeeper prompts)
Requires macOS 14 (Sonoma) or later.
cd StickyNotes
swift test
./Scripts/package-app.sh release
open dist/StickyNotes.appSee StickyNotes/README.md for hotkeys, AeroSpace matrix, and development details.
From the repo root, after committing your changes:
./StickyNotes/Scripts/publish-release.sh 1.0.0This runs tests, verifies the release build, tags v1.0.0, and pushes to GitHub. A GitHub Actions workflow then builds StickyNotes.app, zips it, and attaches it to the release.
Options:
--skip-tests— skipswift test(not recommended)--skip-build— skip local release build verification
| Path | Purpose |
|---|---|
specs/ |
Locked product specifications (00–08) |
StickyNotes/ |
Swift package and macOS app |
PROGRESS.md |
Implementation task board |
AGENTS.md |
Agent context for AI-assisted development |
Personal project — all rights reserved unless otherwise noted.