Files
2026-06-16 21:19:31 +00:00

18 lines
1017 B
Markdown

# khipu
> Sovereign P2P "notes to oblivion" — local-first, content-addressed, in Rust.
`khipu` (Quechua: *knotted-cord record*) is a sovereign note system: local-first, content-addressed, synced peer-to-peer over the `card`/`chasqui` layer (LAN + WAN + relay/NAT traversal, UDP & DHT discovery, encrypted identity). Notes are designed to be let go of as much as kept — a record that forgets on purpose.
<p align="center">
<img src="docs/khipu_showreel.gif" alt="khipu showreel — a canvas of notes as a constellation, sized by mass, clustered by attention, with affinity filaments" width="900">
<br>
<sub>the canvas that orders the chaos by attention — notes as a living constellation</sub>
</p>
## How dependencies work
Front-door repo: only `khipu-*` crates here. Identity (`card`), networking (`chasqui`) and shared leaves are git-dependencies of the [`tawasuyu`](https://github.com/tawasuyu/tawasuyu) monorepo.
## License
MIT. Part of the [tawasuyu](https://github.com/tawasuyu/tawasuyu) suite.