2023-02-17 20:21:29 +08:00
# ClashN
2022-07-30 11:17:35 +08:00
A clash client for Windows, supports [Clash core ](https://github.com/Dreamacro/clash ) and [Clash.Meta core ](https://github.com/MetaCubeX/Clash.Meta )
2022-04-01 19:28:00 +08:00
2022-09-04 09:05:03 +08:00
[](https://github.com/2dust/clashn/commits/master)
2023-03-26 19:58:42 +08:00
[](https://www.codefactor.io/repository/github/2dust/clashn)
2022-09-04 09:05:03 +08:00
[](https://github.com/2dust/clashn/releases)
2023-03-26 19:58:42 +08:00
2022-04-01 19:28:00 +08:00
### How to use
2023-02-17 20:21:29 +08:00
1. Download `clashN.zip` from [releases ](https://github.com/2dust/clashN/releases )
2. Unzip to any folder you want
3. Run ClashN.exe
### Tips
- You can also add `v2ray` subscription to `ClashN` , just enable `Subcription conversion` when you add a profile.
2022-04-01 19:28:00 +08:00
### Requirements
2023-10-08 11:28:22 +03:30
- Microsoft [.NET 6.0 Desktop Runtime ](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime ) (or download this file directly: [windowsdesktop-runtime-6.0.22-win-x64.exe](https://download.visualstudio.microsoft.com/download/pr/66a7c4c6-8401-4799-864f-9afddf5a7733/4052f458f0266e25ab1b9c7959ca245f/windowsdesktop-runtime-6.0.22-win-x64.exe
2023-04-11 23:26:22 +08:00
))
2022-07-30 11:17:35 +08:00
- Clash core [https://github.com/Dreamacro/clash/releases ](https://github.com/Dreamacro/clash/releases )
2022-04-01 19:28:00 +08:00
- Clash.Meta core [https://github.com/MetaCubeX/Clash.Meta/releases ](https://github.com/MetaCubeX/Clash.Meta/releases )
2022-10-10 20:25:27 +08:00
2023-02-17 20:21:29 +08:00
2022-10-10 20:25:27 +08:00
### Telegram Channel
[github_2dust ](https://t.me/github_2dust )
2023-02-17 20:21:29 +08:00
### Contribute
2023-04-11 23:26:22 +08:00
To build this project, you should clone both [ClashN ](https://github.com/2dust/clashN ) and [v2rayN ](https://github.com/2dust/v2rayN ) to the same folder
2023-04-11 23:26:48 +08:00
```
Example folder
├─ ClashN
| ├─ clashN
| | ├─ clashN.sln
| | └─ ...
| ├─ README.md
| └─ ...
├─ v2rayN
| ├─ v2rayN
| | ├─ v2rayN.sln
| | └─ ...
| ├─ README.md
| └─ ...
└─ ...
```