Import real sources
Folders, GitHub repos, ChatGPT exports, Claude exports, markdown, PDFs, notes, and project docs.
ContextFabric turns your local notes, repos, exports, and decisions into a permissioned memory graph. Gemma 4 runs on your device to extract context, resolve contradictions, and assemble app-specific briefs for Claude, ChatGPT, Cursor, Perplexity, and more.
Gemma connected
type: decision
confidence: 0.91
source: local repo
scope: project.context / 1hHow It Works
ContextFabric uses Gemma 4 for the hard parts: extraction, conflict detection, source-grounded answers, and app-aware context assembly.
Folders, GitHub repos, ChatGPT exports, Claude exports, markdown, PDFs, notes, and project docs.
Messy text becomes project, style, decision, preference, and person nodes with confidence scores.
Apps request scoped context. Grant one hour, this session, always, or deny.
The extension injects approved context into AI tools without a cloud memory database.
Why Gemma 4
Personal context is too sensitive to become another retention moat. ContextFabric uses Gemma 4 locally because the model can read long, messy user-owned material and turn it into structured memory without sending that memory to somebody else’s server.
Built For Judges To Verify
The repo includes a one-command local setup, a browser extension, a screenshot-ready daemon UI, tests for extraction and extension flows, and docs explaining exactly what Gemma 4 does.
git clone https://github.com/Boweii22/ContextFabric.git
cd ContextFabric
npm run start
# Open the local demo UI:
http://127.0.0.1:7749/ui
Download
Install ContextFabric like a normal app, add the Chrome extension, and let your AI tools use approved local memory. Developers and judges can still clone the source if they want to inspect everything.
Get the packaged desktop app. Unzip it, open ContextFabric, and keep your AI memory on your own machine.
Windows build
Version v0.1.0
Local-first desktop app
Download for Windows
Add the browser bridge so Claude, ChatGPT, Gemini, Perplexity, Cursor, and other AI tools can receive approved context.
Chrome Web Store
ContextFabric Bridge
One-click install after review
Install extension
For judges, builders, and open-source reviewers who want to run the full project from source.
git clone https://github.com/Boweii22/ContextFabric.git
cd ContextFabric
npm run start
Setup guide