Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2dust/clashN
A clash client for Windows, support Mihomo
https://github.com/2dust/clashN
Last synced: 14 days ago
JSON representation
A clash client for Windows, support Mihomo
- Host: GitHub
- URL: https://github.com/2dust/clashN
- Owner: 2dust
- License: gpl-3.0
- Created: 2022-04-01T11:11:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T02:06:24.000Z (5 months ago)
- Last Synced: 2024-10-15T17:41:15.935Z (27 days ago)
- Language: C#
- Homepage: https://1.2345345.xyz
- Size: 12.2 MB
- Stars: 4,801
- Watchers: 32
- Forks: 595
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 2dust/clashN - A clash client for Windows, support Mihomo (C# #)
README
## [本项目功能将合并到v2rayN项目](https://github.com/2dust/clashN/issues/358)
# ClashN
A clash client for Windows, supports [Mihomo core](https://github.com/MetaCubeX/Mihomo)[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/2dust/clashn)](https://github.com/2dust/clashn/commits/master)
[![GitHub Releases](https://img.shields.io/github/downloads/2dust/clashn/latest/total?logo=github)](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
| └─ ...
└─ ...
```