A cross-platform desktop application built with Tauri + React for managing personal projects. Each project contains notes, application shortcuts, file links, and URL links.
All your project data (notes, links, shortcuts) is stored locally in a SQLite database and never leaves your machine. The only external request is an optional GitHub API call to display the repository's star count - no user data is transmitted.
Download the latest release from GitHub Releases:
| Platform | File |
|---|---|
| Windows | Devora_x.x.x_x64_en-US.msi |
| macOS (Apple Silicon) | Devora_x.x.x_aarch64.dmg |
| Linux | devora_x.x.x_amd64.deb |
git clone https://github.com/rucnyz/devora.git
cd devora
bun install
# Development mode (hot reload)
bun run dev
# Build for production
bun run buildbun run test # Run all unit tests
bun run lint # Run ESLint
bun run format # Format code with Prettier