H CLIer banner
Fancyhe1 Fancyhe1

H CLIer

AI community

Description

AI编程助手管理平台 — 为 Claude Code CLI 打造的企业级桌面管理客户端 (Tauri 2 + React 19 + Rust)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

H CLIer

**Windows 上 Claude Code CLI 的图形化管理工具**

让 AI 编程助手从终端进入 IDE 级体验

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Tauri](https://img.shields.io/badge/Tauri-2.x-FFC131?logo=tauri)](https://tauri.app) [![React](https://img.shields.io/badge/React-19-61DAFB?logo=react)](https://react.dev) [![Rust](https://img.shields.io/badge/Rust-000000?logo=rust)](https://www.rust-lang.org) [![Windows](https://img.shields.io/badge/Windows-10%2F11-0078D6?logo=windows)](https://www.microsoft.com/windows)

[![GitHub release](https://img.shields.io/github/v/release/Fancyhe1/H-CLIer)](https://github.com/Fancyhe1/H-CLIer/releases) [![GitHub stars](https://img.shields.io/github/stars/Fancyhe1/H-CLIer)](https://github.com/Fancyhe1/H-CLIer/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Fancyhe1/H-CLIer)](https://github.com/Fancyhe1/H-CLIer/issues)


🎯 这是什么?

**H CLIer** 是一款专为 Windows 用户设计的 Claude Code CLI 图形化管理工具。

如果你在 Windows 上使用 Claude Code CLI,是否遇到这些问题:

  • ❌ 终端体验差,多项目管理混乱
  • ❌ Token 用量难以追踪
  • ❌ 会话历史容易丢失
  • ❌ 缺乏项目快照和回滚功能
  • ❌ 多 Agent 协作没有统一管理界面

**H CLIer 就是为了解决这些问题而生的。**


✨ 核心功能

![主界面](docs/screenshots/main.png)

🪟 Windows 原生支持

  • 为 Windows 优化的 PTY 终端,解决 Windows 终端兼容性问题
  • 原生 Windows 安装包(NSIS),一键安装
  • 支持 Windows 10/11

📁 多会话管理

  • SQLite 持久化存储
  • 工作区分组 + 拖拽排序
  • 收藏标记、颜色标签、软删除回收站
  • 会话克隆与 JSON 格式导入导出
  • 命令面板(Ctrl+K)快速切换

💻 终端仿真

  • 基于 portable-pty 的原生 PTY 实例,每会话独立终端
  • 自动检测并启动 Claude CLI(支持 --session-id / --resume
  • 终端历史回放(重新打开会话时恢复之前的输出)
  • 智能剪贴板(Ctrl+C 复制选中 / 发送中断信号)
  • 未读消息检测 + 任务栏图标闪烁提醒

📊 Token 用量追踪

  • 增量扫描 Claude 会话 JSONL 文件,按模型(Opus / Sonnet / Haiku)分别计费
  • 实时显示日 / 周 / 月 Token 消耗与费用估算
  • 7 天趋势图 + 6 个月活跃热力图

📸 项目检查点

  • 快照整个项目目录(智能跳过 .gitnode_modulestarget 等)
  • 文件级 Diff 对比与一键回滚

💬 聊天记录查看

  • 解析 Claude 的 JSONL 会话格式
  • 识别 text / thinking / tool_use / tool_result 四种内容块
  • Markdown 渲染 + 可折叠详情面板 + 搜索过滤

🤖 AgentHub — Agent 协作