Claude Code 配置管理器 v1.7.0
Description
> 🎉 一款基于 Tauri 和 Rust 构建的现代化 Claude Code 配置管理工具,为开发者提供便捷的 API 配置管理解决方案。
Installation
claude install-skill https://github.com/ronghuaxueleng/claude-code-config-manage-gui README
Claude Code 配置管理器 v1.7.0
🎉 一款基于 Tauri 和 Rust 构建的现代化 Claude Code 配置管理工具,为开发者提供便捷的 API 配置管理解决方案。
✨ 本版本更新
新增功能
- undefined
Bug 修复
- undefined
改进优化
- undefined
📦 下载
GUI 版本(图形界面)
适合需要可视化界面的用户:
| 平台 | 文件 | 说明 |
|---|---|---|
| 🪟 Windows | claude-code-config-manager_1.7.0_x64_zh-CN.msi |
Windows 安装包(推荐) |
| 🪟 Windows | claude-code-config-manager_1.7.0_x64-setup.exe |
NSIS 安装程序 |
| 🐧 Linux | claude-code-config-manager_1.7.0_amd64.deb |
Debian/Ubuntu 包 |
| 🐧 Linux | claude-code-config-manager_1.7.0_amd64.AppImage |
通用 AppImage |
| 🍎 macOS | claude-code-config-manager_1.7.0_aarch64.dmg |
macOS 安装镜像 (Apple Silicon) |
**特点**:
- undefined
CLI 版本(命令行)
适合服务器环境和命令行爱好者:
| 平台 | 文件 | 说明 |
|---|---|---|
| 🪟 Windows | claude-config-cli-1.7.0-Windows-x86_64.zip |
Windows 可执行文件 |
| 🐧 Linux | claude-config-cli-1.7.0-Linux-x86_64.tar.gz |
Linux 可执行文件 |
| 🍎 macOS | claude-config-cli-1.7.0-Darwin-x86_64.tar.gz |
macOS 可执行文件 |
**特点**:
- undefined
📝 安装说明
GUI 版本
**Windows:**
- undefined
**Linux (Debian/Ubuntu):**
# 下载 .deb 文件后
sudo dpkg -i claude-code-config-manager_1.7.0_amd64.deb
# 如有依赖问题,运行
sudo apt-get install -f
**Linux (AppImage):**
# 下载 .AppImage 文件后
chmod +x claude-code-config-manager_1.7.0_amd64.AppImage
./claude-code-config-manager_1.7.0_amd64.AppImage
**macOS:**
- undefined
CLI 版本
**Windows:**
# 解压 ZIP 文件
# 将 claude-config.exe 复制到 PATH 中的任意目录
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done