npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-rtl

v1.1.0

Published

A smart RTL (Right-to-Left) patcher with UI settings for the Claude application.

Readme

Claude Desktop RTL Patcher

A smart RTL (Right-to-Left) alignment and typography patcher for the official Claude Desktop application, featuring a terracotta-styled floating settings panel.

It automatically enables Right-to-Left text direction, overrides Claude's font system using variable overrides, embeds and loads the beautiful Vazirmatn font, enables Developer Tools, and fixes common Persian keyboard layout issues.


Features

  • Smart Auto-Direction: Automatically detects if a paragraph or list contains RTL scripts (Persian/Arabic) and aligns it correctly, while leaving code blocks and LTR sections untouched.
  • Dynamic CSS Variable Overrides: Re-defines Claude's official CSS variables (--font-claude-response, --font-ui, etc.) to seamlessly apply your chosen Persian/Arabic font for RTL texts, and your preferred UI font for English.
  • CSP Bypass & Google Fonts CDN: Bypasses Claude's strict Content Security Policy (CSP) for local assets by calling Vazirmatn from the whitelisted Google Fonts CDN (gstatic.com), with local base64 fallback.
  • DevTools & Context Menu: Enables the standard Developer Tools window (Cmd + Option + I on macOS or F12 on Windows) and adds a right-click "Inspect Element" context menu.
  • Persian Keyboard Layout Fix: Resolves the common Shift + 2 layout bug on Persian keyboards (mapping it to @ instead of the Persian comma ٬).
  • Terracotta Settings Widget: A beautiful, floating panel in the bottom-right corner of Claude Desktop to toggle RTL, force RTL layout, specify custom fonts, and adjust line-height in real time.

Installation

You can run the patcher directly using:

npx claude-rtl

CLI Options

  • Apply Patch: npx claude-rtl (Automatically backs up your installation, applies the patch, updates macOS Info.plist integrity hashes, and ad-hoc signs the application bundle).
  • Restore Backup: npx claude-rtl --restore (Completely reverts all modifications and restores Claude Desktop to its official factory state).

Related Projects


License

MIT