> For the complete documentation index, see [llms.txt](https://www.happ.su/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.happ.su/main/zh/readme.md).

# Happ - Proxy Utility

| iOS                                                                                                                                                          | Android                                                                                                | Desktop                                                                                                                                                                                                                                                                                                    | TV                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| App Store [Global](https://apps.apple.com/us/app/happ-proxy-utility/id6504287215), [Rus](https://apps.apple.com/ru/app/happ-proxy-utility-plus/id6746188973) | [Google Play](https://play.google.com/store/apps/details?id=com.happproxy)                             | Windows [x64](https://github.com/Happ-proxy/happ-desktop/releases/latest/download/setup-Happ.x64.exe)                                                                                                                                                                                                      | [Android TV](https://play.google.com/store/apps/details?id=com.happproxy)                   |
| Testflight [Global](https://testflight.apple.com/join/XMls6Ckd), [Rus](https://testflight.apple.com/join/1bKEcMub)                                           | [Download APK](https://github.com/Happ-proxy/happ-android/releases/latest/download/Happ.apk)           | macOS: [Global](https://apps.apple.com/us/app/happ-proxy-utility/id6504287215), [Rus](https://apps.apple.com/ru/app/happ-proxy-utility-plus/id6746188973) [dmg](https://github.com/Happ-proxy/happ-desktop/releases/latest/download/Happ.macOS.universal.dmg)                                              | [Android apk](https://github.com/Happ-proxy/happ-android/releases/latest/download/Happ.apk) |
|                                                                                                                                                              | [Download Beta APK](https://github.com/Happ-proxy/happ-android/releases/latest/download/Happ_beta.apk) | Linux: [deb](https://github.com/Happ-proxy/happ-desktop/releases/latest/download/Happ.linux.x64.deb), [rpm](https://github.com/Happ-proxy/happ-desktop/releases/latest/download/Happ.linux.x64.rpm), [pkg](https://github.com/Happ-proxy/happ-desktop/releases/latest/download/Happ.linux.x64.pkg.tar.zst) | [Apple TV](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)            |
| Donations ❤️                                                                                                                                                 | [​Cards MIR/Visa​](https://t.me/tribute/app?startapp=dzpn)                                             | [Crypto](broken://pages/VsuIA73iw8NhSEq81Uz4#crypto)                                                                                                                                                                                                                                                       |                                                                                             |

**Happ** 是一款基于强大 **Xray** 内核构建的跨平台代理工具应用，旨在让代理服务器的使用更加便捷。

该应用支持 **Windows、macOS、Linux、移动设备（iOS/Android）** 以及 **电视平台（tvOS/Android TV）**。

直观的界面与灵活的设置，使 Happ 成为新手和高级用户都能信赖的高效工具。

**Happ 的主要功能包括：**

* 基于灵活的路由规则配置代理服务器。
* 支持多种现代协议，包括：
  * **VLESS (Reality)**
  * **VMess**
  * **Trojan**
  * **Shadowsocks**
  * **Socks**

Happ 确保您的网络活动始终私密。应用程序不收集任何数据，您的信息完全保存在设备上，不会传输至外部服务器。

需要特别说明的是，Happ 不包含任何服务器，也不提供 VPN 服务。用户需自行配置服务器，仅用于个人用途。同时，Happ 要求用户在使用本应用时遵守其所在司法辖区的相关法律法规。


---

# 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://www.happ.su/main/zh/readme.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.
