Windows desktop product · Local link management

Cofre

2026 / v0.1.0

A compact Windows app that turns one familiar action, copying a URL, into a private link library organized for retrieval instead of filing.

Role
Product design, desktop engineering, and release validation
Status
Windows release v0.1.0
Platform
Windows 10 and 11
Storage
Local SQLite
Repository
Public
Year
2026
Cofre Windows link library with automatically organized website categories
Cofre v0.1.0 · Compact local link library

01

The capture problem

Saving a link often interrupts the reason it was worth saving: choose a folder, name it, and decide where it belongs before returning to the original task.

Cofre removes that decision from capture. A copied web URL is saved, classified by website, enriched with useful metadata, and made available through one search field.

02

One action from capture to retrieval

  1. 01Copy a URL with Ctrl+C.
  2. 02Cofre validates, normalizes, and stores it.
  3. 03The website category and favicon appear automatically.
  4. 04Search the title, URL, website, type, or personal note later.

03 / Product interaction

Context without clutter

A compact note bubble expands inside the selected link only when it is needed. Notes persist locally, travel in backups, and participate in the same search as link metadata.

Expanded Cofre note editor attached to a saved GitHub link
Notes add memory to a saved URL without adding another workspace.

04

Engineering decisions

01

Capture without filing

Copying a URL is the save action. Cofre classifies the domain after capture so the user does not have to choose a folder first.

02

Retrieval over accumulation

Titles, complete URLs, websites, content types, favorites, and personal notes share one search surface.

03

Local-first by default

SQLite keeps the library on the device, while versioned JSON backups provide explicit portability without requiring an account.

04

Native behavior with a small footprint

Tauri provides clipboard monitoring, system tray behavior, autostart, notifications, single-instance recovery, and an NSIS installer.

05 / Windows behavior

Quiet until needed

Cofre can remain in the system tray, capture automatically, show a compact confirmation, exclude selected domains, and optionally start with Windows. Duplicate behavior and motion remain user-controlled.

Cofre settings for Windows autostart, capture, notifications, duplicates, and excluded websites
Native integration remains explicit and reversible.

06

Release validation

The release was tested as an installed Windows application, including clipboard capture, duplicate notifications, search, minimize, maximize and restore, close-to-tray recovery, single-instance launch, upgrade preservation, and autostart path repair.

16
frontend behavior tests
4
Rust parsing and safety tests
1
clean Windows GitHub CI pipeline

07

Result

Cofre demonstrates product judgment beyond the browser: a focused workflow, local data ownership, native Windows integration, schema migration, packaging, and evidence-backed release testing.