A minimal floating sticky note for macOS. Translucent, always on top, lives in your menu bar.
- Always-on-top floating window across all Spaces
- Tabbed notes with per-tab colors
- Todo checkboxes — paste a list to auto-create todos
- Frosted glass background with customizable opacity
- Per-note and global settings for font size, opacity, colors
- Global hotkey (
Cmd+Shift+Space) to show/hide - Auto-saves everything, remembers window position
- No Dock icon
brew install aimenhallou/floatnote/floatnoteswift build
cp .build/debug/FloatNote FloatNote.app/Contents/MacOS/FloatNote
open FloatNote.appOr open Package.swift in Xcode and hit Cmd+R.
Requires macOS 13+ and Swift 5.9+.
- Notes:
~/Library/Application Support/FloatNote/ - Settings: UserDefaults (
~/Library/Preferences/)
MIT