Open Source
Here are some of my projects built in public, sorted by recent activity.
A cross-platform security compliance reporting agent. It executes automated checks defined in YAML “playbooks” to verify system integrity, security configurations, and hardware state. Features embedded JavaScript logic, weighted scoring, and multi-platform support (Linux, Windows, macOS).
A surgical memory guardian for Linux desktops. In addition to traditional thresholds, it uses Pressure Stall Information (PSI) to surgically target processes (like browser renderer tabs) before they cause a system-wide freeze. It can run as a standard user, and sends notifications of low memory events to the user.
A unified “Control Centre” template to build your own orchestration with ultimate ease. Ditch the need to remember which command to run or which port to open anymore. It separates application code from deployment-specific “glue” using Podman Quadlets, Caddy, and Cloudflare Tunnels, providing a version-controlled repository.
A type-safe library that auto-generates .env.example files from your schema and validates environment variables at runtime. No need to cast process.env directly again, and eliminate code drift by making the codebase the single source of truth for configuration requirements.