A lightning-fast, minimalist note-taking desktop application built with Tauri and React.
- Instant Note Creation: Launch a new note window via global keyboard shortcut
- Automatic Saving: Notes are saved automatically as you type
- Markdown Support: Write notes using lightweight markdown syntax
- Quick Search: Global search shortcut to find notes by title
- Lightweight & Fast: Powered by Tauri for amazing performance
- Node.js (v20+)
- Rust (v1.84+)
- npm
git clone https://github.com/yourusername/notiz.git
cd notiz
npm install
npm run tauri dev
Alt + N
: Open new note windowAlt + M
: Open search window
- Frontend: React
- Desktop Framework: Tauri
- Styling: Tailwind CSS
- State Management: Zustand
- Database: NativeDb
MIT License