NOTA is a distraction-free desktop app to capture everything that matters — notes, goals, ideas, and tasks — wrapped in a dark editorial aesthetic. No accounts, no cloud, no noise. Your data stays local.
| 📝 Notes | Free-form writing for thoughts and records |
| 🎯 Goals | Track progress with a visual progress bar |
| 💡 Ideas | Capture concepts before they slip away |
| ✅ Tasks | Checklist-based task management |
| 🏷️ Tags | Organize entries with custom tags |
| 📌 Pin | Keep important entries at the top |
| 🔍 Search | Instant full-text search across all entries |
| 💾 Local storage | All data saved locally, no account needed |
| ⌨️ Shortcuts | Ctrl/Cmd + N to create a new entry |
Go to Releases and download the installer for your platform.
| Platform | File | Instructions |
|---|---|---|
| Windows | .exe |
Run the installer and follow the steps |
| 🍎 macOS | .dmg |
Open and drag NOTA to Applications |
| 🐧 Linux | .AppImage |
chmod +x NOTA-*.AppImage then run |
# Clone the repo
git clone https://github.com/AceAnomDev/nota-app.git
cd nota-app
# Install dependencies
npm install
# Run in development mode
npm startnpm run build:win # → Windows .exe
npm run build:mac # → macOS .dmg
npm run build:linux # → Linux .AppImagePush a tag — GitHub Actions builds everything automatically:
git tag v1.0.0
git push origin v1.0.0Installers for all three platforms will appear in Releases in ~10 minutes.
- Electron — cross-platform desktop shell
- electron-builder — packaging & installers
- GitHub Actions — CI/CD pipeline
- Vanilla HTML / CSS / JS — zero framework dependencies
localStorage— simple, reliable local persistence
MIT © AceAnomDev
