Skip to content
aidamir edited this page May 13, 2026 · 2 revisions

Cultiva Wiki

Welcome to the Cultiva wiki — documentation for the offline-first desktop habit tracker (Windows, Electron).

Repository github.com/krwg/Cultiva
Latest release Releases
Plugin store CultivaPlugins

What is Cultiva?

Cultiva helps you grow habits instead of only checking boxes. Each habit can evolve visually in your garden as you stay consistent. The app is built for privacy: your data stays local (IndexedDB in the packaged app); there is no mandatory cloud account for core use.


Where to go next

Page Description
Getting Started Download, install, first launch
Themes and Backgrounds Appearance, themes, ambient & custom photo
Habits How habits work, quantity habits
Plugins Installing plugins, sandbox, Cultiva 0.4+ UI bridge
Desktop Build Building from source, Windows installers
Privacy and Security Local storage, credentials, hardening

Tech stack (at a glance)

  • Renderer: Vite + vanilla ES modules, single-page UI.
  • Desktop: Electron 30 (Windows x64).
  • Data: IndexedDB (IDB2 branding) + small helpers in src/modules/.
  • Plugins: Sandboxed iframe + optional main-window sheets/header/garden bridge (≥ 0.4.0).

Contributing

Issues and PRs are welcome on the main repo. For plugin authoring, see the Cultiva Plugins Guide

Clone this wiki locally