Skip to content

rucnyz/devora

Repository files navigation

Devora - Local Project Management Desktop App

CI codecov Ask DeepWiki

A cross-platform desktop application built with Tauri + React for managing personal projects. Each project contains notes, application shortcuts, file links, and URL links.

Privacy

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

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

Development

Prerequisites

  • Rust - Required for Tauri backend
  • Bun - JavaScript runtime and package manager

Getting Started

git clone https://github.com/rucnyz/devora.git
cd devora
bun install

# Development mode (hot reload)
bun run dev

# Build for production
bun run build

Testing & Quality

bun run test            # Run all unit tests
bun run lint            # Run ESLint
bun run format          # Format code with Prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •