🇰🇷 한국어로 읽기
Hote is a minimalist, modern desktop note-taking app designed to help you focus entirely on your writing. Without complex UI elements, you can quickly and effortlessly capture your thoughts.
- Distraction-Free Minimalist Design: A clean UI that lets you focus solely on your text.
- Light & Dark Mode: Automatically adapts to your system preferences, with support for manual toggling.
- Powerful Fuzzy Search: A built-in Rust-based search engine lets you find notes instantly with
Ctrl + K. - Real-time Auto-save: Your notes are safely saved to the local file system as you type.
- Window State Persistence: Hote remembers your window size and position from your last session.
You can download the installer for your operating system from the GitHub Releases page.
- Windows:
.msior.exe - macOS:
.dmg(TODO) - Linux:
.AppImageor.deb(TODO)
If you'd like to build the app yourself or contribute, follow these steps:
- Clone the repository
git clone https://github.com/hooneun/hote.git
cd hote- Install dependencies
bun install- Run in development mode
bun run tauri dev- Frontend: SvelteKit, Svelte 5, Vite, TypeScript
- Backend: Rust, Tauri v2
- Package Manager: Bun
This project is licensed under the MIT License.