Files
clashN/README.md

53 lines
1.9 KiB
Markdown
Raw Normal View History

2023-02-17 20:21:29 +08:00
# ClashN
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
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/2dust/clashn)](https://github.com/2dust/clashn/commits/master)
2023-03-26 19:58:42 +08:00
[![CodeFactor](https://www.codefactor.io/repository/github/2dust/clashn/badge)](https://www.codefactor.io/repository/github/2dust/clashn)
2022-09-04 09:05:03 +08:00
[![GitHub Releases](https://img.shields.io/github/downloads/2dust/clashn/latest/total?logo=github)](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-04-11 23:26:22 +08:00
- Microsoft [.NET 6.0 Desktop Runtime](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0/runtime) (or download this file directly: [windowsdesktop-runtime-6.0.15-win-x64.exe](https://download.visualstudio.microsoft.com/download/pr/513d13b7-b456-45af-828b-b7b7981ff462/edf44a743b78f8b54a2cec97ce888346/windowsdesktop-runtime-6.0.15-win-x64.exe
))
- 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
| └─ ...
└─ ...
```