Native macOS client apps
RustZen for local developer work.
Zen Clear and Clipboard are separate macOS clients with one shared product language: local-first, explicit, inspectable, and built for daily developer workflows.
Zen Clear / Clipboard
Two native clients, one RustZen system.
Beta
Zen Clear
A native macOS disk cleanup app for developers. It scans package caches, build outputs, AI tool state, and local development residue, then explains what can be cleaned before any action runs.
In development
Clipboard
A native macOS clipboard history app for local text, code, links, files, and images. It keeps history searchable, previewable, and on the Mac.
Product principle
Native windows. Local data. Explicit actions.
Zen Clear explains every cleanup candidate before deletion. Clipboard keeps history searchable on the Mac. Cloud only supports licensing, versions, and releases; it does not become the runtime for private local data.
Blog
Development notes and product updates.
Git Multi-Repository User Identity Auto-Switching and Privacy Protection Guide
Use Git includeIf to switch user.name and user.email by repository, support HTTPS and SSH, and use a noreply email for public repositories.
Git 多仓库用户身份自动切换与隐私保护指南
使用 Git includeIf 按仓库切换 user.name 和 user.email,支持 HTTPS/SSH,并在公开仓库使用 noreply 邮箱。
rustzen-admin: Frontend Permission System with React Router
How rustzen-admin implements route guards, component permissions, and dynamic menus with React Router and Zustand.