My Projects

A selection of open-source work spanning local-first AI, systems programming, and developer tooling.

local-lens

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

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
OMP — PowerShell Theme Manager

OMP — PowerShell Theme Manager

Published PowerShell module for oh-my-posh that enumerates all available terminal prompt themes in a browsable list and provides single-command import and application of any theme. Maintained since 2023.

PowerShelloh-my-posh
Markdown Editor

Markdown Editor

Cross-platform desktop Markdown editor with real-time preview, plugin-ready architecture, and a fast CodeMirror 6 editing core packaged via Electron.

ElectronViteReactTypeScriptCodeMirror 6Remark
WeatherNow

WeatherNow

A modern weather application that provides real-time weather information for cities around the world.

HTMLCSSJavaScript
Quaint Notes

Quaint Notes

A clean and lightweight note-taking app designed for simplicity and speed. Built with React, it lets you create, edit, and manage notes effortlessly in your browser.

ReactHTMLCSSJavaScript
Matrix Animation

Matrix Animation

A browser-based Matrix-style animation created using only HTML and JavaScript. Run it via the Live Server extension or terminal for instant visual flair.

JavaScriptCanvas