GitHub 项目中提供原命令失效,无法正常下载。因此,在原有终端命令的基础上做了一下优化。 版本号可以替换为最新版本(非最新版本也可以正常使用)
在终端中执行以下命令:
# 替换版本号和架构(arm64/x64)
VERSION="1.11.03"
ARCH="arm64"
URL="https://github.com/yeongpin/cursor-free-vip/releases/download/v${VERSION}/CursorFreeVIP_${VERSION}_mac_${ARCH}"
curl -fL $URL -o CursorFreeVIP
chmod +x CursorFreeVIP
sudo ./CursorFreeVIP
GitHub 项目链接:https://github.com/yeongpin/cursor-free-vip