-
Notifications
You must be signed in to change notification settings - Fork 4
Home
aidamir edited this page May 13, 2026
·
2 revisions
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 |
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.
| 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 |
- Renderer: Vite + vanilla ES modules, single-page UI.
- Desktop: Electron 30 (Windows x64).
-
Data: IndexedDB (
IDB2branding) + small helpers insrc/modules/. - Plugins: Sandboxed iframe + optional main-window sheets/header/garden bridge (≥ 0.4.0).
Issues and PRs are welcome on the main repo. For plugin authoring, see the Cultiva Plugins Guide