Patrick Wyatt's GitHub projects
If you've looked at my GitHub page you might be a bit confused by all the projects listed there. What are they and how do they relate to each other?!? I hope this page will explain.
sandvault: [Original] [macOS] Run AI agents (Claude Code, OpenAI Codex, and Google Gemini) in a sandboxed macOS user account to protect your system from potential AI-generated code risks.
clodpod: [Original] [macOS] Run AI agents (Claude Code, OpenAI Codex, and Google Gemini) sandboxed inside an OSX virtual machine for security and isolation.
habits: [Original] [iOS] Unpublished IOS app to track daily habits and build consistent routines.
daysleft: [Original] [iOS] Unpublished iOS widget app to track days until important events.
realitykit: [Original] [iOS] Unpublished RealityKit test app for iOS exploring AR and 3D capabilities.
git-multi-hook: [Original] [All platforms] Enable multiple global and per-repo git hooks while keeping existing hooks working.
pbutils: [Original] [All platforms] Cross-platform utilities: pbcopy (copy stdin to clipboard), pbpaste (paste clipboard to stdout), tnet (simple telnet).
CSNamedPipes: [Original] [Windows] CSNamedPipes is a demo application that implements interprocess communication (IPC) using Named Pipes in C#. Many programmers had problems handling client-disconnects using Named Pipes, so I wrote this application to (a) learn C# and (b) solve that problem.
coho: [Original] [Windows] This library is a basic toolkit for writing C++ programs from scratch on Windows. After having done this many times before I decided to open-source it so I won't have to rewrite again. Sadly most of my recent development has been on Linux and this library has languished.