> For the complete documentation index, see [llms.txt](https://hutaodocuments.gitbook.io/hutaocloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hutaodocuments.gitbook.io/hutaocloud/tutorial/windows/clash-for-windows.md).

# Clash for Windows

### 简介

> Clash 是一个使用 Go 语言编写，基于规则的跨平台代理软件核心程序。 Clash for Windows 是目前在 Windows 上唯一可用的图形化 Clash 分支。通过 Clash API 来配置和控制 Clash 核心程序，便于用户可视化操作和使用。

### 软件安装

下载地址：<https://github.com/Fndroid/clash_for_windows_pkg/releases>

![image.png](https://i.loli.net/2021/09/01/psYtqSDkh4rHIoe.png)

打开软件，在左侧的标签页中选择Profiles打开，在顶部输入您的 Clash 订阅链接，然后点击 Download 按钮。

### 获取订阅

首页 —— 用户中心 —— **订阅地址**

![](/files/-Mif03XGehPOGt4lL2lH)

![image.png](https://i.loli.net/2021/09/02/PmdqIkoA2Vtehsx.png)

Clash for Windows 会自动拉取配置文件进行更新，如果一切顺利，你应当可以看到绿色提示信息「Success!」，并且可以看到一个新增的配置文件：

![image.png](https://i.loli.net/2021/09/02/nOBQse4zd8Hko5g.png)

返回到「General」部分，将「System Proxy」的开关更改为绿色或「On」状态即可开始使用。此外，如果您需要让 Clash for Windows 开机自启，可以将「Start with Windows」也更改为绿色或「On」。

![image.png](https://i.loli.net/2021/09/02/5cMVFqwuapr6JOC.png)

您可以点击「Proxies」标签页来切换接入点，将顶部的出站模式选择为「Rule」。 此模式下你的网络访问请求将通过 Clash for Winows 进行分流处理。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hutaodocuments.gitbook.io/hutaocloud/tutorial/windows/clash-for-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
