Self-host the AGPL daemon
The whole product, on your machine, under AGPL-3.0. You run the daemon, you bring the model, your wiki is markdown files on disk you can read and search.
Free to self-host. Hosted when you want it. Run one command and the daemon scaffolds a wiki, extracts atomic facts, and signs every step. Bring your own model. Nothing leaves your machine unless you say so.
The whole product, on your machine, under AGPL-3.0. You run the daemon, you bring the model, your wiki is markdown files on disk you can read and search.
The same daemon, always-on, run for you. A web provenance dashboard, multi-device sync, and the hash chain managed without you operating anything.
npm i -g @3030-labs/wotw npx @3030-labs/wotw init docker run -it -v "$PWD:/wiki" -w /wiki node:20 npx @3030-labs/wotw initThree commands take you from a raw folder to a wiki where every paragraph cites the chain it came from.
wotw initscaffold a wiki + facts store in the current folder wotw compileingest your sources, extract facts, assemble pages wotw serveread the cited wiki in your browser