Claude Code Ppc
Description
Claude Code running natively on Mac OS X Leopard (2007) - PowerPC G5 with direct TLS 1.2
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code for PowerPC
[](BCOS.md) **World's first: Claude Code running natively on Mac OS X Leopard (2007)**
A full Claude Code-like CLI running on a **Power Mac G5** (PowerPC 970, Mac OS X 10.5 Leopard) with **direct TLS 1.2 connections** to the Anthropic API. No proxy. No relay. No modern machine in the middle.
┌─────────────────────────────────────┐
│ Power Mac G5 (Mac OS X 10.5) │
│ claude_g5.js ─► node_ppc runtime │
│ QuickJS ─► mbedTLS ─► TLS 1.2 │
└───────────────┬─────────────────────┘
│ direct HTTPS (no proxy)
▼
api.anthropic.com:443
What This Is
An agentic coding CLI — Claude reads files, writes code, executes shell commands, and searches the filesystem, all running natively on big-endian PowerPC hardware from 2003. The full tool execution loop works, not just chat.
Requirements
- node_ppc — custom QuickJS + mbedTLS runtime for PowerPC Mac OS X
- An Anthropic API key or OAuth credentials (
~/.claude/.credentials.json)
Quick Start
# On the G5 (or any machine with node_ppc)
cd ~/node-ppc-scaffold
./node_ppc claude_g5.js
# Non-interactive mode
./node_ppc claude_g5.js -p "List the files in /etc"
# With explicit API key
ANTHROPIC_API_KEY=sk-ant-... ./node_ppc claude_g5.js
Features
Tool Execution
Claude has full access to the local filesystem and shell:
- Read — Read files with line numbers
- Write — Create/overwrite files
- Edit — Surgical string replacement in files
- **Bash
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11