QuickNote v0.1.0
Initial public release
Native Tauri + Vue3 + Rust
Global hotkeys, tabbed notes, dark/light theme, and more!
Option 1: Quick Installation (Recommended)
curl -L -o QuickNote.dmg "https://github.com/kaigiii/QuickNote-for-macOS/releases/latest/download/QuickNote_0.1.0_aarch64.dmg" && sudo xattr -rd com.apple.quarantine QuickNote.dmg && open QuickNote.dmgThen drag QuickNote.app to Applications folder.
Option 2: Manual Download & Install
Download QuickNote_0.1.0_aarch64.dmg from this release
Open Terminal and run:
sudo xattr -rd com.apple.quarantine /path/to/QuickNote_0.1.0_aarch64.dmgOpen the DMG file and drag QuickNote.app to Applications folder
If you see "QuickNote is damaged and can't be opened":
Go to System Preferences → Security & Privacy → General
Click "Open Anyway" next to QuickNote
Or right-click the app and select "Open"
Full Changelog: https://github.com/kaigiii/QuickNote-for-macOS/commits/v0.1.0