EnNote is a modern, and cross-platform notepad application with optional encryption. Built using Tauri and Vite, EnNote runs natively on Windows, macOS, and Linux with minimal system resource usage.
- 🖊️ Simple, distraction-free text editor
- 🔐 Optional AES-256 encryption with password hashing
- 💾 "Save As", "Open", and persistent file caching
- ⚙️ Font size control and encryption settings
- 📂 File browser for directory navigation
- 💡 Auto-title, unsaved changes indicator, and file type association (
.ennote)
Download the latest version for your platform from the Releases page.
- Windows:
.msior.exeinstaller - macOS:
.dmgor.app(Currently in the works) - Linux:
.debor.AppImage(Currently in the works)
Update your system settings to Double-click
.ennotefiles to open them in EnNote
# Clone the repo
git clone https://github.com/your-username/ennote.git
cd ennote
# Install dependencies
npm install
# Run in dev mode
npm run tauri dev