I open sourced a local-first LLM wiki for research and durable memory

Posted by Sad_Light_1354@reddit | LocalLLaMA | View on Reddit | 4 comments

I’ve been building a small tool called oamc around a workflow I wanted for personal research and long-running project memory.

The basic idea is: instead of repeatedly querying raw notes/documents, sources get ingested into a maintained markdown wiki. The wiki becomes the working knowledge layer, and future questions are asked against that layer instead of against raw text every time.

The pipeline is:

A few things I cared about:

There’s also a small local dashboard and a macOS menubar app so it can keep running in the background.

This was inspired by Andrej Karpathy’s “LLM Wiki” idea. I was basically trying to turn that pattern into something I’d genuinely use day to day.

Repo:
https://github.com/michiosw/oamc

I’d especially love feedback from people here on: