24 lines
1.8 KiB
Markdown
24 lines
1.8 KiB
Markdown
# 简介
|
||
|
||
Clash 及其周边项目于 2023 年 11 月上旬删库跑路,现提供部分官方原版安装包。
|
||
|
||
- [Clash 最新版 v1.18.0 源码压缩包](https://github.com/Loyalsoldier/clash-rules/blob/hidden/software/src):可构建出以下 **Clash 命令行版**。
|
||
- [Clash 命令行版](https://github.com/Loyalsoldier/clash-rules/blob/hidden/software/clash)
|
||
- [Clash Premium 命令行版](https://github.com/Loyalsoldier/clash-rules/blob/hidden/software/clash-premium)
|
||
- 使用 Clash Premium 作为内核的图形用户界面版:
|
||
- [ClashX Pro](https://github.com/Loyalsoldier/clash-rules/blob/hidden/software/clashx-pro)(适用于 macOS)
|
||
- [Clash for Windows](https://github.com/Loyalsoldier/clash-rules/blob/hidden/software/clash-for-windows)(适用于 Windows)
|
||
|
||
以上部分资源可在**互联网档案馆时光机**中找到,网址如下:
|
||
|
||
- [@Dreamacro/Clash 仓库](https://web.archive.org/web/20231102080544/https://github.com/Dreamacro/clash),[命令行版发布页](https://web.archive.org/web/20231102080544/https://github.com/Dreamacro/clash/releases),[Premium 命令行版发布页](https://web.archive.org/web/20231102080403/https://github.com/Dreamacro/clash/releases/tag/premium)
|
||
- [@yichengchen/ClashX 仓库](https://web.archive.org/web/20231103085620/https://github.com/yichengchen/clashX),[软件发布页](https://web.archive.org/web/20231103102433/https://github.com/yichengchen/clashX/releases)
|
||
- [@Fndroid/Clash for Windows 软件发布页](https://web.archive.org/web/20231101083947/https://github.com/Fndroid/clash_for_windows_pkg/releases)
|
||
|
||
## 构建适用于本机的 Clash 命令行版
|
||
|
||
1. 下载上方列出的 Clash 源码压缩包后,解压
|
||
2. 安装 Go 运行时
|
||
3. 在源码解压目录内,运行命令:`go build ./`
|
||
4. 目录内的 `Clash` 或 `Clash.exe` 即为适用于本机的 Clash 命令行版
|