# ChromeGoMac，Chrome一键翻墙包 Mac版

一个集成10个不同的翻墙通道，包括 clash.meta、clashB、Xray、v2rayb、v2go、hysteria、hysteria2、singbox、naiveproxy、psiphon，所有工具全部内置免费服务器，长期更新。由于国内网络环境复杂、地区不同，网络运营商不同，封锁情况都不同，所以使用效果会有差别，有的地区几乎所有的软件都能使用，有的只能用几款，因此具体哪款软件适合你的网络环境，需要你自己来尝试。支持我们请点右上角star按赞、Fork转发。

**注意**：为了更稳定、更安全的翻墙，建议卸载国产杀毒软件，因为国产杀毒软件、安全软件，比如360安全卫生、360杀毒软件、腾讯管家、金山卫士等不仅仅会起干扰作用，造成翻墙软件无法正常使用或速度变慢，而且还可能默默记录你的翻墙记录!

[Chrome一键翻墙包 Mac版下载](#chromego-xia-zai-di-zhi)、[Chrome一键翻墙包](https://github.com/bannedbook/fanqiang/wiki/Chrome%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85)、[EdgeGo-Edge一键翻墙包](https://github.com/bannedbook/fanqiang/tree/master/EdgeGo)、[火狐一键翻墙包](https://github.com/bannedbook/fanqiang/wiki/%E7%81%AB%E7%8B%90firefox%E4%B8%80%E9%94%AE%E7%BF%BB%E5%A2%99%E5%8C%85)、[安卓手机翻墙](https://github.com/bannedbook/fanqiang/wiki/%E5%AE%89%E5%8D%93%E7%BF%BB%E5%A2%99%E8%BD%AF%E4%BB%B6)、[自建V2ray服务器简明教程](/fanqiang/v2ss/zi-jian-v2ray-fu-wu-qi-jian-ming-jiao-cheng.md)、[自建Shadowsocks服务器简明教程](/fanqiang/v2ss/zi-jian-shadowsocks-fu-wu-qi-jian-ming-jiao-cheng.md)

**推荐：**\
[![V2free翻墙-不限流量、高速稳定、性价比超强](https://raw.githubusercontent.com/bannedbook/fanqiang/master/v2ss/images/v2free.jpg)](https://github.com/bannedbook/fanqiang/wiki/V2ray%E6%9C%BA%E5%9C%BA)

### 更新日志

* **2025年12月26日更新公告：请下载新版。 系统的防火墙可能会起网络阻碍作用，如果多款工具更新ip后无法正常使用，可以把防火墙和杀毒软件关闭再试试看。** 使用方法：下载后解压，按文件夹里面的《使用说明（必看）》操作。第一次使用或不好用的时候记得按照使用说明更新一下ip。

### ChromeGoMac下载地址 <a href="#chromego-xia-zai-di-zhi" id="chromego-xia-zai-di-zhi"></a>

> 如果下载速度慢，可以用 [FDM下载工具](https://www.freedownloadmanager.org/zh/)来下载，这个FDM下载工具如果官方网站下载慢，也可以百度搜索下载安装。然后用这个FDM来下载这里的软件。如果chrome提示此文件存在危险，请选择保留危险文件，是误报。
>
> 1. [ChromeGoMac下载点](https://d1a.mygrok.top/ChromeGoMac.tar.gz)
> 2. [ChromeGoMac下载点](https://d1.mygrok.top/ChromeGoMac.tar.gz)
> 3. [ChromeGoMac下载点](https://d2.mygrok.top/ChromeGoMac.tar.gz)
> 4. [ChromeGoMac下载点](https://github.com/bannedbook/fanqiang/releases/tag/ChromeGo-latest)

### 使用说明

1. 首先设置 [MAC允许未知来源的应用](/fanqiang/mac-yun-xu-wei-zhi-lai-yuan-de-ying-yong.md), 然后从上面的下载链接下载, 比如下载到了下载文件夹
2. 打开终端,输入下面的命令进入下载文件夹

   `cd ~/Downloads/`
3. 解压程序

   ```
   #首先查看文件名
   ls -rtl
   #如果文件名是 ChromeGoMac.tar
   tar -xvf ChromeGoMac.tar
   #如果文件名是 ChromeGoMac.tar.gz
   tar -zxvf ChromeGoMac.tar.gz
   ```
4. 进入程序文件夹

   ```
   cd ~/Downloads/ChromeGoMac
   ls -rtl
   ```
5. 启动翻墙,输入下面的命令

   ```
   bash clash.meta.sh
   ```

N种翻墙方式，哪个好用用哪个,欢迎按顺序挨个尝试。翻墙脚本的.sh文件的文件名前面也加了0、1、2、3...的序号，建议按这个序号挨个尝试。由于国内网络环境复杂，地区不同，运营商不同，封锁强度会不同，所以使用效果会有差别，有的地区几乎所有的软件都能使用，有的只能用几款，因此具体哪款软件适合你的网络环境，需要你自己来尝试。


---

# Agent Instructions: 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:

```
GET https://fanqiang.gitbook.io/fanqiang/chromegomac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
