A lightweight, free macOS app for capturing notes without saving files.
Ever need to jot something down quickly without the hassle of naming files, choosing folders, or clicking save? Flashnotes is your always-ready scratchpad. Just write—everything persists automatically.
Cmd+E (supports tables, GFM)Cmd+Shift+TCmd+Shift+CCmd+B for distraction-free writingCmd+P for quick note switchingCmd+Shift+↑/↓| Shortcut | Action |
|---|---|
Cmd+P |
Open command palette |
Cmd+N |
Create new note |
Cmd+W |
Delete current note |
Cmd+B |
Toggle sidebar |
Cmd+E |
Toggle markdown preview |
Cmd+Shift+T |
Toggle stay on top |
Cmd+Shift+C |
Copy note to clipboard |
Cmd+Shift+↑/↓ |
Move note up/down |
Cmd+, |
Open settings |
Escape |
Clear search |
Download the latest .dmg from Releases, or build from source:
# Clone the repo
git clone https://github.com/garyblankenship/flashnotes.git
cd flashnotes
# Install dependencies
npm install
# Build for production
npm run tauri build
# Find your app in src-tauri/target/release/bundle/
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Type check
npm run check
# Build for production
npm run tauri build
MIT
Made with ☕ for people who think faster than they can organize.