• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.
  • We've made some quality of life improvements to the Trading Post. More info here.

Wanna connect Claude Code to your SE/30 over serial cable?

!Beaker

6502
I wrote a Claude Code (don't know, maybe Codex also works) connector for Mac68k (Real Macintosh hardware, Basilisk and SheepShaver).
Source code on Github: https://github.com/LoetLuemmel/AppleBridge

Installer? Lookie here: AppleBridge

Are you serious: Just serial cable? - Nope.
MacTCP and OpenTransport also work over Ethernet.
Slirp support OK.
Ethertalker works, but configuration is more demanding.

Projects:
o IP and AppleTalk Scanner somewhat like IP-Runner for Windows (https://macintoshgarden.org/apps/macnetscan)​
o myHeli, Macintosh port of Steve Hales' all-time genius 'Fort Apocalypse' (URL to be announced, when I find the right spot for it)​
o Bootstrap: AppleBridge built itself out of a Macintosh Proxy Server project

Get creative!
 

Attachments

  • InstallerSmall.png
    InstallerSmall.png
    71.6 KB · Views: 6
Last edited:
Uoopsie! The license topic was on my brain's flipchart last week and there was a decision towards MIT.

Thanks for kickin' my cage! - Terms were updated on GitHub.
 
Just brainstorming; if an emulator had a host-side apple talk stack with all protocol layers up to and including the ppc toolbox, wouldn't that mean we could have an mcp module that exposes all kinds of apple events, for all applications, to the ai model? I.e., a claude cowork for old Macs, even without any target-side module at all?
 
Exactly that incorporates AppleBridge. - Lookie here: https://github.com/LoetLuemmel/AppleBridge

Please check the communication diagrams, if this matches your train of thought.

You find AppleEvents in here and if you plug in Unix style MPW and ToolServer, you can talk to the whole AppleToolbox.
That being thought, you can build with Claude Code and AppleBridge's 30 MCP tools (already implemented) nearly anything you can imagine.
 
Back
Top