My Projects
A selection of open-source work spanning local-first AI, systems programming, and developer tooling.
local-lens
Privacy-first local activity recorder and semantic search engine — a self-hosted, open-source alternative to Rewind.ai. Features on-device LLM inference via Ollama, hybrid full-text and vector search, a persistent system tray daemon, and a full CI/CD and test suite. Zero cloud dependency; complete data sovereignty.
PythonFlaskSQLite FTS5OCROllamaSemantic Search
Dolphin — Terminal Text Editor
Feature-complete terminal text editor written from scratch in C — manual memory management, Unix terminal I/O via termios, raw mode input handling, and syntax highlighting. Demonstrates deep low-level systems programming without abstractions.
CtermiosSystems Programming