AgentBridge lets an AI agent like Claude control a Classic Mac through a shared folder. Drop the app in a folder alongside inbox/ and outbox/ directories, launch it, and the AI can list windows, open apps, type text, read the clipboard, navigate menus, click, drag, all through the Mac Toolbox.
I built it to control my classic Mac connected to a Synology NAS via AFP. It works on real hardware and BasiliskII. There's a 68k binary and a PPC binary.
The transport is intentionally agnostic, the protocol is just text files in a folder. AFP, SMB, emulator shared folders, anything that lets both sides read and write files works. Someone's already looking at replacing the file I/O with RS-422 serial, which would bring it to Macs that predate AppleTalk networking including the 128k.
Built with Retro68.
GitHub: https://github.com/SeanFDZ/agentbridge
I built it to control my classic Mac connected to a Synology NAS via AFP. It works on real hardware and BasiliskII. There's a 68k binary and a PPC binary.
The transport is intentionally agnostic, the protocol is just text files in a folder. AFP, SMB, emulator shared folders, anything that lets both sides read and write files works. Someone's already looking at replacing the file I/O with RS-422 serial, which would bring it to Macs that predate AppleTalk networking including the 128k.
Built with Retro68.
GitHub: https://github.com/SeanFDZ/agentbridge
