Desktop notes app with full-text search and sticky notes.
macOS only (12 Monterey or later). Windows and Linux support is not planned for this release.
- Notes and folders
- Sticky notes
- Full-text search
- Dark mode
- Persistent tabs
- Settings
Get the latest release here.
- Clone the repo
- Navigate to the project folder
cd cerebra-software - Install dependencies
npm install - Start the app
npm run dev
- Electron
- React
- TypeScript
- SQLite (better-sqlite3)