| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClashFX.app.dSYM.zip | 2026-05-07 | 49.8 MB | |
| ClashFX.dmg | 2026-05-07 | 91.0 MB | |
| 1.0.32 source code.tar.gz | 2026-05-07 | 5.1 MB | |
| 1.0.32 source code.zip | 2026-05-07 | 5.2 MB | |
| README.md | 2026-05-07 | 1.1 kB | |
| Totals: 5 Items | 151.1 MB | 0 | |
Bug Fixes
- WireGuard Proxy Loading Fixed — Configs containing WireGuard proxies failed to load with
create WireGuard device: gVisor is not included in this build, rebuild with -tags with_gvisor. The embedded mihomo core was built without thewith_gvisorbuild tag required by mihomo's userspace WireGuard implementation; the standalonemihomo_corebinary already had it, but the c-archive linked into the main app process did not. Thanks @DareYouS. (#70, [#71])
修复
- 修复 WireGuard 代理加载失败 — 含 WireGuard 节点的配置加载失败,报错
create WireGuard device: gVisor is not included in this build, rebuild with -tags with_gvisor。内嵌的 mihomo 核心在编译时缺少with_gvisor标签(mihomo 用户态 WireGuard 实现所必需);独立的mihomo_core二进制本就带了这个标签,但链接进主进程的 c-archive 没带。感谢 @DareYouS。(#70, [#71])