I got Claude AI running natively on a PowerPC iBook G4. Here's what it can actually do.
Type claude in Terminal, and you get a real coding assistant that runs on the G4 itself — no cloud IDE, no remote desktop, no cheating. It can:
And yes, this is the same Mac whose Photoshop filters crawl, whose marquee selection lags a full beat behind your cursor, and whose fan screams like it's applying for a job at NASA every time you touch a layer mask. Let your M-series Mac handle that work. Your PPC Mac gets a new job instead: coding consultant.
A couple of things to know before you dive in:
Old Macs deserve better than a shelf. Put yours back to work.
v1.1.0 — fixed arrow keys inserting garbage characters instead of moving the cursor (found this using it on the iBook myself). Editing input now works properly, including for Japanese text.
Fix: Long input (and Up/Down history recall) used to duplicate the same line over and over on screen. Fixed the line editor's redraw so it clears the whole wrapped block, not just the last row.
Type claude in Terminal, and you get a real coding assistant that runs on the G4 itself — no cloud IDE, no remote desktop, no cheating. It can:
- Hold a conversation, in English or Japanese (it figures out which one you're using automatically)
- Read and write files on your Mac
- Run shell commands for you
- Actually help you write, fix, and explain code, right there in the Tiger terminal
And yes, this is the same Mac whose Photoshop filters crawl, whose marquee selection lags a full beat behind your cursor, and whose fan screams like it's applying for a job at NASA every time you touch a layer mask. Let your M-series Mac handle that work. Your PPC Mac gets a new job instead: coding consultant.
A couple of things to know before you dive in:
- You'll need your own Anthropic API key (console.anthropic.com — separate pay-as-you-go billing, NOT your claude.ai subscription; a few dollars covers a lot of casual use)
- Tested on an iBook G4 (PowerBook6,5) running Tiger 10.4.11. Other PPC Macs on Tiger should work too, but haven't been tested on every model
- Under the hood: Tiger's stock OpenSSL can't even do a modern HTTPS handshake, so this required building a fresh OpenSSL + curl locally on the G4 itself (no MacPorts — that hits its own chicken-and-egg TLS problem), driven by a small dependency-free Perl script. All of that is already built and bundled, you just install it
Old Macs deserve better than a shelf. Put yours back to work.
v1.1.0 — fixed arrow keys inserting garbage characters instead of moving the cursor (found this using it on the iBook myself). Editing input now works properly, including for Japanese text.
Fix: Long input (and Up/Down history recall) used to duplicate the same line over and over on screen. Fixed the line editor's redraw so it clears the whole wrapped block, not just the last row.
Attachments
Last edited: