Files
khipu/00_unanchay/khipu
sergio bf782ebef1 feat: khipu standalone — notas P2P soberanas content-addressed, local-first (front-door, git-dep al monorepo)
Front-door limpio: solo crates del dominio; Llimphi y lo fundacional por
git-dep del monorepo gioser.git. cargo check pasa (5 crates, 0 errores).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 12:18:02 +00:00
..

khipu

khipu (Quechua: knotted cord recordkeeping). Notes with temporal gravity.

Quick-note capture where forgetting is part of the model: each note has a mass that decays with time and reinforces with each access. What's recurrent stays visible; what isn't touched fades until it falls off the horizon.

Install

cargo run --release -p khipu-app

Compatibility

  • Linux / macOS / Windows — Llimphi UI (Wayland/X11/Win32 via winit).
  • Local persistence in $XDG_DATA_HOME/khipu/.

Crates

Crate Role
khipu-core Note model + store; no UI.
khipu-gravity Mass/decay algorithm; reinforcement on access.
khipu-app Llimphi UI over the core.

Considerations

  • It's not a "todo" system — no due dates, no reminders; it's a notebook with its own physics.
  • Decay is transparent: each note shows its current mass; the user decides whether to save it.
  • Plays well with the agora network: notes can be shared without losing their local gravity.