ChatArch proxy toolkit for Clash, subconverter, and proxy service operations.
Project description
chatclash
ChatArch single-machine proxy toolkit for Mihomo runtime management, subscription-backed config generation, and ChatEnv-backed proxy validation.
Quick start
pip install -e ".[dev]"
chatclash init
chatclash sub set -i
# If the subscription source blocks direct server fetches, use:
chatclash mihomo install --daemon
chatclash sub update
chatclash mihomo start
chatclash status
chatenv test -t chatclash
CLI tree
chatclash # 管理本机 Mihomo 代理服务
├── init # 初始化本机运行目录,并交互式收集 ChatEnv 配置
├── status # 查看整体状态
├── sub # 管理订阅和生成代理配置
│ ├── set # 保存订阅配置到 ChatEnv
│ ├── status # 查看订阅配置状态
│ ├── update # 用订阅刷新本机配置
│ ├── url # 生成订阅转换 URL
│ ├── generate # 生成 Clash 配置文件
│ └── converter # 安装和管理本机 SubConverter 服务
├── proxy # 打印本机代理端点和环境变量
│ ├── show # 显示代理端点,默认脱敏显示认证
│ └── env # 输出 shell 代理环境变量;--no-mask 输出可用认证 URL
└── mihomo # 管理 Mihomo 程序
├── install # 安装 Mihomo
├── uninstall # 卸载 Mihomo
├── update # 更新 Mihomo
├── start # 启动 Mihomo
├── stop # 停止 Mihomo
├── restart # 重启 Mihomo
├── status # 查看 Mihomo 状态
└── logs # 查看 Mihomo 日志
Common commands
chatclash sub status
chatclash sub converter status
chatclash sub update
chatclash mihomo update
chatclash mihomo restart
chatclash mihomo logs
chatclash proxy show
eval "$(chatclash proxy env)"
python -m pytest -q
ChatArch conventions
- CLI interaction uses ChatStyle helpers and the shared
-i/-Ipattern where applicable. - Operator config and
CHATCLASH_HOMEare stored through ChatEnv; local config stores only derived runtime facts. - Major CLI capabilities have reusable Python APIs under
src/chatclash/modules. - Sensitive values must not be printed in CLI output, logs, docs, or tests.
ChatEnv fields
| Field | Notes |
|---|---|
CHATCLASH_HOME |
Machine-local ChatClash runtime directory |
CHATCLASH_SUBSCRIPTION_URL |
Subscription URL, sensitive |
CHATCLASH_PROXY_AUTH |
Proxy authentication, sensitive |
CHATCLASH_SUBCONVERTER_URL |
Optional subconverter service base URL |
Machine-local ports, hosts, runtime paths, PID files, and log files live in ChatClash local config rather than ChatEnv. CHATCLASH_HOME is the ChatEnv-managed root used to locate that local config.
Local subscription converter service
chatclash sub converter manages the local subscription converter service used by CHATCLASH_SUBCONVERTER_URL. Host and port are service runtime parameters, not ChatEnv fields.
chatclash sub converter install
chatclash sub converter start # default http://127.0.0.1:25500
chatclash sub converter start --host 0.0.0.0 --port 26666
chatclash sub converter status
chatclash sub converter logs --tail 200
chatclash sub converter stop
After starting a local converter, store its base URL through ChatEnv when this machine should use it for subscription conversion:
chatenv set CHATCLASH_SUBCONVERTER_URL='http://127.0.0.1:25500'
chatclash sub url --show -I
chatclash sub update
When CHATCLASH_SUBCONVERTER_URL is configured, chatclash sub generate and chatclash sub update use the converter endpoint to regenerate the local Mihomo config. The generated config.yaml is a machine-local artifact: do not copy it between machines. To refresh another host, configure that host's subscription/converter settings and run generation there.
The converter request follows the original ACL4SSR/SubConverter contract (target=clash, insert=false, new_name=true, and related compatibility flags). Some providers return node-only YAML; ChatClash composes the local listener header, authentication, default groups, and rules around those generated nodes.
Authentication and ChatEnv
All public commands expose the shared ChatStyle -i/-I interactive option. For first-time machine setup, run chatclash init interactively, or pass values explicitly for automation:
chatclash init --url-env CHATCLASH_SUBSCRIPTION_URL --proxy-auth-env CHATCLASH_PROXY_AUTH -I
chatclash proxy show # masked
chatclash proxy show --no-mask # shows authenticated proxy URLs
chatclash proxy env --no-mask # usable authenticated http_proxy/https_proxy/all_proxy exports
ChatEnv remains the system of record:
chatenv cat -t chatclash
chatenv cat -t chatclash --no-mask
chatenv test -t chatclash
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chatclash-0.1.3.tar.gz.
File metadata
- Download URL: chatclash-0.1.3.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
915f994a56c8a94441847e3dee49f595565320c15078f59e758a5876775b2049
|
|
| MD5 |
a9d889d59b0d440aa2c6117fd839c32b
|
|
| BLAKE2b-256 |
a34ff5f377113dcb539c0557d2c07b971993ba0e6af2d41a9326e346c7f88001
|
File details
Details for the file chatclash-0.1.3-py3-none-any.whl.
File metadata
- Download URL: chatclash-0.1.3-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bb011c856d9db3e9dc9ec2213a681c42c58f6270178b562bc99d80c3ec8ffdb
|
|
| MD5 |
b3edc47b54904d2a0e97551dda1d1022
|
|
| BLAKE2b-256 |
a2687efc3099cf1ab39697ccecdec9ae535179c3aec874e84823af2238e87fd4
|