50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
# ClashN
|
|
A clash client for Windows, supports [Mihomo core](https://github.com/MetaCubeX/Mihomo)
|
|
|
|
[](https://github.com/2dust/clashn/commits/master)
|
|
[](https://github.com/2dust/clashn/releases)
|
|
|
|
### How to use
|
|
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.
|
|
|
|
|
|
|
|
### Requirements
|
|
- 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)
|
|
|
|
|
|
|
|
### Telegram Channel
|
|
[github_2dust](https://t.me/github_2dust)
|
|
|
|
|
|
|
|
### Contribute
|
|
|
|
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
|
|
```
|
|
Example folder
|
|
├─ ClashN
|
|
| ├─ clashN
|
|
| | ├─ clashN.sln
|
|
| | └─ ...
|
|
| ├─ README.md
|
|
| └─ ...
|
|
├─ v2rayN
|
|
| ├─ v2rayN
|
|
| | ├─ v2rayN.sln
|
|
| | └─ ...
|
|
| ├─ README.md
|
|
| └─ ...
|
|
└─ ...
|
|
```
|