v0.1.0
First tagged release.
Chamber answers questions from your own notes with citations back to the exact passage, hashes those passages when it cites them, and tells you when a source changed underneath a conclusion you already drew.
- Local-first: node:sqlite and files on your disk. No account. No cloud call unless you point it at one.
- Zero runtime dependencies. Node 23.6+ (runs TypeScript directly, no build step).
- The drift-detection half needs no model. The Q&A half takes any OpenAI-compatible endpoint, including localhost.
- MCP server included (chamber_ask, chamber_verify, chamber_corpus).
- docs/KNOWN_LIMITATIONS.md lists 17 known limitations, including the unflattering ones.
Try it on a throwaway folder — no config, no database, no network:
git clone https://github.com/abm9111/chamber && cd chamber
npm ci && node --experimental-strip-types src/cli.ts try