2023-02-17 20:21:29 +08:00
# ClashN
2024-01-02 12:01:18 +08:00
A clash client for Windows, supports [Mihomo core ](https://github.com/MetaCubeX/Mihomo )
2022-04-01 19:28:00 +08:00
2022-09-04 09:05:03 +08:00
[](https://github.com/2dust/clashn/commits/master)
[](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
2024-01-02 12:01:18 +08:00
- Microsoft [.NET 8.0 Desktop Runtime ](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime )
- Mihomo core [https://github.com/MetaCubeX/Mihomo/releases ](https://github.com/MetaCubeX/Mihomo/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
| └─ ...
└─ ...
```