git404hub

what is claude-desktop-zh fr?

chrichuang218/claude-desktop-zh — explained in plain English

Analysis updated 2026-05-18

25RustAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A Windows desktop utility that patches Anthropic's Claude Desktop app into Chinese, with a one-click launcher and repair tool.

vibe map

mindmap
  root((claude-desktop-zh))
    What it does
      Patches Claude Desktop
      Chinese interface
      One-click repair
    Tech stack
      Rust
      Tauri
      React
    Use cases
      Apply translation
      Check patch status
      Restore original
    Audience
      Windows users
      Chinese readers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Switch Claude Desktop on Windows to a Chinese-language interface with one click.

VIBE 2

Check whether the Chinese patch is currently applied and repair it if it breaks.

VIBE 3

Restore Claude Desktop to its original English state at any time.

VIBE 4

Keep compatibility with Cowork sandbox features while still getting a translated launcher.

what's the stack?

RustTauriReactPowerShell

how it stacks up fr

chrichuang218/claude-desktop-zhasync-herald/herald-enginecolwill/ccc
Stars252525
LanguageRustRustRust
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Windows 10/11, WebView2 Runtime, Python, and an internet connection since the patch files are downloaded fresh from a separate repo each time.

MIT license: free to use, modify, and distribute for any purpose, including commercial use, as long as the copyright notice is kept.

in plain english

Claude Desktop zh-CN for Windows is a small companion app that adds a Chinese language patch to Anthropic's Claude Desktop client on Windows. It is built with Tauri, which pairs a Rust backend with a React frontend, and it gives users a graphical launcher for turning the Chinese patch on or off, checking whether the patched version is currently installed, checking for updates, and running a one-click repair if something breaks. The tool does not bundle its own translation. Every time a user applies the patch or restores the original English interface, the app downloads the latest patch files over the network from a separate project called javaht/claude-desktop-zh-cn, then unpacks them into a local folder under the user's AppData directory. If that download, unpacking, or verification step fails, the app is designed to show a clear error rather than pretend the operation succeeded, so an internet connection is required whenever the patch is applied or removed. There are two installation modes carried over from the underlying javaht patch engine. The first mode skips modifying Claude's core application file and is meant for people who want to keep compatibility with Claude's Cowork sandbox and screenshot workspace features, though it does not translate pages loaded live from claude.ai. The second mode edits Claude's packaged application file directly so that chat, projects, and other web-loaded pages also appear in Chinese, at the cost of possibly triggering integrity or signature checks that could affect sandbox compatibility. The project also keeps an older PowerShell-based launcher in its repository as a fallback outside the main Tauri app. It is released under the MIT license and includes a disclaimer that Claude is a trademark of Anthropic PBC and that this is an unofficial third-party tool with no official affiliation. It targets Windows 10 and 11 users who want a Chinese-language reading experience for Claude Desktop and are comfortable running a small native utility that patches an existing installed app.

prompts (copy fr)

prompt 1
Explain the difference between the Cowork-compatible mode and the ASAR-modification mode in claude-desktop-zh.
prompt 2
Walk me through building claude-desktop-zh from source with npm and cargo.
prompt 3
What happens on my machine when I apply or remove the Chinese patch with this tool?
prompt 4
Help me troubleshoot a failed patch download in claude-desktop-zh.

Frequently asked questions

what is claude-desktop-zh fr?

A Windows desktop utility that patches Anthropic's Claude Desktop app into Chinese, with a one-click launcher and repair tool.

What language is claude-desktop-zh written in?

Mainly Rust. The stack also includes Rust, Tauri, React.

What license does claude-desktop-zh use?

MIT license: free to use, modify, and distribute for any purpose, including commercial use, as long as the copyright notice is kept.

How hard is claude-desktop-zh to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is claude-desktop-zh for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.