Skip to main content

Welcome — thanks for visiting.

Featured Projects

Open Source

A handful of tools I built and use regularly. Each one started as a personal itch.

catnap screenshot

catnap

macOS menubar dashboard for local git repos

Swift

What

A native macOS menubar app that watches your local git repositories in real time. Shows branch status, uncommitted changes, and enriches data from GitHub — zero config required.

Why

I wanted a passive, always-visible overview of all my repos without opening a terminal or browser. Built with SwiftUI for a lightweight, native feel.

SwiftUI macOS menubar git developer-tools
paw screenshot

paw

Personal dotfiles manager CLI

Go

What

A CLI tool for managing dotfiles across machines. Symlink-based profiles, package declarations, sync, audit, and scaffold — all from a single binary.

Why

Keeping dotfiles versioned and portable across machines without fighting stow or chezmoi. Built to be opinionated about my workflow.

Go CLI dotfiles symlinks Homebrew
paw-proxy screenshot

paw-proxy

Zero-config HTTPS proxy for local macOS development

Go

What

A local HTTPS reverse proxy that automatically generates and trusts certificates. Point it at any local port and get a .localhost domain with valid HTTPS — no mkcert, no Nginx config.

Why

Tired of the ceremony around local HTTPS setup. This eliminates it entirely — run one command, get a trusted cert.

Go HTTPS proxy SSL local dev macOS