A lightweight sticky-note desktop app built with Electron, React, and Tailwind CSS. Keep your notes in a minimal, always-available window — with rich text formatting, floating note windows, and automatic saving.
- Rich text editing (bold, italic, underline, strikethrough, headings, bullet & numbered lists)
- Markdown-style shortcuts — type
#for H1,##for H2, etc. - Open any note in a separate floating window
- Pin floating windows to stay always on top
- Notes auto-save as you type
- Live sync between the note list and any open note windows
Download the latest release for your platform from the Releases page.
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .zip → extract and move dginxNotes.app to Applications |
| Windows x64 | .exe installer |
| Linux x64 | .deb (Debian/Ubuntu) or .rpm (Fedora/RHEL) |
Because the app is not notarized, macOS Gatekeeper may block it with:
"dginxNotes.app is damaged and can't be opened."
After moving the app to your Applications folder, run this once in Terminal to clear the quarantine flag:
xattr -cr /Applications/dginxNotes.appThen open the app normally.
# Install dependencies
npm install
# Start in development mode (hot reload)
npm start
# Lint
npm run lint
# Run tests
npm test
# Build distributables
npm run makePush a version tag — GitHub Actions will build macOS, Windows, and Linux artifacts and attach them to the release automatically:
git tag v1.2.0
git push origin v1.2.0CC BY-NC 4.0 — free for personal use, not for commercial use.