Skip to content

Releases: PBJ-2/clauderipple

ClaudeRipple v0.1.1 (Windows)

Choose a tag to compare

@PBJ-2 PBJ-2 released this 15 Sep 12:17

Windows only. macOS builds are not part of this release — macOS users stay on
v0.1.0 until the next one.

All four fixes were reported from a Windows install and reproduced here.

Fixed

  • A mapped request now carries provider authentication only. The caller's own authorization
    and x-api-key are dropped before the provider's headers are added. Previously only the header
    that happened to share a name with the provider's was replaced, which differs per provider:
    DeepSeek and MiniMax authenticate with x-api-key, everything else with Authorization: Bearer.
    The symptom was a DeepSeek mapping answering 401 on every request while the provider form's own
    "Test connection" stayed green — the test sends the provider's headers alone, so it certified a
    path live traffic did not take. An un-routed request is unchanged.
  • Mapping Haiku 4.5 works. The app sends claude-haiku-4-5-20251001 while the GUI offers the
    undated claude-haiku-4-5, and route lookup was an exact key match, so the mapping never fired
    and Haiku answered itself. Lookup now accepts either form.
  • The native Claude (Anthropic) provider is no longer offered as a mapping target. It serves the
    OpenAI ingress (Codex) only, but it could be picked in Model mapping and given picker entries, and
    a slot pointed at it failed every Claude request with 400. An existing config that names it now
    passes through instead of failing.
  • Windows: "Connect Claude subscription" works. CLI discovery looked for an extensionless
    claude on PATH and for the macOS Application Support cache, so it always reported "Claude Code
    CLI not found". It now looks for the .exe/.cmd/.bat launchers, checks both AppData roots for
    the CLI that Claude Desktop caches, and runs a .cmd launcher through a shell.

Downloads

ClaudeRipple-Setup-0.1.1-x64.exe is the per-user installer (no administrator rights). The zips are
the same build unpacked; arm64 Windows should use the zip — the arm64 installer is still broken.
The build is unsigned, so Windows SmartScreen shows "Windows protected your PC": click More info →
Run anyway
.

Not affiliated with, endorsed by, or sponsored by Anthropic or OpenAI.

ClaudeRipple 0.1.0

Choose a tag to compare

@PBJ-2 PBJ-2 released this 14 Sep 12:24

First build of ClaudeRipple. macOS (signed and notarized) and Windows x64 (unsigned — see below).

What it does: a local proxy for Claude Desktop's Code tab and Claude Code. Map any Claude model name to a model from another provider (ChatGPT subscription via the Codex backend, DeepSeek, Kimi, OpenRouter, …) with prompt caching preserved, or turn on picker mode and pick GPT-5.6 Terra / Sol / Luna / GPT-6 Astra by name in the Code tab picker. Codex can use your Claude subscription the other way round.

Downloads

Platform File
macOS Apple Silicon ClaudeRipple-0.1.0-arm64.dmg
macOS Intel ClaudeRipple-0.1.0-x64.dmg
Windows x64 ClaudeRipple-Setup-0.1.0-x64.exe (installer) or ClaudeRipple-0.1.0-win-x64.zip
Windows arm64 ClaudeRipple-0.1.0-win-arm64.zip only — the arm64 installer is broken (it skips the executables)

Windows shows "Windows protected your PC". The Windows build is not code-signed (a certificate costs $219–685/year plus a hardware token). Click More info → Run anyway, or build from source — the result is identical.

Windows (new)

  • Per-user install, no administrator rights: Task Scheduler supervisor, certificate trusted for the current user only (Windows shows a fingerprint dialog, no UAC).
  • Verified end to end on x64 hardware: setup, sign-in, picker mode, a live GPT call.
  • Reinstalling over a running ClaudeRipple works — the installer drains the router first.

Fixed since the source publication (2026-09-13)

  • Startup after reboot could take minutes; in picker mode that looked like a broken Claude Desktop.
  • "Show in the Claude app picker" in the provider form did nothing on its own; it now offers to turn picker mode on.
  • ChatGPT sign-in has a button in the GUI.
  • The tray, notifications and GUI follow the OS language (they came up in English on a Korean Windows).
  • Admin API refuses cross-site requests; certificates are minted with node:crypto (no openssl).

Full list: CHANGELOG.md. Korean README: README.ko.md.

Not affiliated with Anthropic or OpenAI. Use of ChatGPT/Claude subscriptions through ClaudeRipple is subject to each provider's terms.