Community patch adds RTL language support to Claude Desktop on Windows

What this patch fixes
Claude Desktop currently has no native RTL support, causing Hebrew, Arabic, and other right-to-left languages to render completely broken. The issues include text starting from the wrong side, mixed LTR/RTL content appearing jumbled, and the input box not respecting text direction at all.
How the patch works
This is a workaround patch built using Claude Code throughout the development process. The developer used Claude Code to help with ASAR manipulation logic, RTL detection algorithm implementation, and debugging the Electron renderer injection.
The patch specifically:
- Injects a JavaScript snippet into Claude's renderer that auto-detects RTL text and applies the correct direction
- Keeps code blocks strictly LTR to prevent broken formatting
- Works on both the response area and the input box
- Creates full backups of all modified files before making changes, with a one-click restore option
Technical implementation details
Claude Desktop is Electron-based. The patch:
- Extracts app.asar
- Injects the RTL logic into the renderer JavaScript
- Repacks the ASAR file
- Updates the ASAR hash hardcoded in claude.exe
- Swaps the certificate in cowork-svc.exe to keep integrity checks functional
Installation
Installation is done via PowerShell with this command:
irm https://raw.githubusercontent.com/shraga100/claude-desktop-rtl-patch/main/install.ps1 | iexThe patch is completely free and the repository is available at: https://github.com/shraga100/claude-desktop-rtl-patch
Current limitations and future
The developer notes this is a workaround until Anthropic adds native RTL support. The RTL detection isn't perfect yet, and pull requests are open for improvements. The full technical explanation is available in the repository's README.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code
A developer reverse-engineered Airtable's internal API and built an MCP server with 60+ tools, letting Claude Code and 15+ IDEs control database views, computed fields, and extensions. Already used by 2000+ users, it's free and open source.
How I Feel About AI: A Developer's Honest Take on Reasoning, Doom, and the Open Web
A developer reflects on AI: gut-feeling LLMs with emergent reasoning, the threat of superintelligence, and the toll on the open web and artists.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents
DELIGHT is a local orchestrator that runs multiple hidden ChatGPT browser sessions simultaneously, coordinating them like a team of agents without requiring API keys or GPU resources. It connects to OpenClaw as an action layer to apply changes to real files and run tests.