• v0.1.0 506e12489f

    v0.1.0 Stable

    mprihoda released this 2026-01-14 11:07:07 +00:00 | 11 commits to main since this release

    Initial release of jvm-proxy.

    A local HTTP proxy that enables JVM tools (sbt, scala-cli, coursier) to work with authenticated HTTP proxies in Claude Code environments.

    Quick Start

    eval "$(curl -fsSL https://raw.githubusercontent.com/iterative-works/claude-jvm-proxy/main/install.sh)"
    jvm-proxy start &
    

    Platform Support

    • Linux x86_64

    Changes

    • Initial implementation with CONNECT tunneling
    • CLI commands: start, stop, status, env
    • Streaming proxy (no memory buffering)
    Downloads