SUMMARY AI summary by gpt-5-mini
Claude Desktop Gateway は、Anthropic 互換の /v1/messages API を受け取り OpenRouter の Chat Completions に転送する軽量なローカル推論ゲートウェイです。主に Claude Desktop をローカルや LAN/VPS 経由で動かす開発者や運用者が使います。Go 実装が主要経路で、将来的に Wails ベースの設定 GUI を提供します。 主な機能: - ローカル起動スクリプト(.env.local と gateway.local.json)で 127.0.0.1:8787 に起動、OPENROUTER_API_KEY と CLAUDE_GATEWAY_API_KEY を使用。start/stop/status 管理スクリプトあり。 - claude-desktop-config の doctor/apply-local コマンドで Claude の 3P プロファイルを検査・修正・適用(API キーは出力で伏せ字)。 - LAN/VPS バインド対応(0.0.0.0)、TLS 推奨・自己署名証明書の生成とクライアント信頼手順を記載。非ループバック起動時は CLAUDE_GATEWAY_API_KEY が必須。 - JSON 構成でプロバイダ、ルート(Claude Desktop のモデルID→上流モデル)を定義。プロバイダ能力(streaming/tools/jsonMode)を検証し、未対応リクエストを事前に拒否。 - Wails ベースのデスクトップ GUI(MVP)はヘルス、URL、設定エラー、プロバイダ、ルートを表示。TypeScript 実装は参照用。 ローカルテスト、Go の単体テスト、実行例や設定サンプルが README に詳述されています。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:18 |
Similar repos (same language)
Tools and daemons for Claude Code (memory sync, etc.)
paultyng/testagentA fake CLI agent for testing orchestration tooling — emits Claude-shaped hooks, MCP traffic, and stream-json without calling any LLM.
japananh/aimonitormacOS menu bar + CLI that watches Claude Code session usage across multiple accounts and switches to whichever has server-side headroom. Local-first, no telemetry.
Oseas031/axis-cliAgent-native scheduling system for AI Agents
DeliciousBuding/dida-cliAgent-friendly CLI for Dida365 / TickTick
mopanc/sagaTopic-grained, layered memory layer for AI coding agents — local-first, MCP, single binary. Plug Claude Code / Cursor / Windsurf / Antigravity into persistent memory across sessions and machines.
cajasmota/archigraphMulti-repo code knowledge graphs for AI agents. Cross-repo linking, infrastructure topology, watcher-driven freshness.