aipat.ch· patching the gaps in AI
aipat.ch · releases

Open releases.

This is where the tools land as I get them ready to share. Each release has a project page, a public repo, and notes on how to run it on your own machine.

  1. 23 May 2026 v1.0.0

    vncPool

    A visual e2e testing tool for the AIs to check that their apps work by driving the GUI. Works for browser testing and desktop apps

    Bots check out a desktop, run a real Chrome or their compiled app inside, exercise the features, hand it back. OCR and a zoom tool on top, because Claude's default screenshots are too low-resolution to click accurately.

    github.com/djsharman/aipatch-vncpool →

  2. 22 May 2026 v1.0.0

    adbPool

    Started delivering my apps publicly. adbPool is the first one out.

    A pool of Android emulators the bots check out to test mobile apps on. Each one gets its own emulator, so several can run at once without clashing. Mostly it keeps them off my actual phone, which had started to become a problem when I wanted to use it for anything.

    github.com/djsharman/aipatch-adbpool →