A clash client for Windows, supports Clash core and Clash.Meta core
- Download
clashN.zip
from releases - Unzip to any folder you want
- Run ClashN.exe
- You can also add
v2ray
subscription toClashN
, just enableSubcription conversion
when you add a profile.
- Microsoft .NET 6.0 Desktop Runtime (or download this file directly: windowsdesktop-runtime-6.0.15-win-x64.exe)
- Clash core https://github.com/Dreamacro/clash/releases
- Clash.Meta core https://github.com/MetaCubeX/Clash.Meta/releases
To build this project, you should clone both ClashN and v2rayN to the same folder
Example folder
├─ ClashN
| ├─ clashN
| | ├─ clashN.sln
| | └─ ...
| ├─ README.md
| └─ ...
├─ v2rayN
| ├─ v2rayN
| | ├─ v2rayN.sln
| | └─ ...
| ├─ README.md
| └─ ...
└─ ...