Skip to content

A cross-platform notepad app with encryption functionality.

License

Notifications You must be signed in to change notification settings

Jaden-Bowers/EnNote

Repository files navigation

📝 EnNote

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.


✨ Features

  • 🖊️ 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)

📦 Installation

Download the latest version for your platform from the Releases page.

  • Windows: .msi or .exe installer
  • macOS: .dmg or .app (Currently in the works)
  • Linux: .deb or .AppImage (Currently in the works)

Update your system settings to Double-click .ennote files to open them in EnNote


🛠️ Development Setup

# 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