Back to articles
OCP v3.5.0: Zero-Config LAN Sharing — Your Family Can Use Claude in 30 Seconds
How-ToTools

OCP v3.5.0: Zero-Config LAN Sharing — Your Family Can Use Claude in 30 Seconds

via Dev.todtzp555-max

The Problem You're paying for Claude Pro/Max. Your family wants to use AI tools too. Do you: Buy separate subscriptions for everyone? 💸 Share your login? (against ToS) Set up a proxy... but make everyone configure API keys? The Solution: OCP v3.5.0 OCP (Open Claude Proxy) turns your Claude subscription into a standard OpenAI-compatible API. v3.5.0 makes sharing effortless: Zero-Config for Everyone Before (v3.4): Admin creates keys → shares keys → each person configures env vars → hope they don't mess it up. Now (v3.5): Family member runs one command. Done. curl -fsSL https://raw.githubusercontent.com/dtzp555-max/ocp/main/ocp-connect | bash -s -- 192.168.1.100 No keys. No Node.js. No repo clone. Just curl + python3 (already on every Mac/Linux). How It Works Wife's laptop ──┐ Son's iPad ───┼──→ OCP (your Mac mini) ──→ Claude subscription Your Pi server ───┤ Your desktop ──┘ Server (one-time, on an always-on device): git clone https://github.com/dtzp555-max/ocp.git && cd ocp node setup.mj

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles