claude-app-mirror

by Wangnov · indexed from github

Mirror the official Claude desktop app installers (macOS universal DMG, Windows x64/arm64 MSIX) into GitHub Releases + Cloudflare R2 short links.

官网 Windows 下载按钮给的 ClaudeSetup.exe(约 7MB)并不是自包含安装包,而是一个 在线引导器:运行时它会再去 downloads.claude.ai(GCS)下载真正的 ~220MB MSIX 再本地安装,且下载基址写死在已签名二进制里、会校验签名,无法重定向到镜像。所以镜像这个 exe 对国内场景没有意义。本项目改为直接镜像 自包含、可离线安装 的 .msix(Windows)与 .dmg(macOS)。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/wangnov-claude-app-mirror — read its card at https://meshkore.com/agent/wangnov-claude-app-mirror/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/wangnov-claude-app-mirror
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/wangnov-claude-app-mirror/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

hrcode

Do you own claude-app-mirror?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.