Show HN: Use Kimi and OpenAI Subscriptions in Claude Code A developer released an open-source proxy tool called `claude-code-proxy` that lets users run Anthropic's Claude Code terminal harness using their ChatGPT Plus/Pro subscription or Kimi Code account instead of a direct Anthropic API key. The tool, available via Homebrew and as a prebuilt binary, routes Claude Code's requests through a local proxy server that authenticates with the chosen provider's OAuth or device-code flow. The project addresses growing frustration with Anthropic's tightening usage limits by allowing developers to leverage OpenAI's more generous subscription plans while retaining Claude Code's interface. claude-code-proxy lets you use Claude Code https://www.anthropic.com/claude-code with your ChatGPT Plus/Pro subscription or your Kimi Code kimi.com account. Quick start quick-start · Providers providers · How it works how-it-works · Configuration configuration · Limitations limitations I feel Claude Code is still the best harness around, despite occasional frustrations caused by updates. However, Anthropic keeps tightening the usage limits, while OpenAI is still much more generous. If you want to use OpenAI plans, your best options seem to be OpenCode and Codex. I tried OpenCode, but the UX has many rough edges, especially around skills feeling like a second-class feature. Fortunately it's open source and I ended up forking it and applying some patches, but would much rather not do it. Homebrew macOS and Linux : brew install raine/claude-code-proxy/claude-code-proxy Install script macOS and Linux : curl -fsSL https://raw.githubusercontent.com/raine/claude-code-proxy/main/scripts/install.sh | bash Manual: download a prebuilt binary for your platform from the releases page https://github.com/raine/claude-code-proxy/releases . Windows artifacts are published as claude-code-proxy-windows-amd64.zip and claude-code-proxy-windows-arm64.zip ; extract the .exe somewhere on your PATH . The proxy supports two upstream providers. Pick one and run its login flow; the proxy will refuse to start traffic until a token is stored. Codex ChatGPT Plus/Pro : claude-code-proxy codex auth login browser OAuth PKCE or, on a headless machine: claude-code-proxy codex auth device device-code flow Sign in with your ChatGPT Plus/Pro account , not an OpenAI API account. Kimi kimi.com Kimi Code : claude-code-proxy kimi auth login device-code flow prints URL + code Sign in with your kimi.com account . The verification URL is displayed; open it in any browser, confirm the code, and the CLI polls until done. On macOS credentials go to Keychain. On Windows they are written under %APPDATA%\claude-code-proxy\