Compare commits

...

64 Commits

Author SHA1 Message Date
煎饼果子卷鲨鱼辣椒
c5386b51ad 更新README文件中的PowerShell脚本链接,将cursor_win_id_modifier_new.ps1替换为cursor_win_id_modifier.ps1,以确保用户获取最新的增强版脚本。同时,更新反馈部分的脚本名称,提升文档的一致性和准确性。 2025-07-29 10:36:51 +08:00
煎饼果子卷鲨鱼辣椒
5f86b0a76a 更新README文件中的微信群二维码,替换为新的二维码图片,并更新有效期说明。同时,删除了一些不再使用的图片文件以清理项目资源。 2025-07-28 17:01:49 +08:00
煎饼果子卷鲨鱼辣椒
3a3d490025 优化Cursor macOS机器码修改脚本中的权限修复功能,删除冗余的权限修复命令,整合并简化权限验证流程,确保在删除文件夹后立即执行权限修复,提升代码可读性和可维护性。同时,增强启动前权限修复的逻辑,确保Cursor正常启动时权限设置正确。 2025-07-25 15:41:50 +08:00
煎饼果子卷鲨鱼辣椒@86
abe92608bc
Merge pull request #560 from teocns/master
fix: unknown parameter`xattr -r` on newer MacOS versions
2025-07-25 14:55:05 +08:00
Teo
24396c5a7a
fix: unknown parameterxattr -r on newer MacOS versions
Signed-off-by: Teo <teocns@gmail.com>
2025-07-22 16:23:40 +03:00
煎饼果子卷鲨鱼辣椒
8065efd6af 增强Cursor Windows机器码修改脚本,新增设备识别绕过功能,通过JavaScript注入实现对核心文件的修改,确保在不同环境下的设备标识符可访问性。优化了用户反馈信息,提供清晰的操作指引,提升了脚本的可维护性和用户体验。 2025-07-18 15:57:15 +08:00
煎饼果子卷鲨鱼辣椒
460b2b47a7 增强Cursor Windows机器码修改脚本,新增PowerShell原生随机字符串生成函数,提升代码可读性和可维护性。移除原有的随机字符串生成实现,确保生成的机器ID更加安全和随机化,进一步优化用户体验。 2025-07-18 15:04:00 +08:00
煎饼果子卷鲨鱼辣椒
7507be7e8b 增强Cursor Windows机器码修改脚本,新增PowerShell原生随机字符串生成函数以替代原有的密码生成方法,提升了代码的可读性和可维护性。同时,确保生成的机器ID和MAC地址更加安全和随机化,优化了用户体验。 2025-07-18 14:57:13 +08:00
煎饼果子卷鲨鱼辣椒
3504d0e5e2 简化Cursor macOS机器码修改脚本中的权限修复功能,整合多个权限修复命令,提升代码可读性和可维护性。优化了权限验证流程,确保在启动时能够有效处理权限问题,增强用户体验。 2025-07-14 14:51:52 +08:00
煎饼果子卷鲨鱼辣椒
81763a34dd 增强Cursor macOS机器码修改脚本,集成用户提供的权限修复命令,特别处理logs目录权限问题,解决EACCES错误,确保Cursor正常启动。新增启动时权限预检查和修复功能,提升用户体验和脚本的可维护性。 2025-07-14 11:44:43 +08:00
煎饼果子卷鲨鱼辣椒
e319c2c972 修复Cursor应用签名问题,防止出现"应用已损坏"错误。更新日志信息,提供清晰的操作指引,确保用户在遇到启动问题时能够获得有效的解决方案。 2025-07-14 11:25:54 +08:00
煎饼果子卷鲨鱼辣椒
40d7e844a2 移除cursor_mac_id_modifier.sh脚本中的随机ID和UUID生成函数,以简化代码结构并提升可维护性。这一变更旨在优化脚本的清晰度,确保功能专注于MAC地址修改。 2025-07-14 11:22:57 +08:00
煎饼果子卷鲨鱼辣椒
b660ba0080 增强Cursor ID修改工具,新增JavaScript注入功能以实现设备识别绕过,优化了用户反馈信息,确保在注册表修改失败时提供清晰的操作指引。同时,更新了日志信息,提升了脚本的可维护性和用户体验。 2025-07-14 10:59:58 +08:00
煎饼果子卷鲨鱼辣椒
900a07cc8c 删除了多个与Cursor相关的文件,包括下载链接的CSV和JSON文件、历史记录文档、Apple Silicon解决方案、权限修复方案、MAC地址修改总结及相关权限测试脚本。这一变更旨在简化项目结构,移除不再需要的文件,以提升可维护性和清晰度。 2025-07-14 10:50:01 +08:00
煎饼果子卷鲨鱼辣椒
31331a8991 增强Cursor ID修改工具,更新为ES模块兼容版本,重写crypto.randomUUID方法以支持UUID生成,同时覆盖系统ID获取函数,确保在不同环境下的可访问性。移除旧版Windows ID修改脚本,简化结构并提升可维护性,为后续功能扩展打下基础。 2025-07-14 10:37:13 +08:00
煎饼果子卷鲨鱼辣椒
aca18c3ea6 移除cursor_win_id_modifier_new.ps1脚本中的多项已屏蔽功能,包括备份目录创建、现有配置备份、随机ID生成及权限检查等。此更新旨在简化脚本结构,提升可维护性,并为后续功能扩展打下基础。 2025-07-11 17:40:00 +08:00
煎饼果子卷鲨鱼辣椒
57fc804106 更新README文件,新增Windows增强版Cursor机器码修改工具的说明,包含双模式操作和试用重置功能的详细信息。同时,增加了用户反馈与建议部分,鼓励用户分享使用体验和改进意见,以提升工具的可用性和用户体验。 2025-07-11 17:15:11 +08:00
煎饼果子卷鲨鱼辣椒
70a6c49ba0 优化Cursor权限管理和MAC地址修改功能,新增权限修复和验证机制,提升用户交互体验。更新了日志信息,确保在权限和MAC地址修改过程中提供清晰的反馈。同时,改进了错误处理和故障排除信息,增强了脚本的安全性和可维护性。 2025-07-09 19:12:08 +08:00
煎饼果子卷鲨鱼辣椒
730cb66194 增强MAC地址修改功能,新增MAC地址验证和WiFi管理机制,提升了脚本的兼容性和用户体验。集成了多种MAC地址修改方法,优化了错误处理和故障排除信息显示,确保在不同macOS环境下的有效性。同时,改进了用户交互,提供更清晰的操作指引和反馈。 2025-07-09 19:04:39 +08:00
煎饼果子卷鲨鱼辣椒
fabff7298b 增强Cursor权限管理功能,新增macOS特有的深入权限处理,确保在启动前和运行时的权限设置正确。优化了日志目录的权限处理和扩展属性清理,提升了脚本的安全性和用户体验。同时,新增完整权限修复函数,提供更全面的权限管理解决方案。 2025-07-09 17:03:49 +08:00
煎饼果子卷鲨鱼辣椒
421e7fd2da 优化Apple Silicon环境下的MAC地址修改逻辑,新增完全自动化模式,无需用户确认。改进用户交互,确保在MAC地址修改失败时自动切换到JS内核修改方案,减少用户干预。增强Cursor目录权限管理,确保启动前权限正确,提升脚本的安全性和用户体验。 2025-07-09 16:32:11 +08:00
煎饼果子卷鲨鱼辣椒
db938c088a 增强MAC地址修改功能,新增JS内核修改方案以绕过设备识别,提供更直接有效的解决方案。优化了用户反馈信息,确保在MAC地址修改失败时提供清晰的备选方案和操作指引。同时,提升了脚本的可维护性和用户体验。 2025-07-09 14:57:40 +08:00
煎饼果子卷鲨鱼辣椒
9788bcb7e0 群15 2025-07-07 17:38:06 +08:00
煎饼果子卷鲨鱼辣椒
9336372d18 Merge branch 'master' of https://github.com/yuaotian/go-cursor-help
.
2025-07-04 18:50:34 +08:00
煎饼果子卷鲨鱼辣椒
0e03ee274e 增强Cursor目录权限管理功能,新增确保目录权限正确的函数,优化了配置文件生成后的权限检查和恢复机制。确保在修改过程中提供清晰的操作反馈,提升了用户体验和脚本的安全性。同时,修复了Python执行结果解析和验证逻辑,确保修改成功后配置文件的只读保护有效。 2025-07-04 18:50:05 +08:00
煎饼果子卷鲨鱼辣椒@86
442a90c323
Update README_JP.md 2025-07-04 15:18:39 +08:00
煎饼果子卷鲨鱼辣椒@86
06bc74b261
Update README.md 2025-07-04 15:18:26 +08:00
煎饼果子卷鲨鱼辣椒@86
c4834133c8
Update README_CN.md 2025-07-04 15:18:11 +08:00
煎饼果子卷鲨鱼辣椒@86
c4c1aff308
Update README_CN.md 2025-07-04 15:17:58 +08:00
煎饼果子卷鲨鱼辣椒@86
ab6cbc36bb
Update README_CN.md 2025-07-04 15:17:47 +08:00
煎饼果子卷鲨鱼辣椒
874dc94792 增强MAC地址修改功能,新增macOS环境检测和多种修改方法支持,包括传统ifconfig、第三方工具和系统网络偏好设置。优化了用户反馈信息,确保在修改过程中提供清晰的操作指引和故障排除建议。同时,提升了脚本的可维护性和用户体验。 2025-07-04 00:42:45 +08:00
煎饼果子卷鲨鱼辣椒
45354c22d7 新增MAC地址修改功能,支持通过netifaces库和系统命令获取网络接口及当前MAC地址,生成随机MAC地址并进行修改。优化了用户反馈信息,确保在执行过程中提供清晰的操作指引和结果总结。同时,更新了脚本结构以提升可维护性和用户体验。 2025-07-03 15:43:37 +08:00
煎饼果子卷鲨鱼辣椒
1c34aecf45 新增Cursor初始化清理功能和系统注册表MachineGuid修改功能,成功移植自旧版本。优化了机器码修改流程,增加了备份和恢复机制,提升了用户交互体验和错误处理能力。同时,确保配置文件保护机制有效,防止Cursor覆盖用户修改。 2025-07-03 11:26:38 +08:00
煎饼果子卷鲨鱼辣椒
b984cfae26 删除Cursor脚本中的冗余功能,移除与Cursor防掉试用Pro相关的文件夹删除功能及其相关逻辑,简化脚本结构以提升可维护性和执行效率。同时,确保用户在执行过程中获得清晰的操作反馈和提示信息。 2025-07-03 10:58:00 +08:00
煎饼果子卷鲨鱼辣椒
0cdceeed83 回滚之前的方法 2025-07-03 10:57:26 +08:00
煎饼果子卷鲨鱼辣椒
c5c4b62612 修复Cursor脚本中的输出格式问题,优化了安全提示信息的可读性,提升了用户在执行机器码配置修改时的体验。同时,调整了启动Cursor生成配置文件的注释格式,确保信息更加清晰易懂。 2025-07-02 15:39:39 +08:00
煎饼果子卷鲨鱼辣椒
a530e42de6 修复Cursor脚本中的机器码输出问题,确保在用户反馈中正确显示完整的machineId。优化了输出信息的可读性,提升了用户体验。 2025-07-02 11:24:22 +08:00
煎饼果子卷鲨鱼辣椒
80079bd4cc 修复Cursor脚本中的字符串插值问题,确保在输出信息中正确显示变量内容。优化了环境检查和机器码配置修改的用户反馈,提升了脚本的可读性和用户体验。 2025-07-02 11:03:47 +08:00
煎饼果子卷鲨鱼辣椒
dfa1c7ba40 在Windows PowerShell版本中新增了强制关闭Cursor进程和文件权限检查功能,增强了机器码配置修改的安全性和可靠性。优化了修改流程,增加了重试机制和详细的用户反馈,确保用户在执行过程中获得清晰的操作指引和错误处理建议。 2025-07-02 10:20:31 +08:00
煎饼果子卷鲨鱼辣椒
7e566bc768 增强机器码配置修改功能,新增配置文件格式验证及现有遥测属性显示,确保用户在执行过程中获得详细反馈。优化了属性更新和验证逻辑,提升了脚本的可靠性和用户体验。 2025-07-02 10:02:11 +08:00
煎饼果子卷鲨鱼辣椒
ad51a92595 增强Cursor脚本的环境检查和机器码修改功能,新增对Cursor环境的全面检查,包括Python环境、配置文件、目录结构和权限验证。优化了机器码配置修改流程,增加了备份和验证步骤,确保用户在执行过程中获得详细的反馈和建议,提升了用户体验的可靠性和安全性。 2025-07-01 18:11:37 +08:00
煎饼果子卷鲨鱼辣椒
7e3239b2dc 更新Cursor脚本以增强用户交互体验,新增用户选择菜单功能,允许用户选择仅修改机器码或重置环境并修改机器码。根据用户选择,脚本将显示相应的执行流程说明和注意事项,确保用户在执行过程中了解操作步骤。同时,优化了执行逻辑,确保在执行过程中提供必要的警告提示,提升用户体验的可靠性和安全性。 2025-07-01 18:00:23 +08:00
煎饼果子卷鲨鱼辣椒
9d1acba9bb 修复Cursor启动过程中的路径验证和配置文件生成逻辑,确保在路径为空或不可用时提供备用路径。增加了额外的等待时间以确保配置文件完全写入,并在错误处理时提供更详细的调试信息,提升用户体验的可靠性和稳定性。 2025-07-01 17:01:50 +08:00
煎饼果子卷鲨鱼辣椒
29311545b8 增强权限管理功能,新增使用sudo确保目录所有权和用户写入权限的步骤,提升用户在执行Cursor相关操作时的顺利进行。更新脚本以验证权限设置并提供手动修复建议,确保用户体验的可靠性和安全性。 2025-07-01 16:25:52 +08:00
煎饼果子卷鲨鱼辣椒
b2a5edef74 深度修复权限问题,创建完整的目录结构并设置递归权限,确保用户在执行Cursor相关操作时的顺利进行。更新了脚本以增强目录权限管理和所有权验证,提升用户体验。 2025-07-01 15:10:18 +08:00
煎饼果子卷鲨鱼辣椒
9860fb8466 深度修复权限问题,创建完整的目录结构并设置递归权限,确保用户在执行Cursor相关操作时的顺利进行。更新了脚本以增强目录权限管理和所有权验证,提升用户体验。 2025-07-01 14:39:52 +08:00
煎饼果子卷鲨鱼辣椒
f942fc7f2c 新增预创建必要目录结构功能,以避免权限问题,确保用户在执行Cursor相关操作时的顺利进行。更新了相关脚本以增强目录权限管理,提升用户体验。 2025-07-01 14:22:47 +08:00
煎饼果子卷鲨鱼辣椒
fba9857c3f 更新 Cursor 脚本,采用分阶段执行策略,增强用户体验。新增执行流程说明和用户确认步骤,确保用户在执行过程中了解操作步骤及注意事项,同时更新重要提示以支持机器码修改功能。 2025-07-01 14:03:53 +08:00
煎饼果子卷鲨鱼辣椒
ab6db7d431 新增重启Cursor并等待配置文件生成的功能,提升机器码配置修改的可靠性。同时,更新了相关脚本以确保在修改机器码配置时能够正确处理Cursor进程,增强用户体验。 2025-07-01 11:25:33 +08:00
煎饼果子卷鲨鱼辣椒
e282b95c8a 新增重要警告提示,提醒用户在执行 Cursor 防掉试用Pro删除文件夹功能时必须彻底清理指定文件夹,确保没有残留设置,以防止试用状态被恢复。此更新增强了用户在执行关键操作时的警觉性。 2025-07-01 11:10:01 +08:00
煎饼果子卷鲨鱼辣椒
bc450ddc16 新增 Cursor 防掉试用Pro删除文件夹功能,提升用户体验。该功能将删除指定的 Cursor 相关文件夹以重置试用状态,并在执行过程中提供详细的操作统计信息。同时,更新了相关脚本以屏蔽机器码修改功能,确保当前版本专注于文件夹删除操作。 2025-06-30 18:38:20 +08:00
煎饼果子卷鲨鱼辣椒
4992f775da 更新 README 文件以反映 Cursor 版本的升级至 1.0.x,并添加赞助商广告信息。更新了 AppImage 安装说明中的版本号示例,以确保用户获取最新的使用信息。 2025-06-12 15:23:45 +08:00
煎饼果子卷鲨鱼辣椒
4396251d47 更新 README 文件中的微信群二维码,替换为新的二维码图片(qun-14.jpg),并更新有效期至6月18日,以确保用户获取最新的联系方式。 2025-06-11 11:16:49 +08:00
煎饼果子卷鲨鱼辣椒
9a0a1260e0 gg 2025-06-05 15:01:33 +08:00
煎饼果子卷鲨鱼辣椒
a864cf9284 gg 2025-06-05 11:56:37 +08:00
煎饼果子卷鲨鱼辣椒
f3953cd838 移除 Cursor 初始化清理函数的调用,这个方法还需要琢磨一下 2025-05-30 09:54:58 +08:00
煎饼果子卷鲨鱼辣椒
a48185e6a5 支持0.50.x 2025-05-29 17:41:46 +08:00
煎饼果子卷鲨鱼辣椒
c1b7e42e27 新增 Cursor 初始化清理函数以删除不必要的文件和文件夹,提升脚本的稳定性和用户体验。该函数在 Linux 和 macOS 环境下均进行了实现,确保用户配置的清理工作能够顺利完成。 2025-05-29 17:08:19 +08:00
煎饼果子卷鲨鱼辣椒
776ecb0434 新增 Cursor 初始化函数以清理不必要的文件和文件夹,提升脚本的稳定性和用户体验。同时修复了路径字符串中的转义字符问题,确保在 Windows 环境下的兼容性。 2025-05-29 16:57:21 +08:00
煎饼果子卷鲨鱼辣椒
86b2bae098 更新 README 文件中的微信群二维码,替换为新的二维码图片(qun13.png),以确保用户获取最新的联系方式。 2025-05-23 09:50:38 +08:00
煎饼果子卷鲨鱼辣椒
291c6198bc Merge branch 'master' of https://github.com/yuaotian/go-cursor-help 2025-05-05 18:12:58 +08:00
煎饼果子卷鲨鱼辣椒
bc787f2076 新增辅助函数以判断接口类型、生成本地管理+单播MAC地址,并自动检测并调用第三方工具(macchanger或spoof-mac)以增强MAC地址修改功能的可靠性。同时,优化了临时禁用和重新启用接口的逻辑,提供了失败时的恢复/重试选项,提升了用户体验和脚本的稳定性。 2025-05-05 18:11:08 +08:00
煎饼果子卷鲨鱼辣椒@86
9204cef000
Merge pull request #490 from yunfeidog/master
fix(mac): 修复mac无法正确修改接口MAC地址的问题
2025-05-04 16:12:59 +08:00
yunfeidog
363518ad40 fix(mac): 修复mac环境下无法成功修改MAC地址的问题 2025-05-04 14:03:33 +08:00
26 changed files with 5673 additions and 5992 deletions

4
.gitignore vendored
View File

@ -39,4 +39,6 @@ coverage.txt
*.tmp
*~
*.bak
*.log
*.log
.cunzhi*/

View File

@ -1,936 +0,0 @@
# 🖥️ Windows
## x64
<details>
<summary style="font-size:1.2em">📦 Windows x64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/x64) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/x64) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/x64) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/x64) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/x64) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/x64) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/x64) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/x64) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/x64) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/x64) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/x64) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/x64) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/x64) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/x64) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/x64) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/x64) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/x64) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/x64) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/x64) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/x64) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/x64) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/x64) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/x64) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/x64) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/x64) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/x64) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/x64) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/x64) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/x64) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/x64) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/x64) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/x64) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/x64) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/x64) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/x64) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/x64) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/x64) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/x64) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/x64) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/x64) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/x64) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/x64) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/x64) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/x64) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/x64) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/x64) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/x64) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/x64) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/x64) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/x64) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/x64) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/x64) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/x64) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/x64) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/x64) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/x64) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/x64) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/x64) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/x64) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/x64) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/x64) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/x64) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/x64) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/x64) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/x64) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/x64) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/x64) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/x64) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/x64) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/x64) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/x64) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/x64) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/x64) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/x64) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/x64) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/x64) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/x64) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/x64) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/x64) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/x64) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/x64) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/x64) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/x64) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/x64) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/x64) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/x64) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/x64) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/x64) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/x64) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/x64) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/x64) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/x64) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/x64) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/x64) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/x64) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/x64) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/x64) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/x64) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/x64) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/x64) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/x64) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/x64) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/x64) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/x64) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/x64) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/x64) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/x64) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/x64) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/x64) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/x64) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/x64) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/x64) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/x64) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/x64) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/x64) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/x64) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/x64) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/x64) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/x64) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/x64) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/x64) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/x64) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/x64) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/x64) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/x64) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/x64) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/x64) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/x64) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/x64) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/x64) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/x64) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/x64) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/x64) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/x64) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/x64) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/x64) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/x64) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/x64) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/x64) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/x64) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/x64) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/x64) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/x64) |
</details>
## ARM64
<details>
<summary style="font-size:1.2em">📱 Windows ARM64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/arm64) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/arm64) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/arm64) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/arm64) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/arm64) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/arm64) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/arm64) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/arm64) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/arm64) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/arm64) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/arm64) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/arm64) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/arm64) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/arm64) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/arm64) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/arm64) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/arm64) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/arm64) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/arm64) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/arm64) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/arm64) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/arm64) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/arm64) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/arm64) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/arm64) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/arm64) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/arm64) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/arm64) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/arm64) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/arm64) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/arm64) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/arm64) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/arm64) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/arm64) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/arm64) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/arm64) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/arm64) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/arm64) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/arm64) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/arm64) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/arm64) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/arm64) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/arm64) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/arm64) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/arm64) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/arm64) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/arm64) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/arm64) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/arm64) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/arm64) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/arm64) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/arm64) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/arm64) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/arm64) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/arm64) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/arm64) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/arm64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/arm64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/arm64) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/arm64) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/arm64) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/arm64) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/arm64) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/arm64) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/arm64) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/arm64) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/arm64) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/arm64) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/arm64) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/arm64) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/arm64) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/arm64) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/arm64) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/arm64) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/arm64) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/arm64) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/arm64) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/arm64) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/arm64) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/arm64) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/arm64) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/arm64) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/arm64) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/arm64) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/arm64) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/arm64) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/arm64) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/arm64) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/arm64) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/arm64) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/arm64) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/arm64) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/arm64) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/arm64) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/arm64) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/arm64) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/arm64) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/arm64) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/arm64) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/arm64) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/arm64) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/arm64) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/arm64) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/arm64) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/arm64) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/arm64) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/arm64) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/arm64) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/arm64) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/arm64) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/arm64) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/arm64) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/arm64) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/arm64) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/arm64) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/arm64) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/arm64) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/arm64) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/arm64) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/arm64) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/arm64) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/arm64) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/arm64) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/arm64) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/arm64) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/arm64) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/arm64) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/arm64) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/arm64) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/arm64) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/arm64) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/arm64) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/arm64) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/arm64) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/arm64) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/arm64) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/arm64) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/arm64) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/arm64) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/arm64) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/arm64) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/arm64) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/arm64) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/arm64) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/arm64) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/arm64) |
</details>
# 🍎 macOS
## Universal
<details>
<summary style="font-size:1.2em">🎯 macOS Universal 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/universal) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/universal) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/universal) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/universal) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/universal) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/universal) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/universal) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/universal) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/universal) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/universal) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/universal) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/universal) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/universal) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/universal) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/universal) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/universal) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/universal) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/universal) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/universal) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/universal) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/universal) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/universal) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/universal) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/universal) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/universal) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/universal) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/universal) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/universal) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/universal) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/universal) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/universal) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/universal) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/universal) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/universal) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/universal) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/universal) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/universal) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/universal) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/universal) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/universal) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/universal) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/universal) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/universal) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/universal) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/universal) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/universal) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/universal) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/universal) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/universal) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/universal) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/universal) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/universal) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/universal) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/universal) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/universal) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/universal) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/universal) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/universal) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/universal) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/universal) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/universal) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/universal) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/universal) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/universal) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/universal) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/universal) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/universal) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/universal) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/universal) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/universal) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/universal) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/universal) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/universal) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/universal) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/universal) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/universal) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/universal) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/universal) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/universal) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/universal) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/universal) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/universal) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/universal) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/universal) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/universal) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/universal) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/universal) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/universal) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/universal) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/universal) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/universal) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/universal) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/universal) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/universal) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/universal) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/universal) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/universal) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/universal) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/universal) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/universal) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/universal) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/universal) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/universal) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/universal) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/universal) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/universal) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/universal) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/universal) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/universal) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/universal) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/universal) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/universal) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/universal) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/universal) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/universal) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/universal) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/universal) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/universal) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/universal) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/universal) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/universal) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/universal) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/universal) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/universal) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/universal) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/universal) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/universal) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/universal) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/universal) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/universal) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/universal) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/universal) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/universal) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/universal) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/universal) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/universal) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/universal) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/universal) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/universal) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/universal) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/universal) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/universal) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/universal) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/universal) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/universal) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/universal) |
</details>
## ARM64
<details>
<summary style="font-size:1.2em">💪 macOS ARM64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/arm64) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/arm64) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/arm64) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/arm64) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/arm64) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/arm64) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/arm64) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/arm64) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/arm64) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/arm64) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/arm64) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/arm64) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/arm64) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/arm64) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/arm64) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/arm64) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/arm64) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/arm64) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/arm64) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/arm64) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/arm64) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/arm64) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/arm64) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/arm64) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/arm64) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/arm64) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/arm64) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/arm64) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/arm64) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/arm64) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/arm64) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/arm64) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/arm64) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/arm64) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/arm64) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/arm64) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/arm64) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/arm64) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/arm64) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/arm64) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/arm64) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/arm64) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/arm64) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/arm64) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/arm64) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/arm64) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/arm64) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/arm64) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/arm64) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/arm64) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/arm64) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/arm64) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/arm64) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/arm64) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/arm64) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/arm64) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/arm64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/arm64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/arm64) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/arm64) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/arm64) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/arm64) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/arm64) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/arm64) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/arm64) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/arm64) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/arm64) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/arm64) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/arm64) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/arm64) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/arm64) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/arm64) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/arm64) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/arm64) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/arm64) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/arm64) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/arm64) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/arm64) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/arm64) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/arm64) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/arm64) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/arm64) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/arm64) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/arm64) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/arm64) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/arm64) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/arm64) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/arm64) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/arm64) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/arm64) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/arm64) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/arm64) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/arm64) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/arm64) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/arm64) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/arm64) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/arm64) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/arm64) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/arm64) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/arm64) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/arm64) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/arm64) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/arm64) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/arm64) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/arm64) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/arm64) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/arm64) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/arm64) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/arm64) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/arm64) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/arm64) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/arm64) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/arm64) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/arm64) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/arm64) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/arm64) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/arm64) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/arm64) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/arm64) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/arm64) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/arm64) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/arm64) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/arm64) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/arm64) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/arm64) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/arm64) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/arm64) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/arm64) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/arm64) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/arm64) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/arm64) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/arm64) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/arm64) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/arm64) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/arm64) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/arm64) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/arm64) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/arm64) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/arm64) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/arm64) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/arm64) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/arm64) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/arm64) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/arm64) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/arm64) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/arm64) |
</details>
## Intel
<details>
<summary style="font-size:1.2em">💻 macOS Intel 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/x64) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/x64) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/x64) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/x64) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/x64) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/x64) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/x64) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/x64) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/x64) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/x64) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/x64) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/x64) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/x64) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/x64) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/x64) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/x64) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/x64) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/x64) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/x64) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/x64) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/x64) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/x64) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/x64) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/x64) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/x64) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/x64) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/x64) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/x64) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/x64) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/x64) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/x64) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/x64) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/x64) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/x64) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/x64) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/x64) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/x64) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/x64) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/x64) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/x64) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/x64) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/x64) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/x64) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/x64) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/x64) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/x64) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/x64) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/x64) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/x64) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/x64) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/x64) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/x64) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/x64) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/x64) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/x64) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/x64) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/x64) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/x64) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/x64) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/x64) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/x64) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/x64) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/x64) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/x64) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/x64) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/x64) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/x64) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/x64) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/x64) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/x64) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/x64) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/x64) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/x64) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/x64) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/x64) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/x64) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/x64) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/x64) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/x64) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/x64) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/x64) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/x64) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/x64) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/x64) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/x64) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/x64) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/x64) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/x64) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/x64) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/x64) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/x64) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/x64) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/x64) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/x64) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/x64) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/x64) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/x64) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/x64) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/x64) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/x64) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/x64) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/x64) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/x64) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/x64) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/x64) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/x64) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/x64) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/x64) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/x64) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/x64) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/x64) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/x64) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/x64) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/x64) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/x64) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/x64) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/x64) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/x64) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/x64) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/x64) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/x64) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/x64) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/x64) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/x64) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/x64) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/x64) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/x64) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/x64) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/x64) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/x64) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/x64) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/x64) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/x64) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/x64) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/x64) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/x64) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/x64) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/x64) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/x64) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/x64) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/x64) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/x64) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/x64) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/x64) |
</details>
# 🐧 Linux
## x64
<details>
<summary style="font-size:1.2em">🎮 Linux x64 AppImage</summary>
| 版本 | 下载链接 |
|------|----------|
| 0.45.11 | [下载](https://downloader.cursor.sh/builds/250207y6nbaw5qc/linux/appImage/x64) |
| 0.45.10 | [下载](https://downloader.cursor.sh/builds/250205buadkzpea/linux/appImage/x64) |
| 0.45.9 | [下载](https://downloader.cursor.sh/builds/250202tgstl42dt/linux/appImage/x64) |
| 0.45.8 | [下载](https://downloader.cursor.sh/builds/250201b44xw1x2k/linux/appImage/x64) |
| 0.45.7 | [下载](https://downloader.cursor.sh/builds/250130nr6eorv84/linux/appImage/x64) |
| 0.45.6 | [下载](https://downloader.cursor.sh/builds/25013021lv9say3/linux/appImage/x64) |
| 0.45.5 | [下载](https://downloader.cursor.sh/builds/250128loaeyulq8/linux/appImage/x64) |
| 0.45.4 | [下载](https://downloader.cursor.sh/builds/250126vgr3vztvj/linux/appImage/x64) |
| 0.45.3 | [下载](https://downloader.cursor.sh/builds/250124b0rcj0qql/linux/appImage/x64) |
| 0.45.2 | [下载](https://downloader.cursor.sh/builds/250123mhituoa6o/linux/appImage/x64) |
| 0.45.1 | [下载](https://downloader.cursor.sh/builds/2501213ljml5byg/linux/appImage/x64) |
| 0.45.0 | [下载](https://downloader.cursor.sh/builds/250120dh9ezx9pg/linux/appImage/x64) |
| 0.44.11 | [下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/linux/appImage/x64) |
| 0.44.10 | [下载](https://downloader.cursor.sh/builds/250102ys80vtnud/linux/appImage/x64) |
| 0.44.9 | [下载](https://downloader.cursor.sh/builds/2412268nc6pfzgo/linux/appImage/x64) |
| 0.44.8 | [下载](https://downloader.cursor.sh/builds/241222ooktny8mh/linux/appImage/x64) |
| 0.44.7 | [下载](https://downloader.cursor.sh/builds/2412219nhracv01/linux/appImage/x64) |
| 0.44.6 | [下载](https://downloader.cursor.sh/builds/2412214pmryneua/linux/appImage/x64) |
| 0.44.5 | [下载](https://downloader.cursor.sh/builds/241220s3ux0e1tv/linux/appImage/x64) |
| 0.44.4 | [下载](https://downloader.cursor.sh/builds/241219117fcvexy/linux/appImage/x64) |
| 0.44.3 | [下载](https://downloader.cursor.sh/builds/241218sybfbogmq/linux/appImage/x64) |
| 0.44.2 | [下载](https://downloader.cursor.sh/builds/241218ntls52u8v/linux/appImage/x64) |
| 0.44.0 | [下载](https://downloader.cursor.sh/builds/2412187f9v0nffu/linux/appImage/x64) |
| 0.43.6 | [下载](https://downloader.cursor.sh/builds/241206z7j6me2e2/linux/appImage/x64) |
| 0.43.5 | [下载](https://downloader.cursor.sh/builds/241127pdg4cnbu2/linux/appImage/x64) |
| 0.43.4 | [下载](https://downloader.cursor.sh/builds/241126w13goyvrs/linux/appImage/x64) |
| 0.43.3 | [下载](https://downloader.cursor.sh/builds/2411246yqzx1jmm/linux/appImage/x64) |
| 0.43.1 | [下载](https://downloader.cursor.sh/builds/241124gsiwb66nc/linux/appImage/x64) |
| 0.42.5 | [下载](https://downloader.cursor.sh/builds/24111460bf2loz1/linux/appImage/x64) |
| 0.42.4 | [下载](https://downloader.cursor.sh/builds/2410291z3bdg1dy/linux/appImage/x64) |
| 0.42.3 | [下载](https://downloader.cursor.sh/builds/241016kxu9umuir/linux/appImage/x64) |
| 0.42.2 | [下载](https://downloader.cursor.sh/builds/2410127mj66lvaq/linux/appImage/x64) |
| 0.42.1 | [下载](https://downloader.cursor.sh/builds/241011i66p9fuvm/linux/appImage/x64) |
| 0.42.0 | [下载](https://downloader.cursor.sh/builds/241009fij7nohn5/linux/appImage/x64) |
| 0.41.3 | [下载](https://downloader.cursor.sh/builds/240925fkhcqg263/linux/appImage/x64) |
| 0.41.2 | [下载](https://downloader.cursor.sh/builds/240921llnho65ov/linux/appImage/x64) |
| 0.41.1 | [下载](https://downloader.cursor.sh/builds/2409189xe3envg5/linux/appImage/x64) |
| 0.40.4 | [下载](https://downloader.cursor.sh/builds/2409052yfcjagw2/linux/appImage/x64) |
| 0.40.3 | [下载](https://downloader.cursor.sh/builds/240829epqamqp7h/linux/appImage/x64) |
| 0.40.2 | [下载](https://downloader.cursor.sh/builds/240828c021k3aib/linux/appImage/x64) |
| 0.40.1 | [下载](https://downloader.cursor.sh/builds/2408245thnycuzj/linux/appImage/x64) |
| 0.40.0 | [下载](https://downloader.cursor.sh/builds/24082202sreugb2/linux/appImage/x64) |
| 0.39.6 | [下载](https://downloader.cursor.sh/builds/240819ih4ta2fye/linux/appImage/x64) |
| 0.39.5 | [下载](https://downloader.cursor.sh/builds/240814y9rhzmu7h/linux/appImage/x64) |
| 0.39.4 | [下载](https://downloader.cursor.sh/builds/240810elmeg3seq/linux/appImage/x64) |
| 0.39.3 | [下载](https://downloader.cursor.sh/builds/2408092hoyaxt9m/linux/appImage/x64) |
| 0.39.2 | [下载](https://downloader.cursor.sh/builds/240808phaxh4b5r/linux/appImage/x64) |
| 0.39.1 | [下载](https://downloader.cursor.sh/builds/240807g919tr4ly/linux/appImage/x64) |
| 0.39.0 | [下载](https://downloader.cursor.sh/builds/240802cdixtv9a6/linux/appImage/x64) |
| 0.38.1 | [下载](https://downloader.cursor.sh/builds/240725f0ti25os7/linux/appImage/x64) |
| 0.38.0 | [下载](https://downloader.cursor.sh/builds/240723790oxe4a2/linux/appImage/x64) |
| 0.37.1 | [下载](https://downloader.cursor.sh/builds/240714yrr3gmv3k/linux/appImage/x64) |
| 0.36.2 | [下载](https://downloader.cursor.sh/builds/2407077n6pzboby/linux/appImage/x64) |
| 0.36.1 | [下载](https://downloader.cursor.sh/builds/240706uekt2eaft/linux/appImage/x64) |
| 0.36.0 | [下载](https://downloader.cursor.sh/builds/240703xqkjv5aqa/linux/appImage/x64) |
| 0.35.1 | [下载](https://downloader.cursor.sh/builds/240621pc2f7rl8a/linux/appImage/x64) |
| 0.35.0 | [下载](https://downloader.cursor.sh/builds/240608cv11mfsjl/linux/appImage/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240606kgzq24cfb/linux/appImage/x64) |
| 0.34.6 | [下载](https://downloader.cursor.sh/builds/240605r495newcf/linux/appImage/x64) |
| 0.34.5 | [下载](https://downloader.cursor.sh/builds/240602rq6xovt3a/linux/appImage/x64) |
| 0.34.4 | [下载](https://downloader.cursor.sh/builds/2406014h0rgjghe/linux/appImage/x64) |
| 0.34.3 | [下载](https://downloader.cursor.sh/builds/240529baisuyd2e/linux/appImage/x64) |
| 0.34.2 | [下载](https://downloader.cursor.sh/builds/240528whh1qyo9h/linux/appImage/x64) |
| 0.34.1 | [下载](https://downloader.cursor.sh/builds/24052838ygfselt/linux/appImage/x64) |
| 0.34.0 | [下载](https://downloader.cursor.sh/builds/240527xus72jmkj/linux/appImage/x64) |
| 0.33.4 | [下载](https://downloader.cursor.sh/builds/240511kb8wt1tms/linux/appImage/x64) |
| 0.33.3 | [下载](https://downloader.cursor.sh/builds/2405103lx8342ta/linux/appImage/x64) |
| 0.33.2 | [下载](https://downloader.cursor.sh/builds/240510dwmw395qe/linux/appImage/x64) |
| 0.33.1 | [下载](https://downloader.cursor.sh/builds/2405039a9h2fqc9/linux/appImage/x64) |
| 0.33.0 | [下载](https://downloader.cursor.sh/builds/240503hyjsnhazo/linux/appImage/x64) |
| 0.32.8 | [下载](https://downloader.cursor.sh/builds/240428d499o6zja/linux/appImage/x64) |
| 0.32.7 | [下载](https://downloader.cursor.sh/builds/240427w5guozr0l/linux/appImage/x64) |
| 0.32.2 | [下载](https://downloader.cursor.sh/builds/240417ab4wag7sx/linux/appImage/x64) |
| 0.32.1 | [下载](https://downloader.cursor.sh/builds/2404152czor73fk/linux/appImage/x64) |
| 0.32.0 | [下载](https://downloader.cursor.sh/builds/240412ugli06ue0/linux/appImage/x64) |
| 0.31.3 | [下载](https://downloader.cursor.sh/builds/240402rq154jw46/linux/appImage/x64) |
| 0.31.1 | [下载](https://downloader.cursor.sh/builds/240402pkwfm2ps6/linux/appImage/x64) |
| 0.31.0 | [下载](https://downloader.cursor.sh/builds/2404018j7z0xv2g/linux/appImage/x64) |
| 0.30.5 | [下载](https://downloader.cursor.sh/builds/240327tmd2ozdc7/linux/appImage/x64) |
| 0.30.4 | [下载](https://downloader.cursor.sh/builds/240325dezy8ziab/linux/appImage/x64) |
| 0.30.3 | [下载](https://downloader.cursor.sh/builds/2403229gtuhto9g/linux/appImage/x64) |
| 0.30.2 | [下载](https://downloader.cursor.sh/builds/240322gzqjm3p0d/linux/appImage/x64) |
| 0.30.1 | [下载](https://downloader.cursor.sh/builds/2403212w1ejubt8/linux/appImage/x64) |
| 0.30.0 | [下载](https://downloader.cursor.sh/builds/240320tpx86e7hk/linux/appImage/x64) |
| 0.29.1 | [下载](https://downloader.cursor.sh/builds/2403027twmz0d1t/linux/appImage/x64) |
| 0.29.0 | [下载](https://downloader.cursor.sh/builds/240301kpqvacw2h/linux/appImage/x64) |
| 0.28.1 | [下载](https://downloader.cursor.sh/builds/240226tstim4evd/linux/appImage/x64) |
| 0.28.0 | [下载](https://downloader.cursor.sh/builds/240224g2d7jazcq/linux/appImage/x64) |
| 0.27.4 | [下载](https://downloader.cursor.sh/builds/240219qdbagglqz/linux/appImage/x64) |
| 0.27.3 | [下载](https://downloader.cursor.sh/builds/240218dxhc6y8os/linux/appImage/x64) |
| 0.27.2 | [下载](https://downloader.cursor.sh/builds/240216kkzl9nhxi/linux/appImage/x64) |
| 0.27.1 | [下载](https://downloader.cursor.sh/builds/240215l4ooehnyl/linux/appImage/x64) |
| 0.27.0 | [下载](https://downloader.cursor.sh/builds/240215at6ewkd59/linux/appImage/x64) |
| 0.26.2 | [下载](https://downloader.cursor.sh/builds/240212o6r9qxtcg/linux/appImage/x64) |
| 0.26.1 | [下载](https://downloader.cursor.sh/builds/2402107t904hing/linux/appImage/x64) |
| 0.26.0 | [下载](https://downloader.cursor.sh/builds/240210k8is5xr6v/linux/appImage/x64) |
| 0.25.3 | [下载](https://downloader.cursor.sh/builds/240207aacboj1k8/linux/appImage/x64) |
| 0.25.2 | [下载](https://downloader.cursor.sh/builds/240206p3708uc9z/linux/appImage/x64) |
| 0.25.1 | [下载](https://downloader.cursor.sh/builds/2402033t030rprh/linux/appImage/x64) |
| 0.25.0 | [下载](https://downloader.cursor.sh/builds/240203kh86t91q8/linux/appImage/x64) |
| 0.24.4 | [下载](https://downloader.cursor.sh/builds/240129iecm3e33w/linux/appImage/x64) |
| 0.24.3 | [下载](https://downloader.cursor.sh/builds/2401289dx79qsc0/linux/appImage/x64) |
| 0.24.1 | [下载](https://downloader.cursor.sh/builds/240127cad17436d/linux/appImage/x64) |
| 0.24.0 | [下载](https://downloader.cursor.sh/builds/240126wp9irhmza/linux/appImage/x64) |
| 0.23.9 | [下载](https://downloader.cursor.sh/builds/240124dsmraeml3/linux/appImage/x64) |
| 0.23.8 | [下载](https://downloader.cursor.sh/builds/240123fnn1hj1fg/linux/appImage/x64) |
| 0.23.7 | [下载](https://downloader.cursor.sh/builds/240123xsfe7ywcv/linux/appImage/x64) |
| 0.23.6 | [下载](https://downloader.cursor.sh/builds/240121m1740elox/linux/appImage/x64) |
| 0.23.5 | [下载](https://downloader.cursor.sh/builds/2401215utj6tx6q/linux/appImage/x64) |
| 0.23.4 | [下载](https://downloader.cursor.sh/builds/240121f4qy6ba2y/linux/appImage/x64) |
| 0.23.3 | [下载](https://downloader.cursor.sh/builds/2401201und3ytom/linux/appImage/x64) |
| 0.23.2 | [下载](https://downloader.cursor.sh/builds/240120an2k2hf1i/linux/appImage/x64) |
| 0.23.1 | [下载](https://downloader.cursor.sh/builds/240119fgzxwudn9/linux/appImage/x64) |
| 0.22.2 | [下载](https://downloader.cursor.sh/builds/24011721vsch1l1/linux/appImage/x64) |
| 0.22.1 | [下载](https://downloader.cursor.sh/builds/2401083eyk8kmzc/linux/appImage/x64) |
| 0.22.0 | [下载](https://downloader.cursor.sh/builds/240107qk62kvva3/linux/appImage/x64) |
| 0.21.1 | [下载](https://downloader.cursor.sh/builds/231230h0vi6srww/linux/appImage/x64) |
| 0.21.0 | [下载](https://downloader.cursor.sh/builds/231229ezidnxiu3/linux/appImage/x64) |
| 0.20.2 | [下载](https://downloader.cursor.sh/builds/231219aksf83aad/linux/appImage/x64) |
| 0.20.1 | [下载](https://downloader.cursor.sh/builds/231218ywfaxax09/linux/appImage/x64) |
| 0.20.0 | [下载](https://downloader.cursor.sh/builds/231216nsyfew5j1/linux/appImage/x64) |
| 0.19.1 | [下载](https://downloader.cursor.sh/builds/2312156z2ric57n/linux/appImage/x64) |
| 0.19.0 | [下载](https://downloader.cursor.sh/builds/231214per9qal2p/linux/appImage/x64) |
| 0.18.8 | [下载](https://downloader.cursor.sh/builds/2312098ffjr3ign/linux/appImage/x64) |
| 0.18.7 | [下载](https://downloader.cursor.sh/builds/23120880aolip2i/linux/appImage/x64) |
| 0.18.6 | [下载](https://downloader.cursor.sh/builds/231207ueqazwde8/linux/appImage/x64) |
| 0.18.5 | [下载](https://downloader.cursor.sh/builds/231206jzy2n2sbi/linux/appImage/x64) |
| 0.18.4 | [下载](https://downloader.cursor.sh/builds/2312033zjv5fqai/linux/appImage/x64) |
| 0.18.3 | [下载](https://downloader.cursor.sh/builds/231203k2vnkxq2m/linux/appImage/x64) |
| 0.18.1 | [下载](https://downloader.cursor.sh/builds/23120176kaer07t/linux/appImage/x64) |
| 0.17.0 | [下载](https://downloader.cursor.sh/builds/231127p7iyxn8rg/linux/appImage/x64) |
| 0.16.0 | [下载](https://downloader.cursor.sh/builds/231116rek2xuq6a/linux/appImage/x64) |
| 0.15.5 | [下载](https://downloader.cursor.sh/builds/231115a5mv63u9f/linux/appImage/x64) |
| 0.15.4 | [下载](https://downloader.cursor.sh/builds/23111469e1i3xyi/linux/appImage/x64) |
| 0.15.3 | [下载](https://downloader.cursor.sh/builds/231113b0yv3uqem/linux/appImage/x64) |
| 0.15.2 | [下载](https://downloader.cursor.sh/builds/231113ah0kuf3pf/linux/appImage/x64) |
| 0.15.1 | [下载](https://downloader.cursor.sh/builds/231111yanyyovap/linux/appImage/x64) |
| 0.15.0 | [下载](https://downloader.cursor.sh/builds/231110mdkomczmw/linux/appImage/x64) |
| 0.14.1 | [下载](https://downloader.cursor.sh/builds/231109xitrgihlk/linux/appImage/x64) |
| 0.14.0 | [下载](https://downloader.cursor.sh/builds/231102m6tuamwbx/linux/appImage/x64) |
| 0.13.4 | [下载](https://downloader.cursor.sh/builds/231029rso7pso8l/linux/appImage/x64) |
| 0.13.3 | [下载](https://downloader.cursor.sh/builds/231025uihnjkh9v/linux/appImage/x64) |
| 0.13.2 | [下载](https://downloader.cursor.sh/builds/231024w4iv7xlm6/linux/appImage/x64) |
| 0.13.1 | [下载](https://downloader.cursor.sh/builds/231022f3j0ubckv/linux/appImage/x64) |
| 0.13.0 | [下载](https://downloader.cursor.sh/builds/231022ptw6i4j42/linux/appImage/x64) |
| 0.12.3 | [下载](https://downloader.cursor.sh/builds/231008c5ursm0oj/linux/appImage/x64) |
</details>

View File

@ -10,13 +10,15 @@
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div>
> ⚠️ **IMPORTANT NOTICE**
>
> This tool currently supports:
> - ✅ Windows: Latest 0.49.x versions (Supported)
> - ✅ Mac/Linux: Latest 0.49.x versions (Supported, feedback welcome)
> - ✅ Windows: Latest 1.0.x versions (Supported)
> - ✅ Mac/Linux: Latest 1.0.x versions (Supported, feedback welcome)
>
> Please check your Cursor version before using this tool.
@ -237,6 +239,8 @@ If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor
</tr>
</table>
### 🚀 One-Click Solution
<details open>
@ -263,6 +267,13 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
**Windows (Enhanced Version)**
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
> Enhanced Cursor machine code modifier with dual-mode operation and trial reset functionality
<div align="center">
<img src="img/run_success.png" alt="Run Success" width="600"/>
</div>
@ -290,6 +301,13 @@ curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
**Windows (Enhanced Version)**
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
> Enhanced Cursor machine code modifier with dual-mode operation and trial reset functionality
</details>
<details open>
@ -318,6 +336,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
For the enhanced version:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
##### Method 3: Using Search
>![Search PowerShell](img/pwsh_1.png)
>
@ -329,6 +352,11 @@ Enter the reset script in the administrator terminal:
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
For the enhanced version:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
### 🔧 PowerShell Installation Guide
If PowerShell is not installed on your system, you can install it using one of these methods:
@ -479,6 +507,19 @@ Modifying this registry key may affect:
---
## 💬 Feedback & Suggestions
We value your feedback on the new enhanced script! If you've tried the `cursor_win_id_modifier.ps1` script, please share your experience:
- 🐛 **Bug Reports**: Found any issues? Let us know!
- 💡 **Feature Suggestions**: Have ideas for improvements?
- ⭐ **Success Stories**: Share how the tool helped you!
- 🔧 **Technical Feedback**: Performance, compatibility, or usability insights
Your feedback helps us improve the tool for everyone. Feel free to open an issue or contribute to the project!
---
## Support
<div align="center">
@ -503,8 +544,8 @@ Modifying this registry key may affect:
</td>
<td align="center">
<b>WeChat</b><br>
<img src="img/qun-12.png" width="500" alt="WeChat"><br>
<em>二维码7天内(4月25日前)有效,过期请加微信</em>
<img src="img/qun-16.png" width="500" alt="WeChat"><br>
<em>二维码7天内(8月4日前前)有效,过期请加微信</em>
</td>
<!-- <td align="center">
<b>ETC</b><br>

View File

@ -10,13 +10,13 @@
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div>
> ⚠️ **重要提示**
>
> 本工具当前支持版本:
> - ✅ Windows: 最新的 0.49.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 0.49.x 版本(已支持,欢迎测试并反馈问题)
> - ✅ Windows: 最新的 1.0.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 1.0.x 版本(已支持,欢迎测试并反馈问题)
> 使用前请确认您的 Cursor 版本。
@ -178,6 +178,8 @@ We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade t
</tr>
</table>
### 🚀 一键解决方案
<details open>
@ -202,6 +204,13 @@ curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
**Windows (增强版)**
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
> 增强版Cursor机器码修改工具支持双模式操作和试用重置功能
<div align="center">
<img src="img/run_success.png" alt="运行成功" width="600"/>
</div>
@ -233,6 +242,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
增强版脚本:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
##### 方法三:通过搜索启动
>![搜索 PowerShell](img/pwsh_1.png)
>
@ -244,6 +258,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
增强版脚本:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
### 🔧 PowerShell 安装指南
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
@ -442,8 +461,8 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/
</td>
<td align="center">
<b>微信交流群</b><br>
<img src="img/qun-12.png" width="500" alt="WeChat"><br>
<small>二维码7天内(4月25日前)有效,过期请加微信</small>
<img src="img/qun-16.png" width="500" alt="WeChat"><br>
<small>二维码7天内(8月4日前)有效,过期请加微信</small>
</td>
<td align="center">
<b>公众号</b><br>
@ -473,6 +492,19 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/
---
## 💬 反馈与建议
我们非常重视您对新增强脚本的反馈!如果您已经尝试了 `cursor_win_id_modifier.ps1` 脚本,请分享您的使用体验:
- 🐛 **错误报告**:发现任何问题?请告诉我们!
- 💡 **功能建议**:有改进想法?
- ⭐ **成功案例**:分享工具如何帮助到您!
- 🔧 **技术反馈**:性能、兼容性或易用性方面的见解
您的反馈帮助我们为所有人改进工具。欢迎提交issue或为项目做出贡献
---
## ⭐ 项目统计
<div align="center">

View File

@ -10,13 +10,15 @@
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div>
> ⚠️ **重要なお知らせ**
>
> このツールは現在以下のバージョンをサポートしています:
> - ✅ Windows: 最新の0.49.xバージョンサポート済み
> - ✅ Mac/Linux: 最新の0.49.xバージョンサポート済み、フィードバック歓迎
> - ✅ Windows: 最新の1.0.xバージョンサポート済み
> - ✅ Mac/Linux: 最新の1.0.xバージョンサポート済み、フィードバック歓迎
>
> このツールを使用する前に、Cursorのバージョンを確認してください。
@ -234,6 +236,8 @@ Claude 3.7 Sonnetの"High Load"メッセージが表示された場合、これ
</tr>
</table>
### 🚀 ワンクリックソリューション
<details open>
@ -243,7 +247,7 @@ Claude 3.7 Sonnetの"High Load"メッセージが表示された場合、これ
```bash
# 方法2
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
```
**Linux**
@ -258,6 +262,13 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
**Windows (強化版)**
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
> デュアルモード操作とトライアルリセット機能を備えた強化版Cursorマシンコード修正ツール
<div align="center">
<img src="img/run_success.png" alt="Run Success" width="600"/>
</div>
@ -287,6 +298,13 @@ curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
**Windows (強化版)**
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
> デュアルモード操作とトライアルリセット機能を備えた強化版Cursorマシンコード修正ツール
</details>
<details open>
@ -315,6 +333,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
強化版スクリプト:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
##### 方法3: 検索を使用する
>![PowerShellを検索](img/pwsh_1.png)
>
@ -326,6 +349,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
強化版スクリプト:
```powershell
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
### 🔧 PowerShellインストールガイド
システムにPowerShellがインストールされていない場合は、次の方法でインストールできます
@ -500,8 +528,8 @@ macOS/Linuxユーザーはシステム内で同様の`cursor-updater`ディレ
</td>
<td align="center">
<b>WeChat</b><br>
<img src="img/qun-12.png" width="500" alt="WeChat"><br>
<em>二维码7天内(4月25日前)有效,过期请加微信</em>
<img src="img/qun-16.png" width="500" alt="WeChat"><br>
<em>二维码7天内(8月4日前前)有效,过期请加微信</em>
</td>
<!-- <td align="center">
<b>ETC</b><br>
@ -516,6 +544,19 @@ ETC: 0xa2745f4CD5d32310AC01694ABDB28bA32D125a6b
---
## 💬 フィードバック&提案
新しい強化スクリプトに関するフィードバックをお待ちしています!`cursor_win_id_modifier.ps1` スクリプトをお試しいただいた方は、ぜひご体験をお聞かせください:
- 🐛 **バグレポート**:問題を発見されましたか?お知らせください!
- 💡 **機能提案**:改善のアイデアはありますか?
- ⭐ **成功事例**:ツールがどのようにお役に立ったかお聞かせください!
- 🔧 **技術的フィードバック**:パフォーマンス、互換性、使いやすさに関するご意見
皆様のフィードバックは、すべてのユーザーのためにツールを改善するのに役立ちます。お気軽にissueを開いたり、プロジェクトに貢献してください
---
## ⭐ プロジェクト統計
<div align="center">

View File

@ -1,877 +0,0 @@
Version,Platform,Architecture,Download URL
0.45.11,windows,x64,https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/x64
0.45.11,windows,arm64,https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/arm64
0.45.11,mac,universal,https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/universal
0.45.11,mac,arm64,https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/arm64
0.45.11,mac,x64,https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/x64
0.45.11,linux,x64,https://downloader.cursor.sh/builds/250207y6nbaw5qc/linux/appImage/x64
0.45.10,windows,x64,https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/x64
0.45.10,windows,arm64,https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/arm64
0.45.10,mac,universal,https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/universal
0.45.10,mac,arm64,https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/arm64
0.45.10,mac,x64,https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/x64
0.45.10,linux,x64,https://downloader.cursor.sh/builds/250205buadkzpea/linux/appImage/x64
0.45.9,windows,x64,https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/x64
0.45.9,windows,arm64,https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/arm64
0.45.9,mac,universal,https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/universal
0.45.9,mac,arm64,https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/arm64
0.45.9,mac,x64,https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/x64
0.45.9,linux,x64,https://downloader.cursor.sh/builds/250202tgstl42dt/linux/appImage/x64
0.45.8,windows,x64,https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/x64
0.45.8,windows,arm64,https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/arm64
0.45.8,mac,universal,https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/universal
0.45.8,mac,arm64,https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/arm64
0.45.8,mac,x64,https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/x64
0.45.8,linux,x64,https://downloader.cursor.sh/builds/250201b44xw1x2k/linux/appImage/x64
0.45.7,windows,x64,https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/x64
0.45.7,windows,arm64,https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/arm64
0.45.7,mac,universal,https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/universal
0.45.7,mac,arm64,https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/arm64
0.45.7,mac,x64,https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/x64
0.45.7,linux,x64,https://downloader.cursor.sh/builds/250130nr6eorv84/linux/appImage/x64
0.45.6,windows,x64,https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/x64
0.45.6,windows,arm64,https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/arm64
0.45.6,mac,universal,https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/universal
0.45.6,mac,arm64,https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/arm64
0.45.6,mac,x64,https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/x64
0.45.6,linux,x64,https://downloader.cursor.sh/builds/25013021lv9say3/linux/appImage/x64
0.45.5,windows,x64,https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/x64
0.45.5,windows,arm64,https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/arm64
0.45.5,mac,universal,https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/universal
0.45.5,mac,arm64,https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/arm64
0.45.5,mac,x64,https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/x64
0.45.5,linux,x64,https://downloader.cursor.sh/builds/250128loaeyulq8/linux/appImage/x64
0.45.4,windows,x64,https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/x64
0.45.4,windows,arm64,https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/arm64
0.45.4,mac,universal,https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/universal
0.45.4,mac,arm64,https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/arm64
0.45.4,mac,x64,https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/x64
0.45.4,linux,x64,https://downloader.cursor.sh/builds/250126vgr3vztvj/linux/appImage/x64
0.45.3,windows,x64,https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/x64
0.45.3,windows,arm64,https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/arm64
0.45.3,mac,universal,https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/universal
0.45.3,mac,arm64,https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/arm64
0.45.3,mac,x64,https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/x64
0.45.3,linux,x64,https://downloader.cursor.sh/builds/250124b0rcj0qql/linux/appImage/x64
0.45.2,windows,x64,https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/x64
0.45.2,windows,arm64,https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/arm64
0.45.2,mac,universal,https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/universal
0.45.2,mac,arm64,https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/arm64
0.45.2,mac,x64,https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/x64
0.45.2,linux,x64,https://downloader.cursor.sh/builds/250123mhituoa6o/linux/appImage/x64
0.45.1,windows,x64,https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/x64
0.45.1,windows,arm64,https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/arm64
0.45.1,mac,universal,https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/universal
0.45.1,mac,arm64,https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/arm64
0.45.1,mac,x64,https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/x64
0.45.1,linux,x64,https://downloader.cursor.sh/builds/2501213ljml5byg/linux/appImage/x64
0.45.0,windows,x64,https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/x64
0.45.0,windows,arm64,https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/arm64
0.45.0,mac,universal,https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/universal
0.45.0,mac,arm64,https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/arm64
0.45.0,mac,x64,https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/x64
0.45.0,linux,x64,https://downloader.cursor.sh/builds/250120dh9ezx9pg/linux/appImage/x64
0.44.11,windows,x64,https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64
0.44.11,windows,arm64,https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/arm64
0.44.11,mac,universal,https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/universal
0.44.11,mac,arm64,https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/arm64
0.44.11,mac,x64,https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/x64
0.44.11,linux,x64,https://downloader.cursor.sh/builds/250103fqxdt5u9z/linux/appImage/x64
0.44.10,windows,x64,https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/x64
0.44.10,windows,arm64,https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/arm64
0.44.10,mac,universal,https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/universal
0.44.10,mac,arm64,https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/arm64
0.44.10,mac,x64,https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/x64
0.44.10,linux,x64,https://downloader.cursor.sh/builds/250102ys80vtnud/linux/appImage/x64
0.44.9,windows,x64,https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/x64
0.44.9,windows,arm64,https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/arm64
0.44.9,mac,universal,https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/universal
0.44.9,mac,arm64,https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/arm64
0.44.9,mac,x64,https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/x64
0.44.9,linux,x64,https://downloader.cursor.sh/builds/2412268nc6pfzgo/linux/appImage/x64
0.44.8,windows,x64,https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/x64
0.44.8,windows,arm64,https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/arm64
0.44.8,mac,universal,https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/universal
0.44.8,mac,arm64,https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/arm64
0.44.8,mac,x64,https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/x64
0.44.8,linux,x64,https://downloader.cursor.sh/builds/241222ooktny8mh/linux/appImage/x64
0.44.7,windows,x64,https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/x64
0.44.7,windows,arm64,https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/arm64
0.44.7,mac,universal,https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/universal
0.44.7,mac,arm64,https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/arm64
0.44.7,mac,x64,https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/x64
0.44.7,linux,x64,https://downloader.cursor.sh/builds/2412219nhracv01/linux/appImage/x64
0.44.6,windows,x64,https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/x64
0.44.6,windows,arm64,https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/arm64
0.44.6,mac,universal,https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/universal
0.44.6,mac,arm64,https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/arm64
0.44.6,mac,x64,https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/x64
0.44.6,linux,x64,https://downloader.cursor.sh/builds/2412214pmryneua/linux/appImage/x64
0.44.5,windows,x64,https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/x64
0.44.5,windows,arm64,https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/arm64
0.44.5,mac,universal,https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/universal
0.44.5,mac,arm64,https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/arm64
0.44.5,mac,x64,https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/x64
0.44.5,linux,x64,https://downloader.cursor.sh/builds/241220s3ux0e1tv/linux/appImage/x64
0.44.4,windows,x64,https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/x64
0.44.4,windows,arm64,https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/arm64
0.44.4,mac,universal,https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/universal
0.44.4,mac,arm64,https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/arm64
0.44.4,mac,x64,https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/x64
0.44.4,linux,x64,https://downloader.cursor.sh/builds/241219117fcvexy/linux/appImage/x64
0.44.3,windows,x64,https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/x64
0.44.3,windows,arm64,https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/arm64
0.44.3,mac,universal,https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/universal
0.44.3,mac,arm64,https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/arm64
0.44.3,mac,x64,https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/x64
0.44.3,linux,x64,https://downloader.cursor.sh/builds/241218sybfbogmq/linux/appImage/x64
0.44.2,windows,x64,https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/x64
0.44.2,windows,arm64,https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/arm64
0.44.2,mac,universal,https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/universal
0.44.2,mac,arm64,https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/arm64
0.44.2,mac,x64,https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/x64
0.44.2,linux,x64,https://downloader.cursor.sh/builds/241218ntls52u8v/linux/appImage/x64
0.44.0,windows,x64,https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/x64
0.44.0,windows,arm64,https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/arm64
0.44.0,mac,universal,https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/universal
0.44.0,mac,arm64,https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/arm64
0.44.0,mac,x64,https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/x64
0.44.0,linux,x64,https://downloader.cursor.sh/builds/2412187f9v0nffu/linux/appImage/x64
0.43.6,windows,x64,https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/x64
0.43.6,windows,arm64,https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/arm64
0.43.6,mac,universal,https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/universal
0.43.6,mac,arm64,https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/arm64
0.43.6,mac,x64,https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/x64
0.43.6,linux,x64,https://downloader.cursor.sh/builds/241206z7j6me2e2/linux/appImage/x64
0.43.5,windows,x64,https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/x64
0.43.5,windows,arm64,https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/arm64
0.43.5,mac,universal,https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/universal
0.43.5,mac,arm64,https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/arm64
0.43.5,mac,x64,https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/x64
0.43.5,linux,x64,https://downloader.cursor.sh/builds/241127pdg4cnbu2/linux/appImage/x64
0.43.4,windows,x64,https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/x64
0.43.4,windows,arm64,https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/arm64
0.43.4,mac,universal,https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/universal
0.43.4,mac,arm64,https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/arm64
0.43.4,mac,x64,https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/x64
0.43.4,linux,x64,https://downloader.cursor.sh/builds/241126w13goyvrs/linux/appImage/x64
0.43.3,windows,x64,https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/x64
0.43.3,windows,arm64,https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/arm64
0.43.3,mac,universal,https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/universal
0.43.3,mac,arm64,https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/arm64
0.43.3,mac,x64,https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/x64
0.43.3,linux,x64,https://downloader.cursor.sh/builds/2411246yqzx1jmm/linux/appImage/x64
0.43.1,windows,x64,https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/x64
0.43.1,windows,arm64,https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/arm64
0.43.1,mac,universal,https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/universal
0.43.1,mac,arm64,https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/arm64
0.43.1,mac,x64,https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/x64
0.43.1,linux,x64,https://downloader.cursor.sh/builds/241124gsiwb66nc/linux/appImage/x64
0.42.5,windows,x64,https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/x64
0.42.5,windows,arm64,https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/arm64
0.42.5,mac,universal,https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/universal
0.42.5,mac,arm64,https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/arm64
0.42.5,mac,x64,https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/x64
0.42.5,linux,x64,https://downloader.cursor.sh/builds/24111460bf2loz1/linux/appImage/x64
0.42.4,windows,x64,https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/x64
0.42.4,windows,arm64,https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/arm64
0.42.4,mac,universal,https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/universal
0.42.4,mac,arm64,https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/arm64
0.42.4,mac,x64,https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/x64
0.42.4,linux,x64,https://downloader.cursor.sh/builds/2410291z3bdg1dy/linux/appImage/x64
0.42.3,windows,x64,https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/x64
0.42.3,windows,arm64,https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/arm64
0.42.3,mac,universal,https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/universal
0.42.3,mac,arm64,https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/arm64
0.42.3,mac,x64,https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/x64
0.42.3,linux,x64,https://downloader.cursor.sh/builds/241016kxu9umuir/linux/appImage/x64
0.42.2,windows,x64,https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/x64
0.42.2,windows,arm64,https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/arm64
0.42.2,mac,universal,https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/universal
0.42.2,mac,arm64,https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/arm64
0.42.2,mac,x64,https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/x64
0.42.2,linux,x64,https://downloader.cursor.sh/builds/2410127mj66lvaq/linux/appImage/x64
0.42.1,windows,x64,https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/x64
0.42.1,windows,arm64,https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/arm64
0.42.1,mac,universal,https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/universal
0.42.1,mac,arm64,https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/arm64
0.42.1,mac,x64,https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/x64
0.42.1,linux,x64,https://downloader.cursor.sh/builds/241011i66p9fuvm/linux/appImage/x64
0.42.0,windows,x64,https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/x64
0.42.0,windows,arm64,https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/arm64
0.42.0,mac,universal,https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/universal
0.42.0,mac,arm64,https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/arm64
0.42.0,mac,x64,https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/x64
0.42.0,linux,x64,https://downloader.cursor.sh/builds/241009fij7nohn5/linux/appImage/x64
0.41.3,windows,x64,https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/x64
0.41.3,windows,arm64,https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/arm64
0.41.3,mac,universal,https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/universal
0.41.3,mac,arm64,https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/arm64
0.41.3,mac,x64,https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/x64
0.41.3,linux,x64,https://downloader.cursor.sh/builds/240925fkhcqg263/linux/appImage/x64
0.41.2,windows,x64,https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/x64
0.41.2,windows,arm64,https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/arm64
0.41.2,mac,universal,https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/universal
0.41.2,mac,arm64,https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/arm64
0.41.2,mac,x64,https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/x64
0.41.2,linux,x64,https://downloader.cursor.sh/builds/240921llnho65ov/linux/appImage/x64
0.41.1,windows,x64,https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/x64
0.41.1,windows,arm64,https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/arm64
0.41.1,mac,universal,https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/universal
0.41.1,mac,arm64,https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/arm64
0.41.1,mac,x64,https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/x64
0.41.1,linux,x64,https://downloader.cursor.sh/builds/2409189xe3envg5/linux/appImage/x64
0.40.4,windows,x64,https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/x64
0.40.4,windows,arm64,https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/arm64
0.40.4,mac,universal,https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/universal
0.40.4,mac,arm64,https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/arm64
0.40.4,mac,x64,https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/x64
0.40.4,linux,x64,https://downloader.cursor.sh/builds/2409052yfcjagw2/linux/appImage/x64
0.40.3,windows,x64,https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/x64
0.40.3,windows,arm64,https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/arm64
0.40.3,mac,universal,https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/universal
0.40.3,mac,arm64,https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/arm64
0.40.3,mac,x64,https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/x64
0.40.3,linux,x64,https://downloader.cursor.sh/builds/240829epqamqp7h/linux/appImage/x64
0.40.2,windows,x64,https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/x64
0.40.2,windows,arm64,https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/arm64
0.40.2,mac,universal,https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/universal
0.40.2,mac,arm64,https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/arm64
0.40.2,mac,x64,https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/x64
0.40.2,linux,x64,https://downloader.cursor.sh/builds/240828c021k3aib/linux/appImage/x64
0.40.1,windows,x64,https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/x64
0.40.1,windows,arm64,https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/arm64
0.40.1,mac,universal,https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/universal
0.40.1,mac,arm64,https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/arm64
0.40.1,mac,x64,https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/x64
0.40.1,linux,x64,https://downloader.cursor.sh/builds/2408245thnycuzj/linux/appImage/x64
0.40.0,windows,x64,https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/x64
0.40.0,windows,arm64,https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/arm64
0.40.0,mac,universal,https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/universal
0.40.0,mac,arm64,https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/arm64
0.40.0,mac,x64,https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/x64
0.40.0,linux,x64,https://downloader.cursor.sh/builds/24082202sreugb2/linux/appImage/x64
0.39.6,windows,x64,https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/x64
0.39.6,windows,arm64,https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/arm64
0.39.6,mac,universal,https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/universal
0.39.6,mac,arm64,https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/arm64
0.39.6,mac,x64,https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/x64
0.39.6,linux,x64,https://downloader.cursor.sh/builds/240819ih4ta2fye/linux/appImage/x64
0.39.5,windows,x64,https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/x64
0.39.5,windows,arm64,https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/arm64
0.39.5,mac,universal,https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/universal
0.39.5,mac,arm64,https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/arm64
0.39.5,mac,x64,https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/x64
0.39.5,linux,x64,https://downloader.cursor.sh/builds/240814y9rhzmu7h/linux/appImage/x64
0.39.4,windows,x64,https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/x64
0.39.4,windows,arm64,https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/arm64
0.39.4,mac,universal,https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/universal
0.39.4,mac,arm64,https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/arm64
0.39.4,mac,x64,https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/x64
0.39.4,linux,x64,https://downloader.cursor.sh/builds/240810elmeg3seq/linux/appImage/x64
0.39.3,windows,x64,https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/x64
0.39.3,windows,arm64,https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/arm64
0.39.3,mac,universal,https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/universal
0.39.3,mac,arm64,https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/arm64
0.39.3,mac,x64,https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/x64
0.39.3,linux,x64,https://downloader.cursor.sh/builds/2408092hoyaxt9m/linux/appImage/x64
0.39.2,windows,x64,https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/x64
0.39.2,windows,arm64,https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/arm64
0.39.2,mac,universal,https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/universal
0.39.2,mac,arm64,https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/arm64
0.39.2,mac,x64,https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/x64
0.39.2,linux,x64,https://downloader.cursor.sh/builds/240808phaxh4b5r/linux/appImage/x64
0.39.1,windows,x64,https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/x64
0.39.1,windows,arm64,https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/arm64
0.39.1,mac,universal,https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/universal
0.39.1,mac,arm64,https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/arm64
0.39.1,mac,x64,https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/x64
0.39.1,linux,x64,https://downloader.cursor.sh/builds/240807g919tr4ly/linux/appImage/x64
0.39.0,windows,x64,https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/x64
0.39.0,windows,arm64,https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/arm64
0.39.0,mac,universal,https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/universal
0.39.0,mac,arm64,https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/arm64
0.39.0,mac,x64,https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/x64
0.39.0,linux,x64,https://downloader.cursor.sh/builds/240802cdixtv9a6/linux/appImage/x64
0.38.1,windows,x64,https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/x64
0.38.1,windows,arm64,https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/arm64
0.38.1,mac,universal,https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/universal
0.38.1,mac,arm64,https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/arm64
0.38.1,mac,x64,https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/x64
0.38.1,linux,x64,https://downloader.cursor.sh/builds/240725f0ti25os7/linux/appImage/x64
0.38.0,windows,x64,https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/x64
0.38.0,windows,arm64,https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/arm64
0.38.0,mac,universal,https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/universal
0.38.0,mac,arm64,https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/arm64
0.38.0,mac,x64,https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/x64
0.38.0,linux,x64,https://downloader.cursor.sh/builds/240723790oxe4a2/linux/appImage/x64
0.37.1,windows,x64,https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/x64
0.37.1,windows,arm64,https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/arm64
0.37.1,mac,universal,https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/universal
0.37.1,mac,arm64,https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/arm64
0.37.1,mac,x64,https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/x64
0.37.1,linux,x64,https://downloader.cursor.sh/builds/240714yrr3gmv3k/linux/appImage/x64
0.36.2,windows,x64,https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/x64
0.36.2,windows,arm64,https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/arm64
0.36.2,mac,universal,https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/universal
0.36.2,mac,arm64,https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/arm64
0.36.2,mac,x64,https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/x64
0.36.2,linux,x64,https://downloader.cursor.sh/builds/2407077n6pzboby/linux/appImage/x64
0.36.1,windows,x64,https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/x64
0.36.1,windows,arm64,https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/arm64
0.36.1,mac,universal,https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/universal
0.36.1,mac,arm64,https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/arm64
0.36.1,mac,x64,https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/x64
0.36.1,linux,x64,https://downloader.cursor.sh/builds/240706uekt2eaft/linux/appImage/x64
0.36.0,windows,x64,https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/x64
0.36.0,windows,arm64,https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/arm64
0.36.0,mac,universal,https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/universal
0.36.0,mac,arm64,https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/arm64
0.36.0,mac,x64,https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/x64
0.36.0,linux,x64,https://downloader.cursor.sh/builds/240703xqkjv5aqa/linux/appImage/x64
0.35.1,windows,x64,https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/x64
0.35.1,windows,arm64,https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/arm64
0.35.1,mac,universal,https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/universal
0.35.1,mac,arm64,https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/arm64
0.35.1,mac,x64,https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/x64
0.35.1,linux,x64,https://downloader.cursor.sh/builds/240621pc2f7rl8a/linux/appImage/x64
0.35.0,windows,x64,https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/x64
0.35.0,windows,arm64,https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/arm64
0.35.0,mac,universal,https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/universal
0.35.0,mac,arm64,https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/arm64
0.35.0,mac,x64,https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/x64
0.35.0,linux,x64,https://downloader.cursor.sh/builds/240608cv11mfsjl/linux/appImage/x64
0.34.6,windows,x64,https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/x64
0.34.6,windows,arm64,https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/arm64
0.34.6,mac,universal,https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/universal
0.34.6,mac,arm64,https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/arm64
0.34.6,mac,x64,https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/x64
0.34.6,linux,x64,https://downloader.cursor.sh/builds/240606kgzq24cfb/linux/appImage/x64
0.34.6,windows,x64,https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/x64
0.34.6,windows,arm64,https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/arm64
0.34.6,mac,universal,https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/universal
0.34.6,mac,arm64,https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/arm64
0.34.6,mac,x64,https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/x64
0.34.6,linux,x64,https://downloader.cursor.sh/builds/240605r495newcf/linux/appImage/x64
0.34.5,windows,x64,https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/x64
0.34.5,windows,arm64,https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/arm64
0.34.5,mac,universal,https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/universal
0.34.5,mac,arm64,https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/arm64
0.34.5,mac,x64,https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/x64
0.34.5,linux,x64,https://downloader.cursor.sh/builds/240602rq6xovt3a/linux/appImage/x64
0.34.4,windows,x64,https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/x64
0.34.4,windows,arm64,https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/arm64
0.34.4,mac,universal,https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/universal
0.34.4,mac,arm64,https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/arm64
0.34.4,mac,x64,https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/x64
0.34.4,linux,x64,https://downloader.cursor.sh/builds/2406014h0rgjghe/linux/appImage/x64
0.34.3,windows,x64,https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/x64
0.34.3,windows,arm64,https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/arm64
0.34.3,mac,universal,https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/universal
0.34.3,mac,arm64,https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/arm64
0.34.3,mac,x64,https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/x64
0.34.3,linux,x64,https://downloader.cursor.sh/builds/240529baisuyd2e/linux/appImage/x64
0.34.2,windows,x64,https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/x64
0.34.2,windows,arm64,https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/arm64
0.34.2,mac,universal,https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/universal
0.34.2,mac,arm64,https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/arm64
0.34.2,mac,x64,https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/x64
0.34.2,linux,x64,https://downloader.cursor.sh/builds/240528whh1qyo9h/linux/appImage/x64
0.34.1,windows,x64,https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/x64
0.34.1,windows,arm64,https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/arm64
0.34.1,mac,universal,https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/universal
0.34.1,mac,arm64,https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/arm64
0.34.1,mac,x64,https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/x64
0.34.1,linux,x64,https://downloader.cursor.sh/builds/24052838ygfselt/linux/appImage/x64
0.34.0,windows,x64,https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/x64
0.34.0,windows,arm64,https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/arm64
0.34.0,mac,universal,https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/universal
0.34.0,mac,arm64,https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/arm64
0.34.0,mac,x64,https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/x64
0.34.0,linux,x64,https://downloader.cursor.sh/builds/240527xus72jmkj/linux/appImage/x64
0.33.4,windows,x64,https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/x64
0.33.4,windows,arm64,https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/arm64
0.33.4,mac,universal,https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/universal
0.33.4,mac,arm64,https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/arm64
0.33.4,mac,x64,https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/x64
0.33.4,linux,x64,https://downloader.cursor.sh/builds/240511kb8wt1tms/linux/appImage/x64
0.33.3,windows,x64,https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/x64
0.33.3,windows,arm64,https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/arm64
0.33.3,mac,universal,https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/universal
0.33.3,mac,arm64,https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/arm64
0.33.3,mac,x64,https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/x64
0.33.3,linux,x64,https://downloader.cursor.sh/builds/2405103lx8342ta/linux/appImage/x64
0.33.2,windows,x64,https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/x64
0.33.2,windows,arm64,https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/arm64
0.33.2,mac,universal,https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/universal
0.33.2,mac,arm64,https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/arm64
0.33.2,mac,x64,https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/x64
0.33.2,linux,x64,https://downloader.cursor.sh/builds/240510dwmw395qe/linux/appImage/x64
0.33.1,windows,x64,https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/x64
0.33.1,windows,arm64,https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/arm64
0.33.1,mac,universal,https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/universal
0.33.1,mac,arm64,https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/arm64
0.33.1,mac,x64,https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/x64
0.33.1,linux,x64,https://downloader.cursor.sh/builds/2405039a9h2fqc9/linux/appImage/x64
0.33.0,windows,x64,https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/x64
0.33.0,windows,arm64,https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/arm64
0.33.0,mac,universal,https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/universal
0.33.0,mac,arm64,https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/arm64
0.33.0,mac,x64,https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/x64
0.33.0,linux,x64,https://downloader.cursor.sh/builds/240503hyjsnhazo/linux/appImage/x64
0.32.8,windows,x64,https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/x64
0.32.8,windows,arm64,https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/arm64
0.32.8,mac,universal,https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/universal
0.32.8,mac,arm64,https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/arm64
0.32.8,mac,x64,https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/x64
0.32.8,linux,x64,https://downloader.cursor.sh/builds/240428d499o6zja/linux/appImage/x64
0.32.7,windows,x64,https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/x64
0.32.7,windows,arm64,https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/arm64
0.32.7,mac,universal,https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/universal
0.32.7,mac,arm64,https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/arm64
0.32.7,mac,x64,https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/x64
0.32.7,linux,x64,https://downloader.cursor.sh/builds/240427w5guozr0l/linux/appImage/x64
0.32.2,windows,x64,https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/x64
0.32.2,windows,arm64,https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/arm64
0.32.2,mac,universal,https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/universal
0.32.2,mac,arm64,https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/arm64
0.32.2,mac,x64,https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/x64
0.32.2,linux,x64,https://downloader.cursor.sh/builds/240417ab4wag7sx/linux/appImage/x64
0.32.1,windows,x64,https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/x64
0.32.1,windows,arm64,https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/arm64
0.32.1,mac,universal,https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/universal
0.32.1,mac,arm64,https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/arm64
0.32.1,mac,x64,https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/x64
0.32.1,linux,x64,https://downloader.cursor.sh/builds/2404152czor73fk/linux/appImage/x64
0.32.0,windows,x64,https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/x64
0.32.0,windows,arm64,https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/arm64
0.32.0,mac,universal,https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/universal
0.32.0,mac,arm64,https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/arm64
0.32.0,mac,x64,https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/x64
0.32.0,linux,x64,https://downloader.cursor.sh/builds/240412ugli06ue0/linux/appImage/x64
0.31.3,windows,x64,https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/x64
0.31.3,windows,arm64,https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/arm64
0.31.3,mac,universal,https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/universal
0.31.3,mac,arm64,https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/arm64
0.31.3,mac,x64,https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/x64
0.31.3,linux,x64,https://downloader.cursor.sh/builds/240402rq154jw46/linux/appImage/x64
0.31.1,windows,x64,https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/x64
0.31.1,windows,arm64,https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/arm64
0.31.1,mac,universal,https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/universal
0.31.1,mac,arm64,https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/arm64
0.31.1,mac,x64,https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/x64
0.31.1,linux,x64,https://downloader.cursor.sh/builds/240402pkwfm2ps6/linux/appImage/x64
0.31.0,windows,x64,https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/x64
0.31.0,windows,arm64,https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/arm64
0.31.0,mac,universal,https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/universal
0.31.0,mac,arm64,https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/arm64
0.31.0,mac,x64,https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/x64
0.31.0,linux,x64,https://downloader.cursor.sh/builds/2404018j7z0xv2g/linux/appImage/x64
0.30.5,windows,x64,https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/x64
0.30.5,windows,arm64,https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/arm64
0.30.5,mac,universal,https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/universal
0.30.5,mac,arm64,https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/arm64
0.30.5,mac,x64,https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/x64
0.30.5,linux,x64,https://downloader.cursor.sh/builds/240327tmd2ozdc7/linux/appImage/x64
0.30.4,windows,x64,https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/x64
0.30.4,windows,arm64,https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/arm64
0.30.4,mac,universal,https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/universal
0.30.4,mac,arm64,https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/arm64
0.30.4,mac,x64,https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/x64
0.30.4,linux,x64,https://downloader.cursor.sh/builds/240325dezy8ziab/linux/appImage/x64
0.30.3,windows,x64,https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/x64
0.30.3,windows,arm64,https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/arm64
0.30.3,mac,universal,https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/universal
0.30.3,mac,arm64,https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/arm64
0.30.3,mac,x64,https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/x64
0.30.3,linux,x64,https://downloader.cursor.sh/builds/2403229gtuhto9g/linux/appImage/x64
0.30.2,windows,x64,https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/x64
0.30.2,windows,arm64,https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/arm64
0.30.2,mac,universal,https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/universal
0.30.2,mac,arm64,https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/arm64
0.30.2,mac,x64,https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/x64
0.30.2,linux,x64,https://downloader.cursor.sh/builds/240322gzqjm3p0d/linux/appImage/x64
0.30.1,windows,x64,https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/x64
0.30.1,windows,arm64,https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/arm64
0.30.1,mac,universal,https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/universal
0.30.1,mac,arm64,https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/arm64
0.30.1,mac,x64,https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/x64
0.30.1,linux,x64,https://downloader.cursor.sh/builds/2403212w1ejubt8/linux/appImage/x64
0.30.0,windows,x64,https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/x64
0.30.0,windows,arm64,https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/arm64
0.30.0,mac,universal,https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/universal
0.30.0,mac,arm64,https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/arm64
0.30.0,mac,x64,https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/x64
0.30.0,linux,x64,https://downloader.cursor.sh/builds/240320tpx86e7hk/linux/appImage/x64
0.29.1,windows,x64,https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/x64
0.29.1,windows,arm64,https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/arm64
0.29.1,mac,universal,https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/universal
0.29.1,mac,arm64,https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/arm64
0.29.1,mac,x64,https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/x64
0.29.1,linux,x64,https://downloader.cursor.sh/builds/2403027twmz0d1t/linux/appImage/x64
0.29.0,windows,x64,https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/x64
0.29.0,windows,arm64,https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/arm64
0.29.0,mac,universal,https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/universal
0.29.0,mac,arm64,https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/arm64
0.29.0,mac,x64,https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/x64
0.29.0,linux,x64,https://downloader.cursor.sh/builds/240301kpqvacw2h/linux/appImage/x64
0.28.1,windows,x64,https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/x64
0.28.1,windows,arm64,https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/arm64
0.28.1,mac,universal,https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/universal
0.28.1,mac,arm64,https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/arm64
0.28.1,mac,x64,https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/x64
0.28.1,linux,x64,https://downloader.cursor.sh/builds/240226tstim4evd/linux/appImage/x64
0.28.0,windows,x64,https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/x64
0.28.0,windows,arm64,https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/arm64
0.28.0,mac,universal,https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/universal
0.28.0,mac,arm64,https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/arm64
0.28.0,mac,x64,https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/x64
0.28.0,linux,x64,https://downloader.cursor.sh/builds/240224g2d7jazcq/linux/appImage/x64
0.27.4,windows,x64,https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/x64
0.27.4,windows,arm64,https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/arm64
0.27.4,mac,universal,https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/universal
0.27.4,mac,arm64,https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/arm64
0.27.4,mac,x64,https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/x64
0.27.4,linux,x64,https://downloader.cursor.sh/builds/240219qdbagglqz/linux/appImage/x64
0.27.3,windows,x64,https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/x64
0.27.3,windows,arm64,https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/arm64
0.27.3,mac,universal,https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/universal
0.27.3,mac,arm64,https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/arm64
0.27.3,mac,x64,https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/x64
0.27.3,linux,x64,https://downloader.cursor.sh/builds/240218dxhc6y8os/linux/appImage/x64
0.27.2,windows,x64,https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/x64
0.27.2,windows,arm64,https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/arm64
0.27.2,mac,universal,https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/universal
0.27.2,mac,arm64,https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/arm64
0.27.2,mac,x64,https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/x64
0.27.2,linux,x64,https://downloader.cursor.sh/builds/240216kkzl9nhxi/linux/appImage/x64
0.27.1,windows,x64,https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/x64
0.27.1,windows,arm64,https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/arm64
0.27.1,mac,universal,https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/universal
0.27.1,mac,arm64,https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/arm64
0.27.1,mac,x64,https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/x64
0.27.1,linux,x64,https://downloader.cursor.sh/builds/240215l4ooehnyl/linux/appImage/x64
0.27.0,windows,x64,https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/x64
0.27.0,windows,arm64,https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/arm64
0.27.0,mac,universal,https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/universal
0.27.0,mac,arm64,https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/arm64
0.27.0,mac,x64,https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/x64
0.27.0,linux,x64,https://downloader.cursor.sh/builds/240215at6ewkd59/linux/appImage/x64
0.26.2,windows,x64,https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/x64
0.26.2,windows,arm64,https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/arm64
0.26.2,mac,universal,https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/universal
0.26.2,mac,arm64,https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/arm64
0.26.2,mac,x64,https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/x64
0.26.2,linux,x64,https://downloader.cursor.sh/builds/240212o6r9qxtcg/linux/appImage/x64
0.26.1,windows,x64,https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/x64
0.26.1,windows,arm64,https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/arm64
0.26.1,mac,universal,https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/universal
0.26.1,mac,arm64,https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/arm64
0.26.1,mac,x64,https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/x64
0.26.1,linux,x64,https://downloader.cursor.sh/builds/2402107t904hing/linux/appImage/x64
0.26.0,windows,x64,https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/x64
0.26.0,windows,arm64,https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/arm64
0.26.0,mac,universal,https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/universal
0.26.0,mac,arm64,https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/arm64
0.26.0,mac,x64,https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/x64
0.26.0,linux,x64,https://downloader.cursor.sh/builds/240210k8is5xr6v/linux/appImage/x64
0.25.3,windows,x64,https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/x64
0.25.3,windows,arm64,https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/arm64
0.25.3,mac,universal,https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/universal
0.25.3,mac,arm64,https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/arm64
0.25.3,mac,x64,https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/x64
0.25.3,linux,x64,https://downloader.cursor.sh/builds/240207aacboj1k8/linux/appImage/x64
0.25.2,windows,x64,https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/x64
0.25.2,windows,arm64,https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/arm64
0.25.2,mac,universal,https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/universal
0.25.2,mac,arm64,https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/arm64
0.25.2,mac,x64,https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/x64
0.25.2,linux,x64,https://downloader.cursor.sh/builds/240206p3708uc9z/linux/appImage/x64
0.25.1,windows,x64,https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/x64
0.25.1,windows,arm64,https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/arm64
0.25.1,mac,universal,https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/universal
0.25.1,mac,arm64,https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/arm64
0.25.1,mac,x64,https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/x64
0.25.1,linux,x64,https://downloader.cursor.sh/builds/2402033t030rprh/linux/appImage/x64
0.25.0,windows,x64,https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/x64
0.25.0,windows,arm64,https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/arm64
0.25.0,mac,universal,https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/universal
0.25.0,mac,arm64,https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/arm64
0.25.0,mac,x64,https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/x64
0.25.0,linux,x64,https://downloader.cursor.sh/builds/240203kh86t91q8/linux/appImage/x64
0.24.4,windows,x64,https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/x64
0.24.4,windows,arm64,https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/arm64
0.24.4,mac,universal,https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/universal
0.24.4,mac,arm64,https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/arm64
0.24.4,mac,x64,https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/x64
0.24.4,linux,x64,https://downloader.cursor.sh/builds/240129iecm3e33w/linux/appImage/x64
0.24.3,windows,x64,https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/x64
0.24.3,windows,arm64,https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/arm64
0.24.3,mac,universal,https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/universal
0.24.3,mac,arm64,https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/arm64
0.24.3,mac,x64,https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/x64
0.24.3,linux,x64,https://downloader.cursor.sh/builds/2401289dx79qsc0/linux/appImage/x64
0.24.1,windows,x64,https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/x64
0.24.1,windows,arm64,https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/arm64
0.24.1,mac,universal,https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/universal
0.24.1,mac,arm64,https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/arm64
0.24.1,mac,x64,https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/x64
0.24.1,linux,x64,https://downloader.cursor.sh/builds/240127cad17436d/linux/appImage/x64
0.24.0,windows,x64,https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/x64
0.24.0,windows,arm64,https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/arm64
0.24.0,mac,universal,https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/universal
0.24.0,mac,arm64,https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/arm64
0.24.0,mac,x64,https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/x64
0.24.0,linux,x64,https://downloader.cursor.sh/builds/240126wp9irhmza/linux/appImage/x64
0.23.9,windows,x64,https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/x64
0.23.9,windows,arm64,https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/arm64
0.23.9,mac,universal,https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/universal
0.23.9,mac,arm64,https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/arm64
0.23.9,mac,x64,https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/x64
0.23.9,linux,x64,https://downloader.cursor.sh/builds/240124dsmraeml3/linux/appImage/x64
0.23.8,windows,x64,https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/x64
0.23.8,windows,arm64,https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/arm64
0.23.8,mac,universal,https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/universal
0.23.8,mac,arm64,https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/arm64
0.23.8,mac,x64,https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/x64
0.23.8,linux,x64,https://downloader.cursor.sh/builds/240123fnn1hj1fg/linux/appImage/x64
0.23.7,windows,x64,https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/x64
0.23.7,windows,arm64,https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/arm64
0.23.7,mac,universal,https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/universal
0.23.7,mac,arm64,https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/arm64
0.23.7,mac,x64,https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/x64
0.23.7,linux,x64,https://downloader.cursor.sh/builds/240123xsfe7ywcv/linux/appImage/x64
0.23.6,windows,x64,https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/x64
0.23.6,windows,arm64,https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/arm64
0.23.6,mac,universal,https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/universal
0.23.6,mac,arm64,https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/arm64
0.23.6,mac,x64,https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/x64
0.23.6,linux,x64,https://downloader.cursor.sh/builds/240121m1740elox/linux/appImage/x64
0.23.5,windows,x64,https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/x64
0.23.5,windows,arm64,https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/arm64
0.23.5,mac,universal,https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/universal
0.23.5,mac,arm64,https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/arm64
0.23.5,mac,x64,https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/x64
0.23.5,linux,x64,https://downloader.cursor.sh/builds/2401215utj6tx6q/linux/appImage/x64
0.23.4,windows,x64,https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/x64
0.23.4,windows,arm64,https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/arm64
0.23.4,mac,universal,https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/universal
0.23.4,mac,arm64,https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/arm64
0.23.4,mac,x64,https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/x64
0.23.4,linux,x64,https://downloader.cursor.sh/builds/240121f4qy6ba2y/linux/appImage/x64
0.23.3,windows,x64,https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/x64
0.23.3,windows,arm64,https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/arm64
0.23.3,mac,universal,https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/universal
0.23.3,mac,arm64,https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/arm64
0.23.3,mac,x64,https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/x64
0.23.3,linux,x64,https://downloader.cursor.sh/builds/2401201und3ytom/linux/appImage/x64
0.23.2,windows,x64,https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/x64
0.23.2,windows,arm64,https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/arm64
0.23.2,mac,universal,https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/universal
0.23.2,mac,arm64,https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/arm64
0.23.2,mac,x64,https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/x64
0.23.2,linux,x64,https://downloader.cursor.sh/builds/240120an2k2hf1i/linux/appImage/x64
0.23.1,windows,x64,https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/x64
0.23.1,windows,arm64,https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/arm64
0.23.1,mac,universal,https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/universal
0.23.1,mac,arm64,https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/arm64
0.23.1,mac,x64,https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/x64
0.23.1,linux,x64,https://downloader.cursor.sh/builds/240119fgzxwudn9/linux/appImage/x64
0.22.2,windows,x64,https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/x64
0.22.2,windows,arm64,https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/arm64
0.22.2,mac,universal,https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/universal
0.22.2,mac,arm64,https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/arm64
0.22.2,mac,x64,https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/x64
0.22.2,linux,x64,https://downloader.cursor.sh/builds/24011721vsch1l1/linux/appImage/x64
0.22.1,windows,x64,https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/x64
0.22.1,windows,arm64,https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/arm64
0.22.1,mac,universal,https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/universal
0.22.1,mac,arm64,https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/arm64
0.22.1,mac,x64,https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/x64
0.22.1,linux,x64,https://downloader.cursor.sh/builds/2401083eyk8kmzc/linux/appImage/x64
0.22.0,windows,x64,https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/x64
0.22.0,windows,arm64,https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/arm64
0.22.0,mac,universal,https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/universal
0.22.0,mac,arm64,https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/arm64
0.22.0,mac,x64,https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/x64
0.22.0,linux,x64,https://downloader.cursor.sh/builds/240107qk62kvva3/linux/appImage/x64
0.21.1,windows,x64,https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/x64
0.21.1,windows,arm64,https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/arm64
0.21.1,mac,universal,https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/universal
0.21.1,mac,arm64,https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/arm64
0.21.1,mac,x64,https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/x64
0.21.1,linux,x64,https://downloader.cursor.sh/builds/231230h0vi6srww/linux/appImage/x64
0.21.0,windows,x64,https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/x64
0.21.0,windows,arm64,https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/arm64
0.21.0,mac,universal,https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/universal
0.21.0,mac,arm64,https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/arm64
0.21.0,mac,x64,https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/x64
0.21.0,linux,x64,https://downloader.cursor.sh/builds/231229ezidnxiu3/linux/appImage/x64
0.20.2,windows,x64,https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/x64
0.20.2,windows,arm64,https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/arm64
0.20.2,mac,universal,https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/universal
0.20.2,mac,arm64,https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/arm64
0.20.2,mac,x64,https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/x64
0.20.2,linux,x64,https://downloader.cursor.sh/builds/231219aksf83aad/linux/appImage/x64
0.20.1,windows,x64,https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/x64
0.20.1,windows,arm64,https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/arm64
0.20.1,mac,universal,https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/universal
0.20.1,mac,arm64,https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/arm64
0.20.1,mac,x64,https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/x64
0.20.1,linux,x64,https://downloader.cursor.sh/builds/231218ywfaxax09/linux/appImage/x64
0.20.0,windows,x64,https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/x64
0.20.0,windows,arm64,https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/arm64
0.20.0,mac,universal,https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/universal
0.20.0,mac,arm64,https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/arm64
0.20.0,mac,x64,https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/x64
0.20.0,linux,x64,https://downloader.cursor.sh/builds/231216nsyfew5j1/linux/appImage/x64
0.19.1,windows,x64,https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/x64
0.19.1,windows,arm64,https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/arm64
0.19.1,mac,universal,https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/universal
0.19.1,mac,arm64,https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/arm64
0.19.1,mac,x64,https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/x64
0.19.1,linux,x64,https://downloader.cursor.sh/builds/2312156z2ric57n/linux/appImage/x64
0.19.0,windows,x64,https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/x64
0.19.0,windows,arm64,https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/arm64
0.19.0,mac,universal,https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/universal
0.19.0,mac,arm64,https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/arm64
0.19.0,mac,x64,https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/x64
0.19.0,linux,x64,https://downloader.cursor.sh/builds/231214per9qal2p/linux/appImage/x64
0.18.8,windows,x64,https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/x64
0.18.8,windows,arm64,https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/arm64
0.18.8,mac,universal,https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/universal
0.18.8,mac,arm64,https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/arm64
0.18.8,mac,x64,https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/x64
0.18.8,linux,x64,https://downloader.cursor.sh/builds/2312098ffjr3ign/linux/appImage/x64
0.18.7,windows,x64,https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/x64
0.18.7,windows,arm64,https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/arm64
0.18.7,mac,universal,https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/universal
0.18.7,mac,arm64,https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/arm64
0.18.7,mac,x64,https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/x64
0.18.7,linux,x64,https://downloader.cursor.sh/builds/23120880aolip2i/linux/appImage/x64
0.18.6,windows,x64,https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/x64
0.18.6,windows,arm64,https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/arm64
0.18.6,mac,universal,https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/universal
0.18.6,mac,arm64,https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/arm64
0.18.6,mac,x64,https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/x64
0.18.6,linux,x64,https://downloader.cursor.sh/builds/231207ueqazwde8/linux/appImage/x64
0.18.5,windows,x64,https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/x64
0.18.5,windows,arm64,https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/arm64
0.18.5,mac,universal,https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/universal
0.18.5,mac,arm64,https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/arm64
0.18.5,mac,x64,https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/x64
0.18.5,linux,x64,https://downloader.cursor.sh/builds/231206jzy2n2sbi/linux/appImage/x64
0.18.4,windows,x64,https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/x64
0.18.4,windows,arm64,https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/arm64
0.18.4,mac,universal,https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/universal
0.18.4,mac,arm64,https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/arm64
0.18.4,mac,x64,https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/x64
0.18.4,linux,x64,https://downloader.cursor.sh/builds/2312033zjv5fqai/linux/appImage/x64
0.18.3,windows,x64,https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/x64
0.18.3,windows,arm64,https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/arm64
0.18.3,mac,universal,https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/universal
0.18.3,mac,arm64,https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/arm64
0.18.3,mac,x64,https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/x64
0.18.3,linux,x64,https://downloader.cursor.sh/builds/231203k2vnkxq2m/linux/appImage/x64
0.18.1,windows,x64,https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/x64
0.18.1,windows,arm64,https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/arm64
0.18.1,mac,universal,https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/universal
0.18.1,mac,arm64,https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/arm64
0.18.1,mac,x64,https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/x64
0.18.1,linux,x64,https://downloader.cursor.sh/builds/23120176kaer07t/linux/appImage/x64
0.17.0,windows,x64,https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/x64
0.17.0,windows,arm64,https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/arm64
0.17.0,mac,universal,https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/universal
0.17.0,mac,arm64,https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/arm64
0.17.0,mac,x64,https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/x64
0.17.0,linux,x64,https://downloader.cursor.sh/builds/231127p7iyxn8rg/linux/appImage/x64
0.16.0,windows,x64,https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/x64
0.16.0,windows,arm64,https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/arm64
0.16.0,mac,universal,https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/universal
0.16.0,mac,arm64,https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/arm64
0.16.0,mac,x64,https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/x64
0.16.0,linux,x64,https://downloader.cursor.sh/builds/231116rek2xuq6a/linux/appImage/x64
0.15.5,windows,x64,https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/x64
0.15.5,windows,arm64,https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/arm64
0.15.5,mac,universal,https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/universal
0.15.5,mac,arm64,https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/arm64
0.15.5,mac,x64,https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/x64
0.15.5,linux,x64,https://downloader.cursor.sh/builds/231115a5mv63u9f/linux/appImage/x64
0.15.4,windows,x64,https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/x64
0.15.4,windows,arm64,https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/arm64
0.15.4,mac,universal,https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/universal
0.15.4,mac,arm64,https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/arm64
0.15.4,mac,x64,https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/x64
0.15.4,linux,x64,https://downloader.cursor.sh/builds/23111469e1i3xyi/linux/appImage/x64
0.15.3,windows,x64,https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/x64
0.15.3,windows,arm64,https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/arm64
0.15.3,mac,universal,https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/universal
0.15.3,mac,arm64,https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/arm64
0.15.3,mac,x64,https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/x64
0.15.3,linux,x64,https://downloader.cursor.sh/builds/231113b0yv3uqem/linux/appImage/x64
0.15.2,windows,x64,https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/x64
0.15.2,windows,arm64,https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/arm64
0.15.2,mac,universal,https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/universal
0.15.2,mac,arm64,https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/arm64
0.15.2,mac,x64,https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/x64
0.15.2,linux,x64,https://downloader.cursor.sh/builds/231113ah0kuf3pf/linux/appImage/x64
0.15.1,windows,x64,https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/x64
0.15.1,windows,arm64,https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/arm64
0.15.1,mac,universal,https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/universal
0.15.1,mac,arm64,https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/arm64
0.15.1,mac,x64,https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/x64
0.15.1,linux,x64,https://downloader.cursor.sh/builds/231111yanyyovap/linux/appImage/x64
0.15.0,windows,x64,https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/x64
0.15.0,windows,arm64,https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/arm64
0.15.0,mac,universal,https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/universal
0.15.0,mac,arm64,https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/arm64
0.15.0,mac,x64,https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/x64
0.15.0,linux,x64,https://downloader.cursor.sh/builds/231110mdkomczmw/linux/appImage/x64
0.14.1,windows,x64,https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/x64
0.14.1,windows,arm64,https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/arm64
0.14.1,mac,universal,https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/universal
0.14.1,mac,arm64,https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/arm64
0.14.1,mac,x64,https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/x64
0.14.1,linux,x64,https://downloader.cursor.sh/builds/231109xitrgihlk/linux/appImage/x64
0.14.0,windows,x64,https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/x64
0.14.0,windows,arm64,https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/arm64
0.14.0,mac,universal,https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/universal
0.14.0,mac,arm64,https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/arm64
0.14.0,mac,x64,https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/x64
0.14.0,linux,x64,https://downloader.cursor.sh/builds/231102m6tuamwbx/linux/appImage/x64
0.13.4,windows,x64,https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/x64
0.13.4,windows,arm64,https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/arm64
0.13.4,mac,universal,https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/universal
0.13.4,mac,arm64,https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/arm64
0.13.4,mac,x64,https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/x64
0.13.4,linux,x64,https://downloader.cursor.sh/builds/231029rso7pso8l/linux/appImage/x64
0.13.3,windows,x64,https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/x64
0.13.3,windows,arm64,https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/arm64
0.13.3,mac,universal,https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/universal
0.13.3,mac,arm64,https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/arm64
0.13.3,mac,x64,https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/x64
0.13.3,linux,x64,https://downloader.cursor.sh/builds/231025uihnjkh9v/linux/appImage/x64
0.13.2,windows,x64,https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/x64
0.13.2,windows,arm64,https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/arm64
0.13.2,mac,universal,https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/universal
0.13.2,mac,arm64,https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/arm64
0.13.2,mac,x64,https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/x64
0.13.2,linux,x64,https://downloader.cursor.sh/builds/231024w4iv7xlm6/linux/appImage/x64
0.13.1,windows,x64,https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/x64
0.13.1,windows,arm64,https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/arm64
0.13.1,mac,universal,https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/universal
0.13.1,mac,arm64,https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/arm64
0.13.1,mac,x64,https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/x64
0.13.1,linux,x64,https://downloader.cursor.sh/builds/231022f3j0ubckv/linux/appImage/x64
0.13.0,windows,x64,https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/x64
0.13.0,windows,arm64,https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/arm64
0.13.0,mac,universal,https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/universal
0.13.0,mac,arm64,https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/arm64
0.13.0,mac,x64,https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/x64
0.13.0,linux,x64,https://downloader.cursor.sh/builds/231022ptw6i4j42/linux/appImage/x64
0.12.3,windows,x64,https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/x64
0.12.3,windows,arm64,https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/arm64
0.12.3,mac,universal,https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/universal
0.12.3,mac,arm64,https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/arm64
0.12.3,mac,x64,https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/x64
0.12.3,linux,x64,https://downloader.cursor.sh/builds/231008c5ursm0oj/linux/appImage/x64
1 Version Platform Architecture Download URL
2 0.45.11 windows x64 https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/x64
3 0.45.11 windows arm64 https://downloader.cursor.sh/builds/250207y6nbaw5qc/windows/nsis/arm64
4 0.45.11 mac universal https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/universal
5 0.45.11 mac arm64 https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/arm64
6 0.45.11 mac x64 https://downloader.cursor.sh/builds/250207y6nbaw5qc/mac/installer/x64
7 0.45.11 linux x64 https://downloader.cursor.sh/builds/250207y6nbaw5qc/linux/appImage/x64
8 0.45.10 windows x64 https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/x64
9 0.45.10 windows arm64 https://downloader.cursor.sh/builds/250205buadkzpea/windows/nsis/arm64
10 0.45.10 mac universal https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/universal
11 0.45.10 mac arm64 https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/arm64
12 0.45.10 mac x64 https://downloader.cursor.sh/builds/250205buadkzpea/mac/installer/x64
13 0.45.10 linux x64 https://downloader.cursor.sh/builds/250205buadkzpea/linux/appImage/x64
14 0.45.9 windows x64 https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/x64
15 0.45.9 windows arm64 https://downloader.cursor.sh/builds/250202tgstl42dt/windows/nsis/arm64
16 0.45.9 mac universal https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/universal
17 0.45.9 mac arm64 https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/arm64
18 0.45.9 mac x64 https://downloader.cursor.sh/builds/250202tgstl42dt/mac/installer/x64
19 0.45.9 linux x64 https://downloader.cursor.sh/builds/250202tgstl42dt/linux/appImage/x64
20 0.45.8 windows x64 https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/x64
21 0.45.8 windows arm64 https://downloader.cursor.sh/builds/250201b44xw1x2k/windows/nsis/arm64
22 0.45.8 mac universal https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/universal
23 0.45.8 mac arm64 https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/arm64
24 0.45.8 mac x64 https://downloader.cursor.sh/builds/250201b44xw1x2k/mac/installer/x64
25 0.45.8 linux x64 https://downloader.cursor.sh/builds/250201b44xw1x2k/linux/appImage/x64
26 0.45.7 windows x64 https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/x64
27 0.45.7 windows arm64 https://downloader.cursor.sh/builds/250130nr6eorv84/windows/nsis/arm64
28 0.45.7 mac universal https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/universal
29 0.45.7 mac arm64 https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/arm64
30 0.45.7 mac x64 https://downloader.cursor.sh/builds/250130nr6eorv84/mac/installer/x64
31 0.45.7 linux x64 https://downloader.cursor.sh/builds/250130nr6eorv84/linux/appImage/x64
32 0.45.6 windows x64 https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/x64
33 0.45.6 windows arm64 https://downloader.cursor.sh/builds/25013021lv9say3/windows/nsis/arm64
34 0.45.6 mac universal https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/universal
35 0.45.6 mac arm64 https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/arm64
36 0.45.6 mac x64 https://downloader.cursor.sh/builds/25013021lv9say3/mac/installer/x64
37 0.45.6 linux x64 https://downloader.cursor.sh/builds/25013021lv9say3/linux/appImage/x64
38 0.45.5 windows x64 https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/x64
39 0.45.5 windows arm64 https://downloader.cursor.sh/builds/250128loaeyulq8/windows/nsis/arm64
40 0.45.5 mac universal https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/universal
41 0.45.5 mac arm64 https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/arm64
42 0.45.5 mac x64 https://downloader.cursor.sh/builds/250128loaeyulq8/mac/installer/x64
43 0.45.5 linux x64 https://downloader.cursor.sh/builds/250128loaeyulq8/linux/appImage/x64
44 0.45.4 windows x64 https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/x64
45 0.45.4 windows arm64 https://downloader.cursor.sh/builds/250126vgr3vztvj/windows/nsis/arm64
46 0.45.4 mac universal https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/universal
47 0.45.4 mac arm64 https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/arm64
48 0.45.4 mac x64 https://downloader.cursor.sh/builds/250126vgr3vztvj/mac/installer/x64
49 0.45.4 linux x64 https://downloader.cursor.sh/builds/250126vgr3vztvj/linux/appImage/x64
50 0.45.3 windows x64 https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/x64
51 0.45.3 windows arm64 https://downloader.cursor.sh/builds/250124b0rcj0qql/windows/nsis/arm64
52 0.45.3 mac universal https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/universal
53 0.45.3 mac arm64 https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/arm64
54 0.45.3 mac x64 https://downloader.cursor.sh/builds/250124b0rcj0qql/mac/installer/x64
55 0.45.3 linux x64 https://downloader.cursor.sh/builds/250124b0rcj0qql/linux/appImage/x64
56 0.45.2 windows x64 https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/x64
57 0.45.2 windows arm64 https://downloader.cursor.sh/builds/250123mhituoa6o/windows/nsis/arm64
58 0.45.2 mac universal https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/universal
59 0.45.2 mac arm64 https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/arm64
60 0.45.2 mac x64 https://downloader.cursor.sh/builds/250123mhituoa6o/mac/installer/x64
61 0.45.2 linux x64 https://downloader.cursor.sh/builds/250123mhituoa6o/linux/appImage/x64
62 0.45.1 windows x64 https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/x64
63 0.45.1 windows arm64 https://downloader.cursor.sh/builds/2501213ljml5byg/windows/nsis/arm64
64 0.45.1 mac universal https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/universal
65 0.45.1 mac arm64 https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/arm64
66 0.45.1 mac x64 https://downloader.cursor.sh/builds/2501213ljml5byg/mac/installer/x64
67 0.45.1 linux x64 https://downloader.cursor.sh/builds/2501213ljml5byg/linux/appImage/x64
68 0.45.0 windows x64 https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/x64
69 0.45.0 windows arm64 https://downloader.cursor.sh/builds/250120dh9ezx9pg/windows/nsis/arm64
70 0.45.0 mac universal https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/universal
71 0.45.0 mac arm64 https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/arm64
72 0.45.0 mac x64 https://downloader.cursor.sh/builds/250120dh9ezx9pg/mac/installer/x64
73 0.45.0 linux x64 https://downloader.cursor.sh/builds/250120dh9ezx9pg/linux/appImage/x64
74 0.44.11 windows x64 https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64
75 0.44.11 windows arm64 https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/arm64
76 0.44.11 mac universal https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/universal
77 0.44.11 mac arm64 https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/arm64
78 0.44.11 mac x64 https://downloader.cursor.sh/builds/250103fqxdt5u9z/mac/installer/x64
79 0.44.11 linux x64 https://downloader.cursor.sh/builds/250103fqxdt5u9z/linux/appImage/x64
80 0.44.10 windows x64 https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/x64
81 0.44.10 windows arm64 https://downloader.cursor.sh/builds/250102ys80vtnud/windows/nsis/arm64
82 0.44.10 mac universal https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/universal
83 0.44.10 mac arm64 https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/arm64
84 0.44.10 mac x64 https://downloader.cursor.sh/builds/250102ys80vtnud/mac/installer/x64
85 0.44.10 linux x64 https://downloader.cursor.sh/builds/250102ys80vtnud/linux/appImage/x64
86 0.44.9 windows x64 https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/x64
87 0.44.9 windows arm64 https://downloader.cursor.sh/builds/2412268nc6pfzgo/windows/nsis/arm64
88 0.44.9 mac universal https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/universal
89 0.44.9 mac arm64 https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/arm64
90 0.44.9 mac x64 https://downloader.cursor.sh/builds/2412268nc6pfzgo/mac/installer/x64
91 0.44.9 linux x64 https://downloader.cursor.sh/builds/2412268nc6pfzgo/linux/appImage/x64
92 0.44.8 windows x64 https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/x64
93 0.44.8 windows arm64 https://downloader.cursor.sh/builds/241222ooktny8mh/windows/nsis/arm64
94 0.44.8 mac universal https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/universal
95 0.44.8 mac arm64 https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/arm64
96 0.44.8 mac x64 https://downloader.cursor.sh/builds/241222ooktny8mh/mac/installer/x64
97 0.44.8 linux x64 https://downloader.cursor.sh/builds/241222ooktny8mh/linux/appImage/x64
98 0.44.7 windows x64 https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/x64
99 0.44.7 windows arm64 https://downloader.cursor.sh/builds/2412219nhracv01/windows/nsis/arm64
100 0.44.7 mac universal https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/universal
101 0.44.7 mac arm64 https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/arm64
102 0.44.7 mac x64 https://downloader.cursor.sh/builds/2412219nhracv01/mac/installer/x64
103 0.44.7 linux x64 https://downloader.cursor.sh/builds/2412219nhracv01/linux/appImage/x64
104 0.44.6 windows x64 https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/x64
105 0.44.6 windows arm64 https://downloader.cursor.sh/builds/2412214pmryneua/windows/nsis/arm64
106 0.44.6 mac universal https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/universal
107 0.44.6 mac arm64 https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/arm64
108 0.44.6 mac x64 https://downloader.cursor.sh/builds/2412214pmryneua/mac/installer/x64
109 0.44.6 linux x64 https://downloader.cursor.sh/builds/2412214pmryneua/linux/appImage/x64
110 0.44.5 windows x64 https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/x64
111 0.44.5 windows arm64 https://downloader.cursor.sh/builds/241220s3ux0e1tv/windows/nsis/arm64
112 0.44.5 mac universal https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/universal
113 0.44.5 mac arm64 https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/arm64
114 0.44.5 mac x64 https://downloader.cursor.sh/builds/241220s3ux0e1tv/mac/installer/x64
115 0.44.5 linux x64 https://downloader.cursor.sh/builds/241220s3ux0e1tv/linux/appImage/x64
116 0.44.4 windows x64 https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/x64
117 0.44.4 windows arm64 https://downloader.cursor.sh/builds/241219117fcvexy/windows/nsis/arm64
118 0.44.4 mac universal https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/universal
119 0.44.4 mac arm64 https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/arm64
120 0.44.4 mac x64 https://downloader.cursor.sh/builds/241219117fcvexy/mac/installer/x64
121 0.44.4 linux x64 https://downloader.cursor.sh/builds/241219117fcvexy/linux/appImage/x64
122 0.44.3 windows x64 https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/x64
123 0.44.3 windows arm64 https://downloader.cursor.sh/builds/241218sybfbogmq/windows/nsis/arm64
124 0.44.3 mac universal https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/universal
125 0.44.3 mac arm64 https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/arm64
126 0.44.3 mac x64 https://downloader.cursor.sh/builds/241218sybfbogmq/mac/installer/x64
127 0.44.3 linux x64 https://downloader.cursor.sh/builds/241218sybfbogmq/linux/appImage/x64
128 0.44.2 windows x64 https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/x64
129 0.44.2 windows arm64 https://downloader.cursor.sh/builds/241218ntls52u8v/windows/nsis/arm64
130 0.44.2 mac universal https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/universal
131 0.44.2 mac arm64 https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/arm64
132 0.44.2 mac x64 https://downloader.cursor.sh/builds/241218ntls52u8v/mac/installer/x64
133 0.44.2 linux x64 https://downloader.cursor.sh/builds/241218ntls52u8v/linux/appImage/x64
134 0.44.0 windows x64 https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/x64
135 0.44.0 windows arm64 https://downloader.cursor.sh/builds/2412187f9v0nffu/windows/nsis/arm64
136 0.44.0 mac universal https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/universal
137 0.44.0 mac arm64 https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/arm64
138 0.44.0 mac x64 https://downloader.cursor.sh/builds/2412187f9v0nffu/mac/installer/x64
139 0.44.0 linux x64 https://downloader.cursor.sh/builds/2412187f9v0nffu/linux/appImage/x64
140 0.43.6 windows x64 https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/x64
141 0.43.6 windows arm64 https://downloader.cursor.sh/builds/241206z7j6me2e2/windows/nsis/arm64
142 0.43.6 mac universal https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/universal
143 0.43.6 mac arm64 https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/arm64
144 0.43.6 mac x64 https://downloader.cursor.sh/builds/241206z7j6me2e2/mac/installer/x64
145 0.43.6 linux x64 https://downloader.cursor.sh/builds/241206z7j6me2e2/linux/appImage/x64
146 0.43.5 windows x64 https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/x64
147 0.43.5 windows arm64 https://downloader.cursor.sh/builds/241127pdg4cnbu2/windows/nsis/arm64
148 0.43.5 mac universal https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/universal
149 0.43.5 mac arm64 https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/arm64
150 0.43.5 mac x64 https://downloader.cursor.sh/builds/241127pdg4cnbu2/mac/installer/x64
151 0.43.5 linux x64 https://downloader.cursor.sh/builds/241127pdg4cnbu2/linux/appImage/x64
152 0.43.4 windows x64 https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/x64
153 0.43.4 windows arm64 https://downloader.cursor.sh/builds/241126w13goyvrs/windows/nsis/arm64
154 0.43.4 mac universal https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/universal
155 0.43.4 mac arm64 https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/arm64
156 0.43.4 mac x64 https://downloader.cursor.sh/builds/241126w13goyvrs/mac/installer/x64
157 0.43.4 linux x64 https://downloader.cursor.sh/builds/241126w13goyvrs/linux/appImage/x64
158 0.43.3 windows x64 https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/x64
159 0.43.3 windows arm64 https://downloader.cursor.sh/builds/2411246yqzx1jmm/windows/nsis/arm64
160 0.43.3 mac universal https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/universal
161 0.43.3 mac arm64 https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/arm64
162 0.43.3 mac x64 https://downloader.cursor.sh/builds/2411246yqzx1jmm/mac/installer/x64
163 0.43.3 linux x64 https://downloader.cursor.sh/builds/2411246yqzx1jmm/linux/appImage/x64
164 0.43.1 windows x64 https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/x64
165 0.43.1 windows arm64 https://downloader.cursor.sh/builds/241124gsiwb66nc/windows/nsis/arm64
166 0.43.1 mac universal https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/universal
167 0.43.1 mac arm64 https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/arm64
168 0.43.1 mac x64 https://downloader.cursor.sh/builds/241124gsiwb66nc/mac/installer/x64
169 0.43.1 linux x64 https://downloader.cursor.sh/builds/241124gsiwb66nc/linux/appImage/x64
170 0.42.5 windows x64 https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/x64
171 0.42.5 windows arm64 https://downloader.cursor.sh/builds/24111460bf2loz1/windows/nsis/arm64
172 0.42.5 mac universal https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/universal
173 0.42.5 mac arm64 https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/arm64
174 0.42.5 mac x64 https://downloader.cursor.sh/builds/24111460bf2loz1/mac/installer/x64
175 0.42.5 linux x64 https://downloader.cursor.sh/builds/24111460bf2loz1/linux/appImage/x64
176 0.42.4 windows x64 https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/x64
177 0.42.4 windows arm64 https://downloader.cursor.sh/builds/2410291z3bdg1dy/windows/nsis/arm64
178 0.42.4 mac universal https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/universal
179 0.42.4 mac arm64 https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/arm64
180 0.42.4 mac x64 https://downloader.cursor.sh/builds/2410291z3bdg1dy/mac/installer/x64
181 0.42.4 linux x64 https://downloader.cursor.sh/builds/2410291z3bdg1dy/linux/appImage/x64
182 0.42.3 windows x64 https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/x64
183 0.42.3 windows arm64 https://downloader.cursor.sh/builds/241016kxu9umuir/windows/nsis/arm64
184 0.42.3 mac universal https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/universal
185 0.42.3 mac arm64 https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/arm64
186 0.42.3 mac x64 https://downloader.cursor.sh/builds/241016kxu9umuir/mac/installer/x64
187 0.42.3 linux x64 https://downloader.cursor.sh/builds/241016kxu9umuir/linux/appImage/x64
188 0.42.2 windows x64 https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/x64
189 0.42.2 windows arm64 https://downloader.cursor.sh/builds/2410127mj66lvaq/windows/nsis/arm64
190 0.42.2 mac universal https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/universal
191 0.42.2 mac arm64 https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/arm64
192 0.42.2 mac x64 https://downloader.cursor.sh/builds/2410127mj66lvaq/mac/installer/x64
193 0.42.2 linux x64 https://downloader.cursor.sh/builds/2410127mj66lvaq/linux/appImage/x64
194 0.42.1 windows x64 https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/x64
195 0.42.1 windows arm64 https://downloader.cursor.sh/builds/241011i66p9fuvm/windows/nsis/arm64
196 0.42.1 mac universal https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/universal
197 0.42.1 mac arm64 https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/arm64
198 0.42.1 mac x64 https://downloader.cursor.sh/builds/241011i66p9fuvm/mac/installer/x64
199 0.42.1 linux x64 https://downloader.cursor.sh/builds/241011i66p9fuvm/linux/appImage/x64
200 0.42.0 windows x64 https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/x64
201 0.42.0 windows arm64 https://downloader.cursor.sh/builds/241009fij7nohn5/windows/nsis/arm64
202 0.42.0 mac universal https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/universal
203 0.42.0 mac arm64 https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/arm64
204 0.42.0 mac x64 https://downloader.cursor.sh/builds/241009fij7nohn5/mac/installer/x64
205 0.42.0 linux x64 https://downloader.cursor.sh/builds/241009fij7nohn5/linux/appImage/x64
206 0.41.3 windows x64 https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/x64
207 0.41.3 windows arm64 https://downloader.cursor.sh/builds/240925fkhcqg263/windows/nsis/arm64
208 0.41.3 mac universal https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/universal
209 0.41.3 mac arm64 https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/arm64
210 0.41.3 mac x64 https://downloader.cursor.sh/builds/240925fkhcqg263/mac/installer/x64
211 0.41.3 linux x64 https://downloader.cursor.sh/builds/240925fkhcqg263/linux/appImage/x64
212 0.41.2 windows x64 https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/x64
213 0.41.2 windows arm64 https://downloader.cursor.sh/builds/240921llnho65ov/windows/nsis/arm64
214 0.41.2 mac universal https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/universal
215 0.41.2 mac arm64 https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/arm64
216 0.41.2 mac x64 https://downloader.cursor.sh/builds/240921llnho65ov/mac/installer/x64
217 0.41.2 linux x64 https://downloader.cursor.sh/builds/240921llnho65ov/linux/appImage/x64
218 0.41.1 windows x64 https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/x64
219 0.41.1 windows arm64 https://downloader.cursor.sh/builds/2409189xe3envg5/windows/nsis/arm64
220 0.41.1 mac universal https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/universal
221 0.41.1 mac arm64 https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/arm64
222 0.41.1 mac x64 https://downloader.cursor.sh/builds/2409189xe3envg5/mac/installer/x64
223 0.41.1 linux x64 https://downloader.cursor.sh/builds/2409189xe3envg5/linux/appImage/x64
224 0.40.4 windows x64 https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/x64
225 0.40.4 windows arm64 https://downloader.cursor.sh/builds/2409052yfcjagw2/windows/nsis/arm64
226 0.40.4 mac universal https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/universal
227 0.40.4 mac arm64 https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/arm64
228 0.40.4 mac x64 https://downloader.cursor.sh/builds/2409052yfcjagw2/mac/installer/x64
229 0.40.4 linux x64 https://downloader.cursor.sh/builds/2409052yfcjagw2/linux/appImage/x64
230 0.40.3 windows x64 https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/x64
231 0.40.3 windows arm64 https://downloader.cursor.sh/builds/240829epqamqp7h/windows/nsis/arm64
232 0.40.3 mac universal https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/universal
233 0.40.3 mac arm64 https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/arm64
234 0.40.3 mac x64 https://downloader.cursor.sh/builds/240829epqamqp7h/mac/installer/x64
235 0.40.3 linux x64 https://downloader.cursor.sh/builds/240829epqamqp7h/linux/appImage/x64
236 0.40.2 windows x64 https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/x64
237 0.40.2 windows arm64 https://downloader.cursor.sh/builds/240828c021k3aib/windows/nsis/arm64
238 0.40.2 mac universal https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/universal
239 0.40.2 mac arm64 https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/arm64
240 0.40.2 mac x64 https://downloader.cursor.sh/builds/240828c021k3aib/mac/installer/x64
241 0.40.2 linux x64 https://downloader.cursor.sh/builds/240828c021k3aib/linux/appImage/x64
242 0.40.1 windows x64 https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/x64
243 0.40.1 windows arm64 https://downloader.cursor.sh/builds/2408245thnycuzj/windows/nsis/arm64
244 0.40.1 mac universal https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/universal
245 0.40.1 mac arm64 https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/arm64
246 0.40.1 mac x64 https://downloader.cursor.sh/builds/2408245thnycuzj/mac/installer/x64
247 0.40.1 linux x64 https://downloader.cursor.sh/builds/2408245thnycuzj/linux/appImage/x64
248 0.40.0 windows x64 https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/x64
249 0.40.0 windows arm64 https://downloader.cursor.sh/builds/24082202sreugb2/windows/nsis/arm64
250 0.40.0 mac universal https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/universal
251 0.40.0 mac arm64 https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/arm64
252 0.40.0 mac x64 https://downloader.cursor.sh/builds/24082202sreugb2/mac/installer/x64
253 0.40.0 linux x64 https://downloader.cursor.sh/builds/24082202sreugb2/linux/appImage/x64
254 0.39.6 windows x64 https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/x64
255 0.39.6 windows arm64 https://downloader.cursor.sh/builds/240819ih4ta2fye/windows/nsis/arm64
256 0.39.6 mac universal https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/universal
257 0.39.6 mac arm64 https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/arm64
258 0.39.6 mac x64 https://downloader.cursor.sh/builds/240819ih4ta2fye/mac/installer/x64
259 0.39.6 linux x64 https://downloader.cursor.sh/builds/240819ih4ta2fye/linux/appImage/x64
260 0.39.5 windows x64 https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/x64
261 0.39.5 windows arm64 https://downloader.cursor.sh/builds/240814y9rhzmu7h/windows/nsis/arm64
262 0.39.5 mac universal https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/universal
263 0.39.5 mac arm64 https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/arm64
264 0.39.5 mac x64 https://downloader.cursor.sh/builds/240814y9rhzmu7h/mac/installer/x64
265 0.39.5 linux x64 https://downloader.cursor.sh/builds/240814y9rhzmu7h/linux/appImage/x64
266 0.39.4 windows x64 https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/x64
267 0.39.4 windows arm64 https://downloader.cursor.sh/builds/240810elmeg3seq/windows/nsis/arm64
268 0.39.4 mac universal https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/universal
269 0.39.4 mac arm64 https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/arm64
270 0.39.4 mac x64 https://downloader.cursor.sh/builds/240810elmeg3seq/mac/installer/x64
271 0.39.4 linux x64 https://downloader.cursor.sh/builds/240810elmeg3seq/linux/appImage/x64
272 0.39.3 windows x64 https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/x64
273 0.39.3 windows arm64 https://downloader.cursor.sh/builds/2408092hoyaxt9m/windows/nsis/arm64
274 0.39.3 mac universal https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/universal
275 0.39.3 mac arm64 https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/arm64
276 0.39.3 mac x64 https://downloader.cursor.sh/builds/2408092hoyaxt9m/mac/installer/x64
277 0.39.3 linux x64 https://downloader.cursor.sh/builds/2408092hoyaxt9m/linux/appImage/x64
278 0.39.2 windows x64 https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/x64
279 0.39.2 windows arm64 https://downloader.cursor.sh/builds/240808phaxh4b5r/windows/nsis/arm64
280 0.39.2 mac universal https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/universal
281 0.39.2 mac arm64 https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/arm64
282 0.39.2 mac x64 https://downloader.cursor.sh/builds/240808phaxh4b5r/mac/installer/x64
283 0.39.2 linux x64 https://downloader.cursor.sh/builds/240808phaxh4b5r/linux/appImage/x64
284 0.39.1 windows x64 https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/x64
285 0.39.1 windows arm64 https://downloader.cursor.sh/builds/240807g919tr4ly/windows/nsis/arm64
286 0.39.1 mac universal https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/universal
287 0.39.1 mac arm64 https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/arm64
288 0.39.1 mac x64 https://downloader.cursor.sh/builds/240807g919tr4ly/mac/installer/x64
289 0.39.1 linux x64 https://downloader.cursor.sh/builds/240807g919tr4ly/linux/appImage/x64
290 0.39.0 windows x64 https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/x64
291 0.39.0 windows arm64 https://downloader.cursor.sh/builds/240802cdixtv9a6/windows/nsis/arm64
292 0.39.0 mac universal https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/universal
293 0.39.0 mac arm64 https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/arm64
294 0.39.0 mac x64 https://downloader.cursor.sh/builds/240802cdixtv9a6/mac/installer/x64
295 0.39.0 linux x64 https://downloader.cursor.sh/builds/240802cdixtv9a6/linux/appImage/x64
296 0.38.1 windows x64 https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/x64
297 0.38.1 windows arm64 https://downloader.cursor.sh/builds/240725f0ti25os7/windows/nsis/arm64
298 0.38.1 mac universal https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/universal
299 0.38.1 mac arm64 https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/arm64
300 0.38.1 mac x64 https://downloader.cursor.sh/builds/240725f0ti25os7/mac/installer/x64
301 0.38.1 linux x64 https://downloader.cursor.sh/builds/240725f0ti25os7/linux/appImage/x64
302 0.38.0 windows x64 https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/x64
303 0.38.0 windows arm64 https://downloader.cursor.sh/builds/240723790oxe4a2/windows/nsis/arm64
304 0.38.0 mac universal https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/universal
305 0.38.0 mac arm64 https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/arm64
306 0.38.0 mac x64 https://downloader.cursor.sh/builds/240723790oxe4a2/mac/installer/x64
307 0.38.0 linux x64 https://downloader.cursor.sh/builds/240723790oxe4a2/linux/appImage/x64
308 0.37.1 windows x64 https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/x64
309 0.37.1 windows arm64 https://downloader.cursor.sh/builds/240714yrr3gmv3k/windows/nsis/arm64
310 0.37.1 mac universal https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/universal
311 0.37.1 mac arm64 https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/arm64
312 0.37.1 mac x64 https://downloader.cursor.sh/builds/240714yrr3gmv3k/mac/installer/x64
313 0.37.1 linux x64 https://downloader.cursor.sh/builds/240714yrr3gmv3k/linux/appImage/x64
314 0.36.2 windows x64 https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/x64
315 0.36.2 windows arm64 https://downloader.cursor.sh/builds/2407077n6pzboby/windows/nsis/arm64
316 0.36.2 mac universal https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/universal
317 0.36.2 mac arm64 https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/arm64
318 0.36.2 mac x64 https://downloader.cursor.sh/builds/2407077n6pzboby/mac/installer/x64
319 0.36.2 linux x64 https://downloader.cursor.sh/builds/2407077n6pzboby/linux/appImage/x64
320 0.36.1 windows x64 https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/x64
321 0.36.1 windows arm64 https://downloader.cursor.sh/builds/240706uekt2eaft/windows/nsis/arm64
322 0.36.1 mac universal https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/universal
323 0.36.1 mac arm64 https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/arm64
324 0.36.1 mac x64 https://downloader.cursor.sh/builds/240706uekt2eaft/mac/installer/x64
325 0.36.1 linux x64 https://downloader.cursor.sh/builds/240706uekt2eaft/linux/appImage/x64
326 0.36.0 windows x64 https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/x64
327 0.36.0 windows arm64 https://downloader.cursor.sh/builds/240703xqkjv5aqa/windows/nsis/arm64
328 0.36.0 mac universal https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/universal
329 0.36.0 mac arm64 https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/arm64
330 0.36.0 mac x64 https://downloader.cursor.sh/builds/240703xqkjv5aqa/mac/installer/x64
331 0.36.0 linux x64 https://downloader.cursor.sh/builds/240703xqkjv5aqa/linux/appImage/x64
332 0.35.1 windows x64 https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/x64
333 0.35.1 windows arm64 https://downloader.cursor.sh/builds/240621pc2f7rl8a/windows/nsis/arm64
334 0.35.1 mac universal https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/universal
335 0.35.1 mac arm64 https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/arm64
336 0.35.1 mac x64 https://downloader.cursor.sh/builds/240621pc2f7rl8a/mac/installer/x64
337 0.35.1 linux x64 https://downloader.cursor.sh/builds/240621pc2f7rl8a/linux/appImage/x64
338 0.35.0 windows x64 https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/x64
339 0.35.0 windows arm64 https://downloader.cursor.sh/builds/240608cv11mfsjl/windows/nsis/arm64
340 0.35.0 mac universal https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/universal
341 0.35.0 mac arm64 https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/arm64
342 0.35.0 mac x64 https://downloader.cursor.sh/builds/240608cv11mfsjl/mac/installer/x64
343 0.35.0 linux x64 https://downloader.cursor.sh/builds/240608cv11mfsjl/linux/appImage/x64
344 0.34.6 windows x64 https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/x64
345 0.34.6 windows arm64 https://downloader.cursor.sh/builds/240606kgzq24cfb/windows/nsis/arm64
346 0.34.6 mac universal https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/universal
347 0.34.6 mac arm64 https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/arm64
348 0.34.6 mac x64 https://downloader.cursor.sh/builds/240606kgzq24cfb/mac/installer/x64
349 0.34.6 linux x64 https://downloader.cursor.sh/builds/240606kgzq24cfb/linux/appImage/x64
350 0.34.6 windows x64 https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/x64
351 0.34.6 windows arm64 https://downloader.cursor.sh/builds/240605r495newcf/windows/nsis/arm64
352 0.34.6 mac universal https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/universal
353 0.34.6 mac arm64 https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/arm64
354 0.34.6 mac x64 https://downloader.cursor.sh/builds/240605r495newcf/mac/installer/x64
355 0.34.6 linux x64 https://downloader.cursor.sh/builds/240605r495newcf/linux/appImage/x64
356 0.34.5 windows x64 https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/x64
357 0.34.5 windows arm64 https://downloader.cursor.sh/builds/240602rq6xovt3a/windows/nsis/arm64
358 0.34.5 mac universal https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/universal
359 0.34.5 mac arm64 https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/arm64
360 0.34.5 mac x64 https://downloader.cursor.sh/builds/240602rq6xovt3a/mac/installer/x64
361 0.34.5 linux x64 https://downloader.cursor.sh/builds/240602rq6xovt3a/linux/appImage/x64
362 0.34.4 windows x64 https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/x64
363 0.34.4 windows arm64 https://downloader.cursor.sh/builds/2406014h0rgjghe/windows/nsis/arm64
364 0.34.4 mac universal https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/universal
365 0.34.4 mac arm64 https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/arm64
366 0.34.4 mac x64 https://downloader.cursor.sh/builds/2406014h0rgjghe/mac/installer/x64
367 0.34.4 linux x64 https://downloader.cursor.sh/builds/2406014h0rgjghe/linux/appImage/x64
368 0.34.3 windows x64 https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/x64
369 0.34.3 windows arm64 https://downloader.cursor.sh/builds/240529baisuyd2e/windows/nsis/arm64
370 0.34.3 mac universal https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/universal
371 0.34.3 mac arm64 https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/arm64
372 0.34.3 mac x64 https://downloader.cursor.sh/builds/240529baisuyd2e/mac/installer/x64
373 0.34.3 linux x64 https://downloader.cursor.sh/builds/240529baisuyd2e/linux/appImage/x64
374 0.34.2 windows x64 https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/x64
375 0.34.2 windows arm64 https://downloader.cursor.sh/builds/240528whh1qyo9h/windows/nsis/arm64
376 0.34.2 mac universal https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/universal
377 0.34.2 mac arm64 https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/arm64
378 0.34.2 mac x64 https://downloader.cursor.sh/builds/240528whh1qyo9h/mac/installer/x64
379 0.34.2 linux x64 https://downloader.cursor.sh/builds/240528whh1qyo9h/linux/appImage/x64
380 0.34.1 windows x64 https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/x64
381 0.34.1 windows arm64 https://downloader.cursor.sh/builds/24052838ygfselt/windows/nsis/arm64
382 0.34.1 mac universal https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/universal
383 0.34.1 mac arm64 https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/arm64
384 0.34.1 mac x64 https://downloader.cursor.sh/builds/24052838ygfselt/mac/installer/x64
385 0.34.1 linux x64 https://downloader.cursor.sh/builds/24052838ygfselt/linux/appImage/x64
386 0.34.0 windows x64 https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/x64
387 0.34.0 windows arm64 https://downloader.cursor.sh/builds/240527xus72jmkj/windows/nsis/arm64
388 0.34.0 mac universal https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/universal
389 0.34.0 mac arm64 https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/arm64
390 0.34.0 mac x64 https://downloader.cursor.sh/builds/240527xus72jmkj/mac/installer/x64
391 0.34.0 linux x64 https://downloader.cursor.sh/builds/240527xus72jmkj/linux/appImage/x64
392 0.33.4 windows x64 https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/x64
393 0.33.4 windows arm64 https://downloader.cursor.sh/builds/240511kb8wt1tms/windows/nsis/arm64
394 0.33.4 mac universal https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/universal
395 0.33.4 mac arm64 https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/arm64
396 0.33.4 mac x64 https://downloader.cursor.sh/builds/240511kb8wt1tms/mac/installer/x64
397 0.33.4 linux x64 https://downloader.cursor.sh/builds/240511kb8wt1tms/linux/appImage/x64
398 0.33.3 windows x64 https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/x64
399 0.33.3 windows arm64 https://downloader.cursor.sh/builds/2405103lx8342ta/windows/nsis/arm64
400 0.33.3 mac universal https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/universal
401 0.33.3 mac arm64 https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/arm64
402 0.33.3 mac x64 https://downloader.cursor.sh/builds/2405103lx8342ta/mac/installer/x64
403 0.33.3 linux x64 https://downloader.cursor.sh/builds/2405103lx8342ta/linux/appImage/x64
404 0.33.2 windows x64 https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/x64
405 0.33.2 windows arm64 https://downloader.cursor.sh/builds/240510dwmw395qe/windows/nsis/arm64
406 0.33.2 mac universal https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/universal
407 0.33.2 mac arm64 https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/arm64
408 0.33.2 mac x64 https://downloader.cursor.sh/builds/240510dwmw395qe/mac/installer/x64
409 0.33.2 linux x64 https://downloader.cursor.sh/builds/240510dwmw395qe/linux/appImage/x64
410 0.33.1 windows x64 https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/x64
411 0.33.1 windows arm64 https://downloader.cursor.sh/builds/2405039a9h2fqc9/windows/nsis/arm64
412 0.33.1 mac universal https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/universal
413 0.33.1 mac arm64 https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/arm64
414 0.33.1 mac x64 https://downloader.cursor.sh/builds/2405039a9h2fqc9/mac/installer/x64
415 0.33.1 linux x64 https://downloader.cursor.sh/builds/2405039a9h2fqc9/linux/appImage/x64
416 0.33.0 windows x64 https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/x64
417 0.33.0 windows arm64 https://downloader.cursor.sh/builds/240503hyjsnhazo/windows/nsis/arm64
418 0.33.0 mac universal https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/universal
419 0.33.0 mac arm64 https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/arm64
420 0.33.0 mac x64 https://downloader.cursor.sh/builds/240503hyjsnhazo/mac/installer/x64
421 0.33.0 linux x64 https://downloader.cursor.sh/builds/240503hyjsnhazo/linux/appImage/x64
422 0.32.8 windows x64 https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/x64
423 0.32.8 windows arm64 https://downloader.cursor.sh/builds/240428d499o6zja/windows/nsis/arm64
424 0.32.8 mac universal https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/universal
425 0.32.8 mac arm64 https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/arm64
426 0.32.8 mac x64 https://downloader.cursor.sh/builds/240428d499o6zja/mac/installer/x64
427 0.32.8 linux x64 https://downloader.cursor.sh/builds/240428d499o6zja/linux/appImage/x64
428 0.32.7 windows x64 https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/x64
429 0.32.7 windows arm64 https://downloader.cursor.sh/builds/240427w5guozr0l/windows/nsis/arm64
430 0.32.7 mac universal https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/universal
431 0.32.7 mac arm64 https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/arm64
432 0.32.7 mac x64 https://downloader.cursor.sh/builds/240427w5guozr0l/mac/installer/x64
433 0.32.7 linux x64 https://downloader.cursor.sh/builds/240427w5guozr0l/linux/appImage/x64
434 0.32.2 windows x64 https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/x64
435 0.32.2 windows arm64 https://downloader.cursor.sh/builds/240417ab4wag7sx/windows/nsis/arm64
436 0.32.2 mac universal https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/universal
437 0.32.2 mac arm64 https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/arm64
438 0.32.2 mac x64 https://downloader.cursor.sh/builds/240417ab4wag7sx/mac/installer/x64
439 0.32.2 linux x64 https://downloader.cursor.sh/builds/240417ab4wag7sx/linux/appImage/x64
440 0.32.1 windows x64 https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/x64
441 0.32.1 windows arm64 https://downloader.cursor.sh/builds/2404152czor73fk/windows/nsis/arm64
442 0.32.1 mac universal https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/universal
443 0.32.1 mac arm64 https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/arm64
444 0.32.1 mac x64 https://downloader.cursor.sh/builds/2404152czor73fk/mac/installer/x64
445 0.32.1 linux x64 https://downloader.cursor.sh/builds/2404152czor73fk/linux/appImage/x64
446 0.32.0 windows x64 https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/x64
447 0.32.0 windows arm64 https://downloader.cursor.sh/builds/240412ugli06ue0/windows/nsis/arm64
448 0.32.0 mac universal https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/universal
449 0.32.0 mac arm64 https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/arm64
450 0.32.0 mac x64 https://downloader.cursor.sh/builds/240412ugli06ue0/mac/installer/x64
451 0.32.0 linux x64 https://downloader.cursor.sh/builds/240412ugli06ue0/linux/appImage/x64
452 0.31.3 windows x64 https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/x64
453 0.31.3 windows arm64 https://downloader.cursor.sh/builds/240402rq154jw46/windows/nsis/arm64
454 0.31.3 mac universal https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/universal
455 0.31.3 mac arm64 https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/arm64
456 0.31.3 mac x64 https://downloader.cursor.sh/builds/240402rq154jw46/mac/installer/x64
457 0.31.3 linux x64 https://downloader.cursor.sh/builds/240402rq154jw46/linux/appImage/x64
458 0.31.1 windows x64 https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/x64
459 0.31.1 windows arm64 https://downloader.cursor.sh/builds/240402pkwfm2ps6/windows/nsis/arm64
460 0.31.1 mac universal https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/universal
461 0.31.1 mac arm64 https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/arm64
462 0.31.1 mac x64 https://downloader.cursor.sh/builds/240402pkwfm2ps6/mac/installer/x64
463 0.31.1 linux x64 https://downloader.cursor.sh/builds/240402pkwfm2ps6/linux/appImage/x64
464 0.31.0 windows x64 https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/x64
465 0.31.0 windows arm64 https://downloader.cursor.sh/builds/2404018j7z0xv2g/windows/nsis/arm64
466 0.31.0 mac universal https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/universal
467 0.31.0 mac arm64 https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/arm64
468 0.31.0 mac x64 https://downloader.cursor.sh/builds/2404018j7z0xv2g/mac/installer/x64
469 0.31.0 linux x64 https://downloader.cursor.sh/builds/2404018j7z0xv2g/linux/appImage/x64
470 0.30.5 windows x64 https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/x64
471 0.30.5 windows arm64 https://downloader.cursor.sh/builds/240327tmd2ozdc7/windows/nsis/arm64
472 0.30.5 mac universal https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/universal
473 0.30.5 mac arm64 https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/arm64
474 0.30.5 mac x64 https://downloader.cursor.sh/builds/240327tmd2ozdc7/mac/installer/x64
475 0.30.5 linux x64 https://downloader.cursor.sh/builds/240327tmd2ozdc7/linux/appImage/x64
476 0.30.4 windows x64 https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/x64
477 0.30.4 windows arm64 https://downloader.cursor.sh/builds/240325dezy8ziab/windows/nsis/arm64
478 0.30.4 mac universal https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/universal
479 0.30.4 mac arm64 https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/arm64
480 0.30.4 mac x64 https://downloader.cursor.sh/builds/240325dezy8ziab/mac/installer/x64
481 0.30.4 linux x64 https://downloader.cursor.sh/builds/240325dezy8ziab/linux/appImage/x64
482 0.30.3 windows x64 https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/x64
483 0.30.3 windows arm64 https://downloader.cursor.sh/builds/2403229gtuhto9g/windows/nsis/arm64
484 0.30.3 mac universal https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/universal
485 0.30.3 mac arm64 https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/arm64
486 0.30.3 mac x64 https://downloader.cursor.sh/builds/2403229gtuhto9g/mac/installer/x64
487 0.30.3 linux x64 https://downloader.cursor.sh/builds/2403229gtuhto9g/linux/appImage/x64
488 0.30.2 windows x64 https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/x64
489 0.30.2 windows arm64 https://downloader.cursor.sh/builds/240322gzqjm3p0d/windows/nsis/arm64
490 0.30.2 mac universal https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/universal
491 0.30.2 mac arm64 https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/arm64
492 0.30.2 mac x64 https://downloader.cursor.sh/builds/240322gzqjm3p0d/mac/installer/x64
493 0.30.2 linux x64 https://downloader.cursor.sh/builds/240322gzqjm3p0d/linux/appImage/x64
494 0.30.1 windows x64 https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/x64
495 0.30.1 windows arm64 https://downloader.cursor.sh/builds/2403212w1ejubt8/windows/nsis/arm64
496 0.30.1 mac universal https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/universal
497 0.30.1 mac arm64 https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/arm64
498 0.30.1 mac x64 https://downloader.cursor.sh/builds/2403212w1ejubt8/mac/installer/x64
499 0.30.1 linux x64 https://downloader.cursor.sh/builds/2403212w1ejubt8/linux/appImage/x64
500 0.30.0 windows x64 https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/x64
501 0.30.0 windows arm64 https://downloader.cursor.sh/builds/240320tpx86e7hk/windows/nsis/arm64
502 0.30.0 mac universal https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/universal
503 0.30.0 mac arm64 https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/arm64
504 0.30.0 mac x64 https://downloader.cursor.sh/builds/240320tpx86e7hk/mac/installer/x64
505 0.30.0 linux x64 https://downloader.cursor.sh/builds/240320tpx86e7hk/linux/appImage/x64
506 0.29.1 windows x64 https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/x64
507 0.29.1 windows arm64 https://downloader.cursor.sh/builds/2403027twmz0d1t/windows/nsis/arm64
508 0.29.1 mac universal https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/universal
509 0.29.1 mac arm64 https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/arm64
510 0.29.1 mac x64 https://downloader.cursor.sh/builds/2403027twmz0d1t/mac/installer/x64
511 0.29.1 linux x64 https://downloader.cursor.sh/builds/2403027twmz0d1t/linux/appImage/x64
512 0.29.0 windows x64 https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/x64
513 0.29.0 windows arm64 https://downloader.cursor.sh/builds/240301kpqvacw2h/windows/nsis/arm64
514 0.29.0 mac universal https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/universal
515 0.29.0 mac arm64 https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/arm64
516 0.29.0 mac x64 https://downloader.cursor.sh/builds/240301kpqvacw2h/mac/installer/x64
517 0.29.0 linux x64 https://downloader.cursor.sh/builds/240301kpqvacw2h/linux/appImage/x64
518 0.28.1 windows x64 https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/x64
519 0.28.1 windows arm64 https://downloader.cursor.sh/builds/240226tstim4evd/windows/nsis/arm64
520 0.28.1 mac universal https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/universal
521 0.28.1 mac arm64 https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/arm64
522 0.28.1 mac x64 https://downloader.cursor.sh/builds/240226tstim4evd/mac/installer/x64
523 0.28.1 linux x64 https://downloader.cursor.sh/builds/240226tstim4evd/linux/appImage/x64
524 0.28.0 windows x64 https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/x64
525 0.28.0 windows arm64 https://downloader.cursor.sh/builds/240224g2d7jazcq/windows/nsis/arm64
526 0.28.0 mac universal https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/universal
527 0.28.0 mac arm64 https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/arm64
528 0.28.0 mac x64 https://downloader.cursor.sh/builds/240224g2d7jazcq/mac/installer/x64
529 0.28.0 linux x64 https://downloader.cursor.sh/builds/240224g2d7jazcq/linux/appImage/x64
530 0.27.4 windows x64 https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/x64
531 0.27.4 windows arm64 https://downloader.cursor.sh/builds/240219qdbagglqz/windows/nsis/arm64
532 0.27.4 mac universal https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/universal
533 0.27.4 mac arm64 https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/arm64
534 0.27.4 mac x64 https://downloader.cursor.sh/builds/240219qdbagglqz/mac/installer/x64
535 0.27.4 linux x64 https://downloader.cursor.sh/builds/240219qdbagglqz/linux/appImage/x64
536 0.27.3 windows x64 https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/x64
537 0.27.3 windows arm64 https://downloader.cursor.sh/builds/240218dxhc6y8os/windows/nsis/arm64
538 0.27.3 mac universal https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/universal
539 0.27.3 mac arm64 https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/arm64
540 0.27.3 mac x64 https://downloader.cursor.sh/builds/240218dxhc6y8os/mac/installer/x64
541 0.27.3 linux x64 https://downloader.cursor.sh/builds/240218dxhc6y8os/linux/appImage/x64
542 0.27.2 windows x64 https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/x64
543 0.27.2 windows arm64 https://downloader.cursor.sh/builds/240216kkzl9nhxi/windows/nsis/arm64
544 0.27.2 mac universal https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/universal
545 0.27.2 mac arm64 https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/arm64
546 0.27.2 mac x64 https://downloader.cursor.sh/builds/240216kkzl9nhxi/mac/installer/x64
547 0.27.2 linux x64 https://downloader.cursor.sh/builds/240216kkzl9nhxi/linux/appImage/x64
548 0.27.1 windows x64 https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/x64
549 0.27.1 windows arm64 https://downloader.cursor.sh/builds/240215l4ooehnyl/windows/nsis/arm64
550 0.27.1 mac universal https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/universal
551 0.27.1 mac arm64 https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/arm64
552 0.27.1 mac x64 https://downloader.cursor.sh/builds/240215l4ooehnyl/mac/installer/x64
553 0.27.1 linux x64 https://downloader.cursor.sh/builds/240215l4ooehnyl/linux/appImage/x64
554 0.27.0 windows x64 https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/x64
555 0.27.0 windows arm64 https://downloader.cursor.sh/builds/240215at6ewkd59/windows/nsis/arm64
556 0.27.0 mac universal https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/universal
557 0.27.0 mac arm64 https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/arm64
558 0.27.0 mac x64 https://downloader.cursor.sh/builds/240215at6ewkd59/mac/installer/x64
559 0.27.0 linux x64 https://downloader.cursor.sh/builds/240215at6ewkd59/linux/appImage/x64
560 0.26.2 windows x64 https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/x64
561 0.26.2 windows arm64 https://downloader.cursor.sh/builds/240212o6r9qxtcg/windows/nsis/arm64
562 0.26.2 mac universal https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/universal
563 0.26.2 mac arm64 https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/arm64
564 0.26.2 mac x64 https://downloader.cursor.sh/builds/240212o6r9qxtcg/mac/installer/x64
565 0.26.2 linux x64 https://downloader.cursor.sh/builds/240212o6r9qxtcg/linux/appImage/x64
566 0.26.1 windows x64 https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/x64
567 0.26.1 windows arm64 https://downloader.cursor.sh/builds/2402107t904hing/windows/nsis/arm64
568 0.26.1 mac universal https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/universal
569 0.26.1 mac arm64 https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/arm64
570 0.26.1 mac x64 https://downloader.cursor.sh/builds/2402107t904hing/mac/installer/x64
571 0.26.1 linux x64 https://downloader.cursor.sh/builds/2402107t904hing/linux/appImage/x64
572 0.26.0 windows x64 https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/x64
573 0.26.0 windows arm64 https://downloader.cursor.sh/builds/240210k8is5xr6v/windows/nsis/arm64
574 0.26.0 mac universal https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/universal
575 0.26.0 mac arm64 https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/arm64
576 0.26.0 mac x64 https://downloader.cursor.sh/builds/240210k8is5xr6v/mac/installer/x64
577 0.26.0 linux x64 https://downloader.cursor.sh/builds/240210k8is5xr6v/linux/appImage/x64
578 0.25.3 windows x64 https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/x64
579 0.25.3 windows arm64 https://downloader.cursor.sh/builds/240207aacboj1k8/windows/nsis/arm64
580 0.25.3 mac universal https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/universal
581 0.25.3 mac arm64 https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/arm64
582 0.25.3 mac x64 https://downloader.cursor.sh/builds/240207aacboj1k8/mac/installer/x64
583 0.25.3 linux x64 https://downloader.cursor.sh/builds/240207aacboj1k8/linux/appImage/x64
584 0.25.2 windows x64 https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/x64
585 0.25.2 windows arm64 https://downloader.cursor.sh/builds/240206p3708uc9z/windows/nsis/arm64
586 0.25.2 mac universal https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/universal
587 0.25.2 mac arm64 https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/arm64
588 0.25.2 mac x64 https://downloader.cursor.sh/builds/240206p3708uc9z/mac/installer/x64
589 0.25.2 linux x64 https://downloader.cursor.sh/builds/240206p3708uc9z/linux/appImage/x64
590 0.25.1 windows x64 https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/x64
591 0.25.1 windows arm64 https://downloader.cursor.sh/builds/2402033t030rprh/windows/nsis/arm64
592 0.25.1 mac universal https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/universal
593 0.25.1 mac arm64 https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/arm64
594 0.25.1 mac x64 https://downloader.cursor.sh/builds/2402033t030rprh/mac/installer/x64
595 0.25.1 linux x64 https://downloader.cursor.sh/builds/2402033t030rprh/linux/appImage/x64
596 0.25.0 windows x64 https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/x64
597 0.25.0 windows arm64 https://downloader.cursor.sh/builds/240203kh86t91q8/windows/nsis/arm64
598 0.25.0 mac universal https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/universal
599 0.25.0 mac arm64 https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/arm64
600 0.25.0 mac x64 https://downloader.cursor.sh/builds/240203kh86t91q8/mac/installer/x64
601 0.25.0 linux x64 https://downloader.cursor.sh/builds/240203kh86t91q8/linux/appImage/x64
602 0.24.4 windows x64 https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/x64
603 0.24.4 windows arm64 https://downloader.cursor.sh/builds/240129iecm3e33w/windows/nsis/arm64
604 0.24.4 mac universal https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/universal
605 0.24.4 mac arm64 https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/arm64
606 0.24.4 mac x64 https://downloader.cursor.sh/builds/240129iecm3e33w/mac/installer/x64
607 0.24.4 linux x64 https://downloader.cursor.sh/builds/240129iecm3e33w/linux/appImage/x64
608 0.24.3 windows x64 https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/x64
609 0.24.3 windows arm64 https://downloader.cursor.sh/builds/2401289dx79qsc0/windows/nsis/arm64
610 0.24.3 mac universal https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/universal
611 0.24.3 mac arm64 https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/arm64
612 0.24.3 mac x64 https://downloader.cursor.sh/builds/2401289dx79qsc0/mac/installer/x64
613 0.24.3 linux x64 https://downloader.cursor.sh/builds/2401289dx79qsc0/linux/appImage/x64
614 0.24.1 windows x64 https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/x64
615 0.24.1 windows arm64 https://downloader.cursor.sh/builds/240127cad17436d/windows/nsis/arm64
616 0.24.1 mac universal https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/universal
617 0.24.1 mac arm64 https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/arm64
618 0.24.1 mac x64 https://downloader.cursor.sh/builds/240127cad17436d/mac/installer/x64
619 0.24.1 linux x64 https://downloader.cursor.sh/builds/240127cad17436d/linux/appImage/x64
620 0.24.0 windows x64 https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/x64
621 0.24.0 windows arm64 https://downloader.cursor.sh/builds/240126wp9irhmza/windows/nsis/arm64
622 0.24.0 mac universal https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/universal
623 0.24.0 mac arm64 https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/arm64
624 0.24.0 mac x64 https://downloader.cursor.sh/builds/240126wp9irhmza/mac/installer/x64
625 0.24.0 linux x64 https://downloader.cursor.sh/builds/240126wp9irhmza/linux/appImage/x64
626 0.23.9 windows x64 https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/x64
627 0.23.9 windows arm64 https://downloader.cursor.sh/builds/240124dsmraeml3/windows/nsis/arm64
628 0.23.9 mac universal https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/universal
629 0.23.9 mac arm64 https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/arm64
630 0.23.9 mac x64 https://downloader.cursor.sh/builds/240124dsmraeml3/mac/installer/x64
631 0.23.9 linux x64 https://downloader.cursor.sh/builds/240124dsmraeml3/linux/appImage/x64
632 0.23.8 windows x64 https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/x64
633 0.23.8 windows arm64 https://downloader.cursor.sh/builds/240123fnn1hj1fg/windows/nsis/arm64
634 0.23.8 mac universal https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/universal
635 0.23.8 mac arm64 https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/arm64
636 0.23.8 mac x64 https://downloader.cursor.sh/builds/240123fnn1hj1fg/mac/installer/x64
637 0.23.8 linux x64 https://downloader.cursor.sh/builds/240123fnn1hj1fg/linux/appImage/x64
638 0.23.7 windows x64 https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/x64
639 0.23.7 windows arm64 https://downloader.cursor.sh/builds/240123xsfe7ywcv/windows/nsis/arm64
640 0.23.7 mac universal https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/universal
641 0.23.7 mac arm64 https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/arm64
642 0.23.7 mac x64 https://downloader.cursor.sh/builds/240123xsfe7ywcv/mac/installer/x64
643 0.23.7 linux x64 https://downloader.cursor.sh/builds/240123xsfe7ywcv/linux/appImage/x64
644 0.23.6 windows x64 https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/x64
645 0.23.6 windows arm64 https://downloader.cursor.sh/builds/240121m1740elox/windows/nsis/arm64
646 0.23.6 mac universal https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/universal
647 0.23.6 mac arm64 https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/arm64
648 0.23.6 mac x64 https://downloader.cursor.sh/builds/240121m1740elox/mac/installer/x64
649 0.23.6 linux x64 https://downloader.cursor.sh/builds/240121m1740elox/linux/appImage/x64
650 0.23.5 windows x64 https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/x64
651 0.23.5 windows arm64 https://downloader.cursor.sh/builds/2401215utj6tx6q/windows/nsis/arm64
652 0.23.5 mac universal https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/universal
653 0.23.5 mac arm64 https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/arm64
654 0.23.5 mac x64 https://downloader.cursor.sh/builds/2401215utj6tx6q/mac/installer/x64
655 0.23.5 linux x64 https://downloader.cursor.sh/builds/2401215utj6tx6q/linux/appImage/x64
656 0.23.4 windows x64 https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/x64
657 0.23.4 windows arm64 https://downloader.cursor.sh/builds/240121f4qy6ba2y/windows/nsis/arm64
658 0.23.4 mac universal https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/universal
659 0.23.4 mac arm64 https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/arm64
660 0.23.4 mac x64 https://downloader.cursor.sh/builds/240121f4qy6ba2y/mac/installer/x64
661 0.23.4 linux x64 https://downloader.cursor.sh/builds/240121f4qy6ba2y/linux/appImage/x64
662 0.23.3 windows x64 https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/x64
663 0.23.3 windows arm64 https://downloader.cursor.sh/builds/2401201und3ytom/windows/nsis/arm64
664 0.23.3 mac universal https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/universal
665 0.23.3 mac arm64 https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/arm64
666 0.23.3 mac x64 https://downloader.cursor.sh/builds/2401201und3ytom/mac/installer/x64
667 0.23.3 linux x64 https://downloader.cursor.sh/builds/2401201und3ytom/linux/appImage/x64
668 0.23.2 windows x64 https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/x64
669 0.23.2 windows arm64 https://downloader.cursor.sh/builds/240120an2k2hf1i/windows/nsis/arm64
670 0.23.2 mac universal https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/universal
671 0.23.2 mac arm64 https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/arm64
672 0.23.2 mac x64 https://downloader.cursor.sh/builds/240120an2k2hf1i/mac/installer/x64
673 0.23.2 linux x64 https://downloader.cursor.sh/builds/240120an2k2hf1i/linux/appImage/x64
674 0.23.1 windows x64 https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/x64
675 0.23.1 windows arm64 https://downloader.cursor.sh/builds/240119fgzxwudn9/windows/nsis/arm64
676 0.23.1 mac universal https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/universal
677 0.23.1 mac arm64 https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/arm64
678 0.23.1 mac x64 https://downloader.cursor.sh/builds/240119fgzxwudn9/mac/installer/x64
679 0.23.1 linux x64 https://downloader.cursor.sh/builds/240119fgzxwudn9/linux/appImage/x64
680 0.22.2 windows x64 https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/x64
681 0.22.2 windows arm64 https://downloader.cursor.sh/builds/24011721vsch1l1/windows/nsis/arm64
682 0.22.2 mac universal https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/universal
683 0.22.2 mac arm64 https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/arm64
684 0.22.2 mac x64 https://downloader.cursor.sh/builds/24011721vsch1l1/mac/installer/x64
685 0.22.2 linux x64 https://downloader.cursor.sh/builds/24011721vsch1l1/linux/appImage/x64
686 0.22.1 windows x64 https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/x64
687 0.22.1 windows arm64 https://downloader.cursor.sh/builds/2401083eyk8kmzc/windows/nsis/arm64
688 0.22.1 mac universal https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/universal
689 0.22.1 mac arm64 https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/arm64
690 0.22.1 mac x64 https://downloader.cursor.sh/builds/2401083eyk8kmzc/mac/installer/x64
691 0.22.1 linux x64 https://downloader.cursor.sh/builds/2401083eyk8kmzc/linux/appImage/x64
692 0.22.0 windows x64 https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/x64
693 0.22.0 windows arm64 https://downloader.cursor.sh/builds/240107qk62kvva3/windows/nsis/arm64
694 0.22.0 mac universal https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/universal
695 0.22.0 mac arm64 https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/arm64
696 0.22.0 mac x64 https://downloader.cursor.sh/builds/240107qk62kvva3/mac/installer/x64
697 0.22.0 linux x64 https://downloader.cursor.sh/builds/240107qk62kvva3/linux/appImage/x64
698 0.21.1 windows x64 https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/x64
699 0.21.1 windows arm64 https://downloader.cursor.sh/builds/231230h0vi6srww/windows/nsis/arm64
700 0.21.1 mac universal https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/universal
701 0.21.1 mac arm64 https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/arm64
702 0.21.1 mac x64 https://downloader.cursor.sh/builds/231230h0vi6srww/mac/installer/x64
703 0.21.1 linux x64 https://downloader.cursor.sh/builds/231230h0vi6srww/linux/appImage/x64
704 0.21.0 windows x64 https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/x64
705 0.21.0 windows arm64 https://downloader.cursor.sh/builds/231229ezidnxiu3/windows/nsis/arm64
706 0.21.0 mac universal https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/universal
707 0.21.0 mac arm64 https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/arm64
708 0.21.0 mac x64 https://downloader.cursor.sh/builds/231229ezidnxiu3/mac/installer/x64
709 0.21.0 linux x64 https://downloader.cursor.sh/builds/231229ezidnxiu3/linux/appImage/x64
710 0.20.2 windows x64 https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/x64
711 0.20.2 windows arm64 https://downloader.cursor.sh/builds/231219aksf83aad/windows/nsis/arm64
712 0.20.2 mac universal https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/universal
713 0.20.2 mac arm64 https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/arm64
714 0.20.2 mac x64 https://downloader.cursor.sh/builds/231219aksf83aad/mac/installer/x64
715 0.20.2 linux x64 https://downloader.cursor.sh/builds/231219aksf83aad/linux/appImage/x64
716 0.20.1 windows x64 https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/x64
717 0.20.1 windows arm64 https://downloader.cursor.sh/builds/231218ywfaxax09/windows/nsis/arm64
718 0.20.1 mac universal https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/universal
719 0.20.1 mac arm64 https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/arm64
720 0.20.1 mac x64 https://downloader.cursor.sh/builds/231218ywfaxax09/mac/installer/x64
721 0.20.1 linux x64 https://downloader.cursor.sh/builds/231218ywfaxax09/linux/appImage/x64
722 0.20.0 windows x64 https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/x64
723 0.20.0 windows arm64 https://downloader.cursor.sh/builds/231216nsyfew5j1/windows/nsis/arm64
724 0.20.0 mac universal https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/universal
725 0.20.0 mac arm64 https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/arm64
726 0.20.0 mac x64 https://downloader.cursor.sh/builds/231216nsyfew5j1/mac/installer/x64
727 0.20.0 linux x64 https://downloader.cursor.sh/builds/231216nsyfew5j1/linux/appImage/x64
728 0.19.1 windows x64 https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/x64
729 0.19.1 windows arm64 https://downloader.cursor.sh/builds/2312156z2ric57n/windows/nsis/arm64
730 0.19.1 mac universal https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/universal
731 0.19.1 mac arm64 https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/arm64
732 0.19.1 mac x64 https://downloader.cursor.sh/builds/2312156z2ric57n/mac/installer/x64
733 0.19.1 linux x64 https://downloader.cursor.sh/builds/2312156z2ric57n/linux/appImage/x64
734 0.19.0 windows x64 https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/x64
735 0.19.0 windows arm64 https://downloader.cursor.sh/builds/231214per9qal2p/windows/nsis/arm64
736 0.19.0 mac universal https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/universal
737 0.19.0 mac arm64 https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/arm64
738 0.19.0 mac x64 https://downloader.cursor.sh/builds/231214per9qal2p/mac/installer/x64
739 0.19.0 linux x64 https://downloader.cursor.sh/builds/231214per9qal2p/linux/appImage/x64
740 0.18.8 windows x64 https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/x64
741 0.18.8 windows arm64 https://downloader.cursor.sh/builds/2312098ffjr3ign/windows/nsis/arm64
742 0.18.8 mac universal https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/universal
743 0.18.8 mac arm64 https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/arm64
744 0.18.8 mac x64 https://downloader.cursor.sh/builds/2312098ffjr3ign/mac/installer/x64
745 0.18.8 linux x64 https://downloader.cursor.sh/builds/2312098ffjr3ign/linux/appImage/x64
746 0.18.7 windows x64 https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/x64
747 0.18.7 windows arm64 https://downloader.cursor.sh/builds/23120880aolip2i/windows/nsis/arm64
748 0.18.7 mac universal https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/universal
749 0.18.7 mac arm64 https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/arm64
750 0.18.7 mac x64 https://downloader.cursor.sh/builds/23120880aolip2i/mac/installer/x64
751 0.18.7 linux x64 https://downloader.cursor.sh/builds/23120880aolip2i/linux/appImage/x64
752 0.18.6 windows x64 https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/x64
753 0.18.6 windows arm64 https://downloader.cursor.sh/builds/231207ueqazwde8/windows/nsis/arm64
754 0.18.6 mac universal https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/universal
755 0.18.6 mac arm64 https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/arm64
756 0.18.6 mac x64 https://downloader.cursor.sh/builds/231207ueqazwde8/mac/installer/x64
757 0.18.6 linux x64 https://downloader.cursor.sh/builds/231207ueqazwde8/linux/appImage/x64
758 0.18.5 windows x64 https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/x64
759 0.18.5 windows arm64 https://downloader.cursor.sh/builds/231206jzy2n2sbi/windows/nsis/arm64
760 0.18.5 mac universal https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/universal
761 0.18.5 mac arm64 https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/arm64
762 0.18.5 mac x64 https://downloader.cursor.sh/builds/231206jzy2n2sbi/mac/installer/x64
763 0.18.5 linux x64 https://downloader.cursor.sh/builds/231206jzy2n2sbi/linux/appImage/x64
764 0.18.4 windows x64 https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/x64
765 0.18.4 windows arm64 https://downloader.cursor.sh/builds/2312033zjv5fqai/windows/nsis/arm64
766 0.18.4 mac universal https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/universal
767 0.18.4 mac arm64 https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/arm64
768 0.18.4 mac x64 https://downloader.cursor.sh/builds/2312033zjv5fqai/mac/installer/x64
769 0.18.4 linux x64 https://downloader.cursor.sh/builds/2312033zjv5fqai/linux/appImage/x64
770 0.18.3 windows x64 https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/x64
771 0.18.3 windows arm64 https://downloader.cursor.sh/builds/231203k2vnkxq2m/windows/nsis/arm64
772 0.18.3 mac universal https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/universal
773 0.18.3 mac arm64 https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/arm64
774 0.18.3 mac x64 https://downloader.cursor.sh/builds/231203k2vnkxq2m/mac/installer/x64
775 0.18.3 linux x64 https://downloader.cursor.sh/builds/231203k2vnkxq2m/linux/appImage/x64
776 0.18.1 windows x64 https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/x64
777 0.18.1 windows arm64 https://downloader.cursor.sh/builds/23120176kaer07t/windows/nsis/arm64
778 0.18.1 mac universal https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/universal
779 0.18.1 mac arm64 https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/arm64
780 0.18.1 mac x64 https://downloader.cursor.sh/builds/23120176kaer07t/mac/installer/x64
781 0.18.1 linux x64 https://downloader.cursor.sh/builds/23120176kaer07t/linux/appImage/x64
782 0.17.0 windows x64 https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/x64
783 0.17.0 windows arm64 https://downloader.cursor.sh/builds/231127p7iyxn8rg/windows/nsis/arm64
784 0.17.0 mac universal https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/universal
785 0.17.0 mac arm64 https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/arm64
786 0.17.0 mac x64 https://downloader.cursor.sh/builds/231127p7iyxn8rg/mac/installer/x64
787 0.17.0 linux x64 https://downloader.cursor.sh/builds/231127p7iyxn8rg/linux/appImage/x64
788 0.16.0 windows x64 https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/x64
789 0.16.0 windows arm64 https://downloader.cursor.sh/builds/231116rek2xuq6a/windows/nsis/arm64
790 0.16.0 mac universal https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/universal
791 0.16.0 mac arm64 https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/arm64
792 0.16.0 mac x64 https://downloader.cursor.sh/builds/231116rek2xuq6a/mac/installer/x64
793 0.16.0 linux x64 https://downloader.cursor.sh/builds/231116rek2xuq6a/linux/appImage/x64
794 0.15.5 windows x64 https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/x64
795 0.15.5 windows arm64 https://downloader.cursor.sh/builds/231115a5mv63u9f/windows/nsis/arm64
796 0.15.5 mac universal https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/universal
797 0.15.5 mac arm64 https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/arm64
798 0.15.5 mac x64 https://downloader.cursor.sh/builds/231115a5mv63u9f/mac/installer/x64
799 0.15.5 linux x64 https://downloader.cursor.sh/builds/231115a5mv63u9f/linux/appImage/x64
800 0.15.4 windows x64 https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/x64
801 0.15.4 windows arm64 https://downloader.cursor.sh/builds/23111469e1i3xyi/windows/nsis/arm64
802 0.15.4 mac universal https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/universal
803 0.15.4 mac arm64 https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/arm64
804 0.15.4 mac x64 https://downloader.cursor.sh/builds/23111469e1i3xyi/mac/installer/x64
805 0.15.4 linux x64 https://downloader.cursor.sh/builds/23111469e1i3xyi/linux/appImage/x64
806 0.15.3 windows x64 https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/x64
807 0.15.3 windows arm64 https://downloader.cursor.sh/builds/231113b0yv3uqem/windows/nsis/arm64
808 0.15.3 mac universal https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/universal
809 0.15.3 mac arm64 https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/arm64
810 0.15.3 mac x64 https://downloader.cursor.sh/builds/231113b0yv3uqem/mac/installer/x64
811 0.15.3 linux x64 https://downloader.cursor.sh/builds/231113b0yv3uqem/linux/appImage/x64
812 0.15.2 windows x64 https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/x64
813 0.15.2 windows arm64 https://downloader.cursor.sh/builds/231113ah0kuf3pf/windows/nsis/arm64
814 0.15.2 mac universal https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/universal
815 0.15.2 mac arm64 https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/arm64
816 0.15.2 mac x64 https://downloader.cursor.sh/builds/231113ah0kuf3pf/mac/installer/x64
817 0.15.2 linux x64 https://downloader.cursor.sh/builds/231113ah0kuf3pf/linux/appImage/x64
818 0.15.1 windows x64 https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/x64
819 0.15.1 windows arm64 https://downloader.cursor.sh/builds/231111yanyyovap/windows/nsis/arm64
820 0.15.1 mac universal https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/universal
821 0.15.1 mac arm64 https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/arm64
822 0.15.1 mac x64 https://downloader.cursor.sh/builds/231111yanyyovap/mac/installer/x64
823 0.15.1 linux x64 https://downloader.cursor.sh/builds/231111yanyyovap/linux/appImage/x64
824 0.15.0 windows x64 https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/x64
825 0.15.0 windows arm64 https://downloader.cursor.sh/builds/231110mdkomczmw/windows/nsis/arm64
826 0.15.0 mac universal https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/universal
827 0.15.0 mac arm64 https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/arm64
828 0.15.0 mac x64 https://downloader.cursor.sh/builds/231110mdkomczmw/mac/installer/x64
829 0.15.0 linux x64 https://downloader.cursor.sh/builds/231110mdkomczmw/linux/appImage/x64
830 0.14.1 windows x64 https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/x64
831 0.14.1 windows arm64 https://downloader.cursor.sh/builds/231109xitrgihlk/windows/nsis/arm64
832 0.14.1 mac universal https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/universal
833 0.14.1 mac arm64 https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/arm64
834 0.14.1 mac x64 https://downloader.cursor.sh/builds/231109xitrgihlk/mac/installer/x64
835 0.14.1 linux x64 https://downloader.cursor.sh/builds/231109xitrgihlk/linux/appImage/x64
836 0.14.0 windows x64 https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/x64
837 0.14.0 windows arm64 https://downloader.cursor.sh/builds/231102m6tuamwbx/windows/nsis/arm64
838 0.14.0 mac universal https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/universal
839 0.14.0 mac arm64 https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/arm64
840 0.14.0 mac x64 https://downloader.cursor.sh/builds/231102m6tuamwbx/mac/installer/x64
841 0.14.0 linux x64 https://downloader.cursor.sh/builds/231102m6tuamwbx/linux/appImage/x64
842 0.13.4 windows x64 https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/x64
843 0.13.4 windows arm64 https://downloader.cursor.sh/builds/231029rso7pso8l/windows/nsis/arm64
844 0.13.4 mac universal https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/universal
845 0.13.4 mac arm64 https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/arm64
846 0.13.4 mac x64 https://downloader.cursor.sh/builds/231029rso7pso8l/mac/installer/x64
847 0.13.4 linux x64 https://downloader.cursor.sh/builds/231029rso7pso8l/linux/appImage/x64
848 0.13.3 windows x64 https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/x64
849 0.13.3 windows arm64 https://downloader.cursor.sh/builds/231025uihnjkh9v/windows/nsis/arm64
850 0.13.3 mac universal https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/universal
851 0.13.3 mac arm64 https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/arm64
852 0.13.3 mac x64 https://downloader.cursor.sh/builds/231025uihnjkh9v/mac/installer/x64
853 0.13.3 linux x64 https://downloader.cursor.sh/builds/231025uihnjkh9v/linux/appImage/x64
854 0.13.2 windows x64 https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/x64
855 0.13.2 windows arm64 https://downloader.cursor.sh/builds/231024w4iv7xlm6/windows/nsis/arm64
856 0.13.2 mac universal https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/universal
857 0.13.2 mac arm64 https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/arm64
858 0.13.2 mac x64 https://downloader.cursor.sh/builds/231024w4iv7xlm6/mac/installer/x64
859 0.13.2 linux x64 https://downloader.cursor.sh/builds/231024w4iv7xlm6/linux/appImage/x64
860 0.13.1 windows x64 https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/x64
861 0.13.1 windows arm64 https://downloader.cursor.sh/builds/231022f3j0ubckv/windows/nsis/arm64
862 0.13.1 mac universal https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/universal
863 0.13.1 mac arm64 https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/arm64
864 0.13.1 mac x64 https://downloader.cursor.sh/builds/231022f3j0ubckv/mac/installer/x64
865 0.13.1 linux x64 https://downloader.cursor.sh/builds/231022f3j0ubckv/linux/appImage/x64
866 0.13.0 windows x64 https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/x64
867 0.13.0 windows arm64 https://downloader.cursor.sh/builds/231022ptw6i4j42/windows/nsis/arm64
868 0.13.0 mac universal https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/universal
869 0.13.0 mac arm64 https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/arm64
870 0.13.0 mac x64 https://downloader.cursor.sh/builds/231022ptw6i4j42/mac/installer/x64
871 0.13.0 linux x64 https://downloader.cursor.sh/builds/231022ptw6i4j42/linux/appImage/x64
872 0.12.3 windows x64 https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/x64
873 0.12.3 windows arm64 https://downloader.cursor.sh/builds/231008c5ursm0oj/windows/nsis/arm64
874 0.12.3 mac universal https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/universal
875 0.12.3 mac arm64 https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/arm64
876 0.12.3 mac x64 https://downloader.cursor.sh/builds/231008c5ursm0oj/mac/installer/x64
877 0.12.3 linux x64 https://downloader.cursor.sh/builds/231008c5ursm0oj/linux/appImage/x64

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

BIN
img/qun-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

BIN
img/zanzhu/twillot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,7 +3,7 @@
AppImage instructions:
mkdir -p ~/Downloads/Cursor
cd ~/Downloads/Cursor
cd Cursor && ./Cursor-0.49.5-x86_64.AppImage --appimage-extract
cd Cursor && ./Cursor-1.0.5-x86_64.AppImage --appimage-extract
mkdir -p ~/.local
rsync -rt ~/Downloads/Cursor/squashfs-root/usr/ ~/.local
# ^ copy the subfolders not usr itself, so the resulting executable should be ~/.local/bin/cursor
@ -52,6 +52,17 @@ import glob
import pwd
import gettext
import random
# 尝试导入netifaces如果不可用则使用系统命令
# Try to import netifaces, use system commands if not available
try:
import netifaces
NETIFACES_AVAILABLE = True
except ImportError:
NETIFACES_AVAILABLE = False
log_warn = lambda x: print(f"[WARN] {x}") # 临时日志函数
log_warn("netifaces library not found, will use system commands for network operations")
# 设置语言环境
# Set language environment
@ -802,6 +813,241 @@ global.macMachineId = '$mac_machine_id';
log_info(_("Successfully modified {} JS files").format(modified_count))
return True
# 获取网络接口列表
# Get network interface list
def get_network_interfaces():
global _
if NETIFACES_AVAILABLE:
try:
# 使用netifaces库
# Use netifaces library
interfaces = netifaces.interfaces()
# 过滤掉回环接口
# Filter out loopback interfaces
return [iface for iface in interfaces if not iface.startswith('lo')]
except Exception:
pass
# 如果netifaces不可用或失败使用系统命令
# If netifaces is not available or failed, use system commands
try:
result = subprocess.run(['ip', 'link', 'show'], capture_output=True, text=True)
interfaces = []
for line in result.stdout.split('\n'):
if ': ' in line and 'state' in line.lower():
iface_name = line.split(': ')[1].split('@')[0]
if not iface_name.startswith('lo'):
interfaces.append(iface_name)
return interfaces
except subprocess.CalledProcessError:
# 最后的备选方案
# Last fallback option
try:
result = subprocess.run(['ls', '/sys/class/net/'], capture_output=True, text=True)
interfaces = result.stdout.strip().split('\n')
return [iface for iface in interfaces if not iface.startswith('lo')]
except subprocess.CalledProcessError:
log_error(_("Unable to get network interface list"))
return []
# 生成随机MAC地址
# Generate random MAC address
def generate_random_mac():
global _
# 生成随机MAC地址确保第一个字节的最低位为0单播地址
# Generate random MAC address, ensure the lowest bit of first byte is 0 (unicast address)
mac = [0x00, 0x16, 0x3e,
random.randint(0x00, 0x7f),
random.randint(0x00, 0xff),
random.randint(0x00, 0xff)]
return ':'.join(map(lambda x: "%02x" % x, mac))
# 获取当前MAC地址
# Get current MAC address
def get_current_mac(interface):
global _
if NETIFACES_AVAILABLE:
try:
# 使用netifaces库
# Use netifaces library
addrs = netifaces.ifaddresses(interface)
if netifaces.AF_LINK in addrs:
return addrs[netifaces.AF_LINK][0]['addr']
except Exception:
pass
# 使用系统命令获取MAC地址
# Use system command to get MAC address
try:
result = subprocess.run(['cat', f'/sys/class/net/{interface}/address'],
capture_output=True, text=True)
if result.returncode == 0:
return result.stdout.strip()
except subprocess.CalledProcessError:
pass
# 备选方案使用ip命令
# Fallback: use ip command
try:
result = subprocess.run(['ip', 'link', 'show', interface],
capture_output=True, text=True)
for line in result.stdout.split('\n'):
if 'link/ether' in line:
return line.split()[1]
except subprocess.CalledProcessError:
pass
return None
# 修改MAC地址
# Modify MAC address
def modify_mac_address():
global _
log_info(_("Starting MAC address modification..."))
# 获取网络接口列表
# Get network interface list
interfaces = get_network_interfaces()
if not interfaces:
log_error(_("No network interfaces found"))
return False
log_info(_("Found network interfaces: {}").format(', '.join(interfaces)))
# 选择要修改的接口(通常选择第一个非回环接口)
# Select interface to modify (usually the first non-loopback interface)
target_interface = None
for iface in interfaces:
# 优先选择以太网接口
# Prefer ethernet interfaces
if any(prefix in iface.lower() for prefix in ['eth', 'enp', 'ens', 'enx']):
target_interface = iface
break
# 如果没有找到以太网接口,选择第一个可用接口
# If no ethernet interface found, select first available interface
if not target_interface and interfaces:
target_interface = interfaces[0]
if not target_interface:
log_error(_("No suitable network interface found"))
return False
log_info(_("Selected network interface: {}").format(target_interface))
# 获取当前MAC地址
# Get current MAC address
current_mac = get_current_mac(target_interface)
if current_mac:
log_info(_("Current MAC address: {}").format(current_mac))
# 备份当前MAC地址
# Backup current MAC address
backup_file = os.path.join(BACKUP_DIR, f"original_mac_{target_interface}.txt")
try:
os.makedirs(BACKUP_DIR, exist_ok=True)
with open(backup_file, 'w') as f:
f.write(f"{target_interface}:{current_mac}\n")
log_info(_("Original MAC address backed up to: {}").format(backup_file))
except OSError:
log_warn(_("Failed to backup original MAC address"))
else:
log_warn(_("Unable to get current MAC address"))
# 生成新的MAC地址
# Generate new MAC address
new_mac = generate_random_mac()
log_info(_("Generated new MAC address: {}").format(new_mac))
# 修改MAC地址
# Modify MAC address
success = False
# 方法1使用ip命令
# Method 1: Use ip command
try:
log_debug(_("Attempting to modify MAC address using ip command..."))
# 先关闭接口
# First bring down the interface
subprocess.run(['ip', 'link', 'set', 'dev', target_interface, 'down'],
check=True, capture_output=True)
# 修改MAC地址
# Modify MAC address
subprocess.run(['ip', 'link', 'set', 'dev', target_interface, 'address', new_mac],
check=True, capture_output=True)
# 重新启用接口
# Bring up the interface
subprocess.run(['ip', 'link', 'set', 'dev', target_interface, 'up'],
check=True, capture_output=True)
success = True
log_info(_("Successfully modified MAC address using ip command"))
except subprocess.CalledProcessError as e:
log_warn(_("Failed to modify MAC address using ip command: {}").format(str(e)))
# 方法2使用ifconfig命令备选方案
# Method 2: Use ifconfig command (fallback)
if not success:
try:
log_debug(_("Attempting to modify MAC address using ifconfig command..."))
# 先关闭接口
# First bring down the interface
subprocess.run(['ifconfig', target_interface, 'down'],
check=True, capture_output=True)
# 修改MAC地址
# Modify MAC address
subprocess.run(['ifconfig', target_interface, 'hw', 'ether', new_mac],
check=True, capture_output=True)
# 重新启用接口
# Bring up the interface
subprocess.run(['ifconfig', target_interface, 'up'],
check=True, capture_output=True)
success = True
log_info(_("Successfully modified MAC address using ifconfig command"))
except subprocess.CalledProcessError as e:
log_warn(_("Failed to modify MAC address using ifconfig command: {}").format(str(e)))
# 验证MAC地址修改
# Verify MAC address modification
if success:
time.sleep(2) # 等待网络接口稳定
# Wait for network interface to stabilize
new_current_mac = get_current_mac(target_interface)
if new_current_mac and new_current_mac.lower() == new_mac.lower():
log_info(_("MAC address modification verified successfully"))
log_info(_("New MAC address: {}").format(new_current_mac))
# 保存新MAC地址信息
# Save new MAC address information
new_mac_file = os.path.join(BACKUP_DIR, f"new_mac_{target_interface}.txt")
try:
with open(new_mac_file, 'w') as f:
f.write(f"{target_interface}:{new_current_mac}\n")
f.write(f"Modified at: {datetime.datetime.now()}\n")
log_info(_("New MAC address information saved to: {}").format(new_mac_file))
except OSError:
log_warn(_("Failed to save new MAC address information"))
return True
else:
log_error(_("MAC address modification verification failed"))
log_error(_("Expected: {}, Actual: {}").format(new_mac, new_current_mac))
return False
else:
log_error(_("All MAC address modification methods failed"))
log_error(_("Please check if you have sufficient permissions or try running with sudo"))
return False
# 禁用自动更新
# Disable auto-update
def disable_auto_update():
@ -983,16 +1229,47 @@ def main():
# 修改JS文件
# Modify JS files
log_info(_("Modifying Cursor JS files..."))
if modify_cursor_js_files():
js_success = modify_cursor_js_files()
if js_success:
log_info(_("JS files modified successfully!"))
else:
log_warn(_("JS file modification failed, but configuration file modification may have succeeded"))
log_warn(_("If Cursor still indicates the device is disabled after restarting, please rerun this script"))
# 修改MAC地址
# Modify MAC address
log_info(_("Modifying system MAC address..."))
mac_success = modify_mac_address()
if mac_success:
log_info(_("MAC address modified successfully!"))
else:
log_warn(_("MAC address modification failed"))
log_warn(_("This may affect the effectiveness of device identification bypass"))
# 禁用自动更新
# Disable auto-update
disable_auto_update()
# 显示修改结果总结
# Display modification result summary
print()
print(f"{GREEN}================================{NC}")
print(f"{BLUE} {_('Modification Results Summary')} {NC}")
print(f"{GREEN}================================{NC}")
if js_success:
print(f"{GREEN}{NC} {_('JS files modification: SUCCESS')}")
else:
print(f"{RED}{NC} {_('JS files modification: FAILED')}")
if mac_success:
print(f"{GREEN}{NC} {_('MAC address modification: SUCCESS')}")
else:
print(f"{RED}{NC} {_('MAC address modification: FAILED')}")
print(f"{GREEN}================================{NC}")
print()
log_info(_("Please restart Cursor to apply the new configuration"))
# 显示最后的提示信息

View File

@ -1,349 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: cursor_id_modifier\n"
"POT-Creation-Date: 2025-04-25 12:00+0000\n"
"PO-Revision-Date: 2025-04-25 09:25-0400\n"
"Language-Team: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Poikilos using Grok <7557867+poikilos@users.noreply.github.com>\n"
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid ""
"Error: No translation file found for domain 'cursor_id_modifier' in {}/zh_CN/"
"LC_MESSAGES/"
msgstr ""
"Error: No translation file found for domain 'cursor_id_modifier' in {}/zh_CN/"
"LC_MESSAGES/"
msgid "========== Cursor ID modification tool log start {} =========="
msgstr "========== Cursor ID modification tool log start {} =========="
msgid "[INFO] {} {}"
msgstr "[INFO] {} {}"
msgid "[WARN] {} {}"
msgstr "[WARN] {} {}"
msgid "[ERROR] {} {}"
msgstr "[ERROR] {} {}"
msgid "[DEBUG] {} {}"
msgstr "[DEBUG] {} {}"
msgid "[CMD] {} Executing command: {}"
msgstr "[CMD] {} Executing command: {}"
msgid "[CMD] {}:"
msgstr "[CMD] {}:"
msgid "Unable to get username"
msgstr "Unable to get username"
msgid "Finding Cursor installation path..."
msgstr "Finding Cursor installation path..."
msgid "Found Cursor installation path: {}"
msgstr "Found Cursor installation path: {}"
msgid "Found Cursor via which: {}"
msgstr "Found Cursor via which: {}"
msgid "Cursor executable not found, will try using config directory"
msgstr "Cursor executable not found, will try using config directory"
msgid "Found Cursor via search: {}"
msgstr "Found Cursor via search: {}"
msgid "Finding Cursor resource directory..."
msgstr "Finding Cursor resource directory..."
msgid "Found Cursor resource directory: {}"
msgstr "Found Cursor resource directory: {}"
msgid "Found resource directory via binary path: {}"
msgstr "Found resource directory via binary path: {}"
msgid "Cursor resource directory not found"
msgstr "Cursor resource directory not found"
msgid "Please run this script with sudo"
msgstr "Please run this script with sudo"
msgid "Example: sudo {}"
msgstr "Example: sudo {}"
msgid "Checking Cursor processes..."
msgstr "Checking Cursor processes..."
msgid "Getting process details for {}:"
msgstr "Getting process details for {}:"
msgid "No running Cursor processes found"
msgstr "No running Cursor processes found"
msgid "Found running Cursor processes"
msgstr "Found running Cursor processes"
msgid "Attempting to terminate Cursor processes..."
msgstr "Attempting to terminate Cursor processes..."
msgid "Attempting to forcefully terminate processes..."
msgstr "Attempting to forcefully terminate processes..."
msgid "Waiting for processes to terminate, attempt {}/{}..."
msgstr "Waiting for processes to terminate, attempt {}/{}..."
msgid "Cursor processes successfully terminated"
msgstr "Cursor processes successfully terminated"
msgid "Unable to terminate Cursor processes after {} attempts"
msgstr "Unable to terminate Cursor processes after {} attempts"
msgid "Please manually terminate the processes and try again"
msgstr "Please manually terminate the processes and try again"
msgid "Configuration file does not exist, skipping backup"
msgstr "Configuration file does not exist, skipping backup"
msgid "Configuration backed up to: {}"
msgstr "Configuration backed up to: {}"
msgid "Backup failed"
msgstr "Backup failed"
msgid "File does not exist: {}"
msgstr "File does not exist: {}"
msgid "Unable to modify file permissions: {}"
msgstr "Unable to modify file permissions: {}"
msgid "Generated temporary file is empty"
msgstr "Generated temporary file is empty"
msgid "Unable to write to file: {}"
msgstr "Unable to write to file: {}"
msgid "Machine code reset options"
msgstr "Machine code reset options"
msgid ""
"Do you need to reset the machine code? (Usually, modifying JS files is "
"sufficient):"
msgstr ""
"Do you need to reset the machine code? (Usually, modifying JS files is "
"sufficient):"
msgid "Don't reset - only modify JS files"
msgstr "Don't reset - only modify JS files"
msgid "Reset - modify both config file and machine code"
msgstr "Reset - modify both config file and machine code"
msgid "[INPUT_DEBUG] Machine code reset option selected: {}"
msgstr "[INPUT_DEBUG] Machine code reset option selected: {}"
msgid "You chose to reset the machine code"
msgstr "You chose to reset the machine code"
msgid "Found existing configuration file: {}"
msgstr "Found existing configuration file: {}"
msgid "Setting new device and machine IDs..."
msgstr "Setting new device and machine IDs..."
msgid "New device ID: {}"
msgstr "New device ID: {}"
msgid "New machine ID: {}"
msgstr "New machine ID: {}"
msgid "Configuration file modified successfully"
msgstr "Configuration file modified successfully"
msgid "Configuration file modification failed"
msgstr "Configuration file modification failed"
msgid "Configuration file not found, this is normal, skipping ID modification"
msgstr "Configuration file not found, this is normal, skipping ID modification"
msgid "You chose not to reset the machine code, will only modify JS files"
msgstr "You chose not to reset the machine code, will only modify JS files"
msgid "Configuration processing completed"
msgstr "Configuration processing completed"
msgid "Finding Cursor's JS files..."
msgstr "Finding Cursor's JS files..."
msgid "Searching for JS files in resource directory: {}"
msgstr "Searching for JS files in resource directory: {}"
msgid "Found JS file: {}"
msgstr "Found JS file: {}"
msgid "No JS files found in resource directory, trying other directories..."
msgstr "No JS files found in resource directory, trying other directories..."
msgid "Searching directory: {}"
msgstr "Searching directory: {}"
msgid "No modifiable JS files found"
msgstr "No modifiable JS files found"
msgid "Found {} JS files to modify"
msgstr "Found {} JS files to modify"
msgid "Starting to modify Cursor's JS files..."
msgstr "Starting to modify Cursor's JS files..."
msgid "Unable to find modifiable JS files"
msgstr "Unable to find modifiable JS files"
msgid "Processing file: {}"
msgstr "Processing file: {}"
msgid "Unable to create backup for file: {}"
msgstr "Unable to create backup for file: {}"
msgid "Found x-cursor-checksum setting code"
msgstr "Found x-cursor-checksum setting code"
msgid "Successfully modified x-cursor-checksum setting code"
msgstr "Successfully modified x-cursor-checksum setting code"
msgid "Failed to modify x-cursor-checksum setting code"
msgstr "Failed to modify x-cursor-checksum setting code"
msgid "Found IOPlatformUUID keyword"
msgstr "Found IOPlatformUUID keyword"
msgid "Successfully injected randomUUID call into a$ function"
msgstr "Successfully injected randomUUID call into a$ function"
msgid "Failed to modify a$ function"
msgstr "Failed to modify a$ function"
msgid "Successfully injected randomUUID call into v5 function"
msgstr "Successfully injected randomUUID call into v5 function"
msgid "Failed to modify v5 function"
msgstr "Failed to modify v5 function"
msgid "Completed universal modification"
msgstr "Completed universal modification"
msgid "File already contains custom injection code, skipping modification"
msgstr "File already contains custom injection code, skipping modification"
msgid "Completed most universal injection"
msgstr "Completed most universal injection"
msgid "File has already been modified, skipping modification"
msgstr "File has already been modified, skipping modification"
msgid "Failed to modify any JS files"
msgstr "Failed to modify any JS files"
msgid "Successfully modified {} JS files"
msgstr "Successfully modified {} JS files"
msgid "Disabling Cursor auto-update..."
msgstr "Disabling Cursor auto-update..."
msgid "Found update configuration file: {}"
msgstr "Found update configuration file: {}"
msgid "Disabled update configuration file: {}"
msgstr "Disabled update configuration file: {}"
msgid "Found updater: {}"
msgstr "Found updater: {}"
msgid "Disabled updater: {}"
msgstr "Disabled updater: {}"
msgid "No update configuration files or updaters found"
msgstr "No update configuration files or updaters found"
msgid "Successfully disabled auto-update"
msgstr "Successfully disabled auto-update"
msgid "You selected: {}"
msgstr "You selected: {}"
msgid "This script only supports Linux systems"
msgstr "This script only supports Linux systems"
msgid "Script started..."
msgstr "Script started..."
msgid "System information: {}"
msgstr "System information: {}"
msgid "Current user: {}"
msgstr "Current user: {}"
msgid "System version information"
msgstr "System version information"
msgid "Cursor Linux startup tool"
msgstr "Cursor Linux startup tool"
msgid "Important notice"
msgstr "Important notice"
msgid ""
"This tool prioritizes modifying JS files, which is safer and more reliable"
msgstr ""
"This tool prioritizes modifying JS files, which is safer and more reliable"
msgid "Modifying Cursor JS files..."
msgstr "Modifying Cursor JS files..."
msgid "JS files modified successfully!"
msgstr "JS files modified successfully!"
msgid ""
"JS file modification failed, but configuration file modification may have "
"succeeded"
msgstr ""
"JS file modification failed, but configuration file modification may have "
"succeeded"
msgid ""
"If Cursor still indicates the device is disabled after restarting, please "
"rerun this script"
msgstr ""
"If Cursor still indicates the device is disabled after restarting, please "
"rerun this script"
msgid "Please restart Cursor to apply the new configuration"
msgstr "Please restart Cursor to apply the new configuration"
msgid ""
"Follow the WeChat public account [Pancake AI] to discuss more Cursor tips "
"and AI knowledge (script is free, join the group via the public account for "
"more tips and experts)"
msgstr ""
"Follow the WeChat public account [Pancake AI] to discuss more Cursor tips "
"and AI knowledge (script is free, join the group via the public account for "
"more tips and experts)"
msgid "Script execution completed"
msgstr "Script execution completed"
msgid "========== Cursor ID modification tool log end {} =========="
msgstr "========== Cursor ID modification tool log end {} =========="
msgid "Detailed log saved to: {}"
msgstr "Detailed log saved to: {}"
msgid ""
"If you encounter issues, please provide this log file to the developer for "
"troubleshooting"
msgstr ""
"If you encounter issues, please provide this log file to the developer for "
"troubleshooting"

View File

@ -1,320 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: cursor_id_modifier\n"
"POT-Creation-Date: 2025-04-25 12:00+0000\n"
"PO-Revision-Date: 2025-04-25 12:00+0000\n"
"Last-Translator: None\n"
"Language-Team: Chinese\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Error: No translation file found for domain 'cursor_id_modifier' in {}/zh_CN/LC_MESSAGES/"
msgstr "错误:未在 {}/zh_CN/LC_MESSAGES/ 中找到域 'cursor_id_modifier' 的翻译文件"
msgid "========== Cursor ID modification tool log start {} =========="
msgstr "========== Cursor ID 修改工具日志开始 {} =========="
msgid "[INFO] {} {}"
msgstr "[INFO] {} {}"
msgid "[WARN] {} {}"
msgstr "[WARN] {} {}"
msgid "[ERROR] {} {}"
msgstr "[ERROR] {} {}"
msgid "[DEBUG] {} {}"
msgstr "[DEBUG] {} {}"
msgid "[CMD] {} Executing command: {}"
msgstr "[CMD] {} 执行命令: {}"
msgid "[CMD] {}:"
msgstr "[CMD] {}:"
msgid "Unable to get username"
msgstr "无法获取用户名"
msgid "Finding Cursor installation path..."
msgstr "查找Cursor安装路径..."
msgid "Found Cursor installation path: {}"
msgstr "找到Cursor安装路径: {}"
msgid "Found Cursor via which: {}"
msgstr "通过which找到Cursor: {}"
msgid "Cursor executable not found, will try using config directory"
msgstr "未找到Cursor可执行文件将尝试使用配置目录"
msgid "Found Cursor via search: {}"
msgstr "通过查找找到Cursor: {}"
msgid "Finding Cursor resource directory..."
msgstr "查找Cursor资源目录..."
msgid "Found Cursor resource directory: {}"
msgstr "找到Cursor资源目录: {}"
msgid "Found resource directory via binary path: {}"
msgstr "通过二进制路径找到资源目录: {}"
msgid "Cursor resource directory not found"
msgstr "未找到Cursor资源目录"
msgid "Please run this script with sudo"
msgstr "请使用 sudo 运行此脚本"
msgid "Example: sudo {}"
msgstr "示例: sudo {}"
msgid "Checking Cursor processes..."
msgstr "检查 Cursor 进程..."
msgid "Getting process details for {}:"
msgstr "正在获取 {} 进程详细信息:"
msgid "No running Cursor processes found"
msgstr "未发现运行中的 Cursor 进程"
msgid "Found running Cursor processes"
msgstr "发现 Cursor 进程正在运行"
msgid "Attempting to terminate Cursor processes..."
msgstr "尝试关闭 Cursor 进程..."
msgid "Attempting to forcefully terminate processes..."
msgstr "尝试强制终止进程..."
msgid "Waiting for processes to terminate, attempt {}/{}..."
msgstr "等待进程关闭,尝试 {}/{}..."
msgid "Cursor processes successfully terminated"
msgstr "Cursor 进程已成功关闭"
msgid "Unable to terminate Cursor processes after {} attempts"
msgstr "在 {} 次尝试后仍无法关闭 Cursor 进程"
msgid "Please manually terminate the processes and try again"
msgstr "请手动关闭进程后重试"
msgid "Configuration file does not exist, skipping backup"
msgstr "配置文件不存在,跳过备份"
msgid "Configuration backed up to: {}"
msgstr "配置已备份到: {}"
msgid "Backup failed"
msgstr "备份失败"
msgid "File does not exist: {}"
msgstr "文件不存在: {}"
msgid "Unable to modify file permissions: {}"
msgstr "无法修改文件权限: {}"
msgid "Generated temporary file is empty"
msgstr "生成的临时文件为空"
msgid "Unable to write to file: {}"
msgstr "无法写入文件: {}"
msgid "Machine code reset options"
msgstr "机器码重置选项"
msgid "Do you need to reset the machine code? (Usually, modifying JS files is sufficient):"
msgstr "是否需要重置机器码? (通常情况下只修改js文件即可)"
msgid "Don't reset - only modify JS files"
msgstr "不重置 - 仅修改js文件即可"
msgid "Reset - modify both config file and machine code"
msgstr "重置 - 同时修改配置文件和机器码"
msgid "[INPUT_DEBUG] Machine code reset option selected: {}"
msgstr "[INPUT_DEBUG] 机器码重置选项选择: {}"
msgid "You chose to reset the machine code"
msgstr "您选择了重置机器码"
msgid "Found existing configuration file: {}"
msgstr "发现已有配置文件: {}"
msgid "Setting new device and machine IDs..."
msgstr "正在设置新的设备和机器ID..."
msgid "New device ID: {}"
msgstr "新设备ID: {}"
msgid "New machine ID: {}"
msgstr "新机器ID: {}"
msgid "Configuration file modified successfully"
msgstr "配置文件修改成功"
msgid "Configuration file modification failed"
msgstr "配置文件修改失败"
msgid "Configuration file not found, this is normal, skipping ID modification"
msgstr "未找到配置文件这是正常的脚本将跳过ID修改"
msgid "You chose not to reset the machine code, will only modify JS files"
msgstr "您选择了不重置机器码将仅修改js文件"
msgid "Configuration processing completed"
msgstr "配置处理完成"
msgid "Finding Cursor's JS files..."
msgstr "查找Cursor的JS文件..."
msgid "Searching for JS files in resource directory: {}"
msgstr "在资源目录中搜索JS文件: {}"
msgid "Found JS file: {}"
msgstr "找到JS文件: {}"
msgid "No JS files found in resource directory, trying other directories..."
msgstr "在资源目录中未找到JS文件尝试在其他目录中搜索..."
msgid "Searching directory: {}"
msgstr "搜索目录: {}"
msgid "No modifiable JS files found"
msgstr "未找到任何可修改的JS文件"
msgid "Found {} JS files to modify"
msgstr "找到 {} 个JS文件需要修改"
msgid "Starting to modify Cursor's JS files..."
msgstr "开始修改Cursor的JS文件..."
msgid "Unable to find modifiable JS files"
msgstr "无法找到可修改的JS文件"
msgid "Processing file: {}"
msgstr "处理文件: {}"
msgid "Unable to create backup for file: {}"
msgstr "无法创建文件备份: {}"
msgid "Found x-cursor-checksum setting code"
msgstr "找到 x-cursor-checksum 设置代码"
msgid "Successfully modified x-cursor-checksum setting code"
msgstr "成功修改 x-cursor-checksum 设置代码"
msgid "Failed to modify x-cursor-checksum setting code"
msgstr "修改 x-cursor-checksum 设置代码失败"
msgid "Found IOPlatformUUID keyword"
msgstr "找到 IOPlatformUUID 关键字"
msgid "Successfully injected randomUUID call into a$ function"
msgstr "成功注入 randomUUID 调用到 a$ 函数"
msgid "Failed to modify a$ function"
msgstr "修改 a$ 函数失败"
msgid "Successfully injected randomUUID call into v5 function"
msgstr "成功注入 randomUUID 调用到 v5 函数"
msgid "Failed to modify v5 function"
msgstr "修改 v5 函数失败"
msgid "Completed universal modification"
msgstr "完成通用修改"
msgid "File already contains custom injection code, skipping modification"
msgstr "文件已经包含自定义注入代码,跳过修改"
msgid "Completed most universal injection"
msgstr "完成最通用注入"
msgid "File has already been modified, skipping modification"
msgstr "文件已经被修改过,跳过修改"
msgid "Failed to modify any JS files"
msgstr "未能成功修改任何JS文件"
msgid "Successfully modified {} JS files"
msgstr "成功修改了 {} 个JS文件"
msgid "Disabling Cursor auto-update..."
msgstr "正在禁用 Cursor 自动更新..."
msgid "Found update configuration file: {}"
msgstr "找到更新配置文件: {}"
msgid "Disabled update configuration file: {}"
msgstr "已禁用更新配置文件: {}"
msgid "Found updater: {}"
msgstr "找到更新程序: {}"
msgid "Disabled updater: {}"
msgstr "已禁用更新程序: {}"
msgid "No update configuration files or updaters found"
msgstr "未找到任何更新配置文件或更新程序"
msgid "Successfully disabled auto-update"
msgstr "成功禁用了自动更新"
msgid "You selected: {}"
msgstr "您选择了: {}"
msgid "This script only supports Linux systems"
msgstr "本脚本仅支持 Linux 系统"
msgid "Script started..."
msgstr "脚本启动..."
msgid "System information: {}"
msgstr "系统信息: {}"
msgid "Current user: {}"
msgstr "当前用户: {}"
msgid "System version information"
msgstr "系统版本信息"
msgid "Cursor Linux startup tool"
msgstr "Cursor Linux 启动工具"
msgid "Important notice"
msgstr "重要提示"
msgid "This tool prioritizes modifying JS files, which is safer and more reliable"
msgstr "本工具优先修改js文件更加安全可靠"
msgid "Modifying Cursor JS files..."
msgstr "正在修改Cursor JS文件..."
msgid "JS files modified successfully!"
msgstr "JS文件修改成功"
msgid "JS file modification failed, but configuration file modification may have succeeded"
msgstr "JS文件修改失败但配置文件修改可能已成功"
msgid "If Cursor still indicates the device is disabled after restarting, please rerun this script"
msgstr "如果重启后 Cursor 仍然提示设备被禁用,请重新运行此脚本"
msgid "Please restart Cursor to apply the new configuration"
msgstr "请重启 Cursor 以应用新的配置"
msgid "Follow the WeChat public account [Pancake AI] to discuss more Cursor tips and AI knowledge (script is free, join the group via the public account for more tips and experts)"
msgstr "关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬)"
msgid "Script execution completed"
msgstr "脚本执行完成"
msgid "========== Cursor ID modification tool log end {} =========="
msgstr "========== Cursor ID 修改工具日志结束 {} =========="
msgid "Detailed log saved to: {}"
msgstr "详细日志已保存到: {}"
msgid "If you encounter issues, please provide this log file to the developer for troubleshooting"
msgstr "如遇问题请将此日志文件提供给开发者以协助排查"

View File

@ -202,7 +202,7 @@ install_cursor_appimage() {
if ! find_appimage; then
log_warn "在 '$APPIMAGE_SEARCH_DIR' 目录下未找到 '$APPIMAGE_PATTERN' 文件。"
# --- 新增:添加文件名格式提醒 ---
log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-0.49.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)"
log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-1.0.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)"
# --- 结束:添加文件名格式提醒 ---
# 等待用户放置文件
read -p $"请将 Cursor AppImage 文件放入 '$APPIMAGE_SEARCH_DIR' 目录,然后按 Enter 键继续..."
@ -1084,6 +1084,67 @@ select_menu_option() {
done
}
# 新增 Cursor 初始化清理函数
cursor_initialize_cleanup() {
log_info "正在执行 Cursor 初始化清理..."
# CURSOR_CONFIG_DIR 在脚本全局已定义: $HOME/.config/Cursor
local USER_CONFIG_BASE_PATH="$CURSOR_CONFIG_DIR/User"
log_debug "用户配置基础路径: $USER_CONFIG_BASE_PATH"
local files_to_delete=(
"$USER_CONFIG_BASE_PATH/globalStorage/state.vscdb"
"$USER_CONFIG_BASE_PATH/globalStorage/state.vscdb.backup"
)
local folder_to_clean_contents="$USER_CONFIG_BASE_PATH/History"
local folder_to_delete_completely="$USER_CONFIG_BASE_PATH/workspaceStorage"
# 删除指定文件
for file_path in "${files_to_delete[@]}"; do
log_debug "检查文件: $file_path"
if [ -f "$file_path" ]; then
if rm -f "$file_path"; then
log_info "已删除文件: $file_path"
else
log_error "删除文件 $file_path 失败"
fi
else
log_warn "文件不存在,跳过删除: $file_path"
fi
done
# 清空指定文件夹内容
log_debug "检查待清空文件夹: $folder_to_clean_contents"
if [ -d "$folder_to_clean_contents" ]; then
if find "$folder_to_clean_contents" -mindepth 1 -delete; then
log_info "已清空文件夹内容: $folder_to_clean_contents"
else
if [ -z "$(ls -A "$folder_to_clean_contents")" ]; then
log_info "文件夹 $folder_to_clean_contents 现在为空。"
else
log_error "清空文件夹 $folder_to_clean_contents 内容失败 (部分或全部)。请检查权限或手动删除。"
fi
fi
else
log_warn "文件夹不存在,跳过清空: $folder_to_clean_contents"
fi
# 删除指定文件夹及其内容
log_debug "检查待删除文件夹: $folder_to_delete_completely"
if [ -d "$folder_to_delete_completely" ]; then
if rm -rf "$folder_to_delete_completely"; then
log_info "已删除文件夹: $folder_to_delete_completely"
else
log_error "删除文件夹 $folder_to_delete_completely 失败"
fi
else
log_warn "文件夹不存在,跳过删除: $folder_to_delete_completely"
fi
log_info "Cursor 初始化清理完成。"
}
# 主函数
main() {
# 初始化日志文件
@ -1109,9 +1170,13 @@ main() {
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝
"
echo -e "${BLUE}=====================================================${NC}"
echo -e "${GREEN} Cursor Linux 启动与修改工具 ${NC}"
echo -e "${GREEN} Cursor Linux 启动与修改工具(免费) ${NC}"
echo -e "${YELLOW} 关注公众号【煎饼果子卷AI】 ${NC}"
echo -e "${YELLOW} 一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) ${NC}"
echo -e "${BLUE}=====================================================${NC}"
echo
echo -e "${GREEN} [小小广告] 出售CursorPro教育号一年质保三个月有需要找我(86)WeChatJavaRookie666 ${NC}"
echo
echo -e "${YELLOW}[提示]${NC} 本工具旨在修改 Cursor 以解决可能的启动问题或设备限制。"
echo -e "${YELLOW}[提示]${NC} 它将优先修改 JS 文件并可选择重置设备ID和禁用自动更新。"
echo -e "${YELLOW}[提示]${NC} 如果未找到 Cursor将尝试从 '$APPIMAGE_SEARCH_DIR' 目录安装。"
@ -1156,6 +1221,9 @@ main() {
exit 1
fi
# 执行 Cursor 初始化清理
# cursor_initialize_cleanup
# 备份并处理配置文件 (机器码重置选项)
if ! generate_new_config; then
log_error "处理配置文件时出错,脚本中止。"

View File

@ -72,6 +72,285 @@ BACKUP_DIR="$HOME/Library/Application Support/Cursor/User/globalStorage/backups"
# 定义 Cursor 应用程序路径
CURSOR_APP_PATH="/Applications/Cursor.app"
# 🚀 新增 Cursor 防掉试用Pro删除文件夹功能
remove_cursor_trial_folders() {
echo
log_info "🎯 [核心功能] 正在执行 Cursor 防掉试用Pro删除文件夹..."
log_info "📋 [说明] 此功能将删除指定的Cursor相关文件夹以重置试用状态"
echo
# 定义需要删除的文件夹路径
local folders_to_delete=(
"$HOME/Library/Application Support/Cursor"
"$HOME/.cursor"
)
log_info "📂 [检测] 将检查以下文件夹:"
for folder in "${folders_to_delete[@]}"; do
echo " 📁 $folder"
done
echo
local deleted_count=0
local skipped_count=0
local error_count=0
# 删除指定文件夹
for folder in "${folders_to_delete[@]}"; do
log_debug "🔍 [检查] 检查文件夹: $folder"
if [ -d "$folder" ]; then
log_warn "⚠️ [警告] 发现文件夹存在,正在删除..."
if rm -rf "$folder"; then
log_info "✅ [成功] 已删除文件夹: $folder"
((deleted_count++))
else
log_error "❌ [错误] 删除文件夹失败: $folder"
((error_count++))
fi
else
log_warn "⏭️ [跳过] 文件夹不存在: $folder"
((skipped_count++))
fi
echo
done
# 🔧 重要:深度修复权限问题
log_info "🔧 [深度修复] 正在进行全面的权限修复..."
local cursor_support_dir="$HOME/Library/Application Support/Cursor"
local cursor_home_dir="$HOME/.cursor"
# 创建完整的目录结构包括Cursor可能需要的所有子目录
local directories=(
"$cursor_support_dir"
"$cursor_support_dir/User"
"$cursor_support_dir/User/globalStorage"
"$cursor_support_dir/User/workspaceStorage"
"$cursor_support_dir/User/History"
"$cursor_support_dir/logs"
"$cursor_support_dir/CachedData"
"$cursor_support_dir/CachedExtensions"
"$cursor_support_dir/CachedExtensionVSIXs"
"$cursor_home_dir"
"$cursor_home_dir/extensions"
)
log_info "📁 [创建] 创建完整的目录结构..."
for dir in "${directories[@]}"; do
if mkdir -p "$dir" 2>/dev/null; then
log_debug "✅ 创建目录: $dir"
else
log_warn "⚠️ 创建目录失败: $dir"
fi
done
# 设置递归权限(确保所有子目录都有正确权限)
log_info "🔐 [权限] 设置递归权限..."
chmod -R 755 "$cursor_support_dir" 2>/dev/null || true
chmod -R 755 "$cursor_home_dir" 2>/dev/null || true
# 特别处理:确保当前用户拥有这些目录
log_info "👤 [所有权] 确保目录所有权正确..."
chown -R "$(whoami)" "$cursor_support_dir" 2>/dev/null || true
chown -R "$(whoami)" "$cursor_home_dir" 2>/dev/null || true
# 验证权限设置
log_info "🔍 [验证] 验证权限设置..."
if [ -w "$cursor_support_dir" ] && [ -w "$cursor_home_dir" ]; then
log_info "✅ [成功] 权限验证通过"
else
log_warn "⚠️ [警告] 权限验证失败,可能仍存在问题"
fi
# 🔍 权限诊断
log_info "🔍 [诊断] 执行权限诊断..."
echo " 📁 目录权限检查:"
for dir in "${directories[@]}"; do
if [ -d "$dir" ]; then
local perms=$(ls -ld "$dir" | awk '{print $1, $3, $4}')
echo "$dir: $perms"
else
echo "$dir: 不存在"
fi
done
# 🔍 权限诊断
log_info "🔍 [诊断] 执行权限诊断..."
echo " 📁 目录权限检查:"
for dir in "${directories[@]}"; do
if [ -d "$dir" ]; then
local perms=$(ls -ld "$dir" | awk '{print $1, $3, $4}')
echo "$dir: $perms"
else
echo "$dir: 不存在"
fi
done
log_info "✅ [完成] 深度权限修复完成"
echo
# 显示操作统计
log_info "📊 [统计] 操作完成统计:"
echo " ✅ 成功删除: $deleted_count 个文件夹"
echo " ⏭️ 跳过处理: $skipped_count 个文件夹"
echo " ❌ 删除失败: $error_count 个文件夹"
echo
if [ $deleted_count -gt 0 ]; then
log_info "🎉 [完成] Cursor 防掉试用Pro文件夹删除完成"
else
log_warn "🤔 [提示] 未找到需要删除的文件夹,可能已经清理过了"
fi
echo
}
# 🔄 重启Cursor并等待配置文件生成
restart_cursor_and_wait() {
echo
log_info "🔄 [重启] 正在重启Cursor以重新生成配置文件..."
if [ -z "$CURSOR_PROCESS_PATH" ]; then
log_error "❌ [错误] 未找到Cursor进程信息无法重启"
return 1
fi
log_info "📍 [路径] 使用路径: $CURSOR_PROCESS_PATH"
if [ ! -f "$CURSOR_PROCESS_PATH" ]; then
log_error "❌ [错误] Cursor可执行文件不存在: $CURSOR_PROCESS_PATH"
return 1
fi
# 🔧 启动前最后一次权限确认
log_info "🔧 [最终权限] 启动前最后一次权限确认..."
local cursor_support_dir="$HOME/Library/Application Support/Cursor"
local cursor_home_dir="$HOME/.cursor"
# 再次确认完整目录结构存在
local directories=(
"$cursor_support_dir"
"$cursor_support_dir/User"
"$cursor_support_dir/User/globalStorage"
"$cursor_support_dir/logs"
"$cursor_support_dir/CachedData"
"$cursor_home_dir"
"$cursor_home_dir/extensions"
)
for dir in "${directories[@]}"; do
mkdir -p "$dir" 2>/dev/null || true
done
# 设置强制权限
chmod -R 755 "$cursor_support_dir" 2>/dev/null || true
chmod -R 755 "$cursor_home_dir" 2>/dev/null || true
chown -R "$(whoami)" "$cursor_support_dir" 2>/dev/null || true
chown -R "$(whoami)" "$cursor_home_dir" 2>/dev/null || true
# 启动Cursor
log_info "🚀 [启动] 正在启动Cursor..."
"$CURSOR_PROCESS_PATH" > /dev/null 2>&1 &
CURSOR_PID=$!
log_info "⏳ [等待] 等待15秒让Cursor完全启动并生成配置文件..."
sleep 15
# 检查配置文件是否生成
local config_path="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json"
local max_wait=30
local waited=0
while [ ! -f "$config_path" ] && [ $waited -lt $max_wait ]; do
log_info "⏳ [等待] 等待配置文件生成... ($waited/$max_wait 秒)"
sleep 1
waited=$((waited + 1))
done
if [ -f "$config_path" ]; then
log_info "✅ [成功] 配置文件已生成: $config_path"
else
log_warn "⚠️ [警告] 配置文件未在预期时间内生成,继续执行..."
fi
# 强制关闭Cursor
log_info "🔄 [关闭] 正在关闭Cursor以进行配置修改..."
if [ ! -z "$CURSOR_PID" ]; then
kill $CURSOR_PID 2>/dev/null || true
fi
# 确保所有Cursor进程都关闭
pkill -f "Cursor" 2>/dev/null || true
log_info "✅ [完成] Cursor重启流程完成"
return 0
}
# 🛠️ 修改机器码配置
modify_machine_code_config() {
echo
log_info "🛠️ [配置] 正在修改机器码配置..."
local config_path="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json"
if [ ! -f "$config_path" ]; then
log_error "❌ [错误] 配置文件不存在: $config_path"
log_info "💡 [提示] 请手动启动Cursor一次然后重新运行此脚本"
return 1
fi
# 生成新的ID
local MAC_MACHINE_ID=$(uuidgen | tr '[:upper:]' '[:lower:]')
local UUID=$(uuidgen | tr '[:upper:]' '[:lower:]')
local MACHINE_ID="auth0|user_$(openssl rand -hex 32)"
local SQM_ID="{$(uuidgen | tr '[:lower:]' '[:upper:]')}"
log_info "🔧 [生成] 已生成新的设备标识符"
# 备份原始配置
local backup_dir="$HOME/Library/Application Support/Cursor/User/globalStorage/backups"
mkdir -p "$backup_dir"
local backup_name="storage.json.backup_$(date +%Y%m%d_%H%M%S)"
cp "$config_path" "$backup_dir/$backup_name"
log_info "💾 [备份] 已备份原配置: $backup_name"
# 使用Python修改JSON配置更可靠
python3 -c "
import json
import sys
try:
with open('$config_path', 'r', encoding='utf-8') as f:
config = json.load(f)
config['telemetry.machineId'] = '$MACHINE_ID'
config['telemetry.macMachineId'] = '$MAC_MACHINE_ID'
config['telemetry.devDeviceId'] = '$UUID'
config['telemetry.sqmId'] = '$SQM_ID'
with open('$config_path', 'w', encoding='utf-8') as f:
json.dump(config, f, indent=2, ensure_ascii=False)
print('SUCCESS')
except Exception as e:
print(f'ERROR: {e}')
sys.exit(1)
" 2>/dev/null
if [ $? -eq 0 ]; then
log_info "✅ [成功] 机器码配置修改完成"
log_info "📋 [详情] 已更新以下标识符:"
echo " 🔹 machineId: ${MACHINE_ID:0:20}..."
echo " 🔹 macMachineId: $MAC_MACHINE_ID"
echo " 🔹 devDeviceId: $UUID"
echo " 🔹 sqmId: $SQM_ID"
return 0
else
log_error "❌ [错误] 修改配置失败"
return 1
fi
}
# 检查权限
check_permissions() {
if [ "$EUID" -ne 0 ]; then
@ -81,56 +360,67 @@ check_permissions() {
fi
}
# 检查并关闭 Cursor 进程
# 检查并关闭 Cursor 进程(保存进程信息)
check_and_kill_cursor() {
log_info "检查 Cursor 进程..."
log_info "🔍 [检查] 检查 Cursor 进程..."
local attempt=1
local max_attempts=5
# 💾 保存Cursor进程路径
CURSOR_PROCESS_PATH="/Applications/Cursor.app/Contents/MacOS/Cursor"
# 函数:获取进程详细信息
get_process_details() {
local process_name="$1"
log_debug "正在获取 $process_name 进程详细信息:"
ps aux | grep -i "/Applications/Cursor.app" | grep -v grep
}
while [ $attempt -le $max_attempts ]; do
# 使用更精确的匹配来获取 Cursor 进程
CURSOR_PIDS=$(ps aux | grep -i "/Applications/Cursor.app" | grep -v grep | awk '{print $2}')
if [ -z "$CURSOR_PIDS" ]; then
log_info "未发现运行中的 Cursor 进程"
log_info "💡 [提示] 未发现运行中的 Cursor 进程"
# 确认Cursor应用路径存在
if [ -f "$CURSOR_PROCESS_PATH" ]; then
log_info "💾 [保存] 已保存Cursor路径: $CURSOR_PROCESS_PATH"
else
log_warn "⚠️ [警告] 未找到Cursor应用请确认已安装"
fi
return 0
fi
log_warn "发现 Cursor 进程正在运行"
log_warn "⚠️ [警告] 发现 Cursor 进程正在运行"
# 💾 保存进程信息
log_info "💾 [保存] 已保存Cursor路径: $CURSOR_PROCESS_PATH"
get_process_details "cursor"
log_warn "尝试关闭 Cursor 进程..."
log_warn "🔄 [操作] 尝试关闭 Cursor 进程..."
if [ $attempt -eq $max_attempts ]; then
log_warn "尝试强制终止进程..."
log_warn "💥 [强制] 尝试强制终止进程..."
kill -9 $CURSOR_PIDS 2>/dev/null || true
else
kill $CURSOR_PIDS 2>/dev/null || true
fi
sleep 1
# 同样使用更精确的匹配来检查进程是否还在运行
if ! ps aux | grep -i "/Applications/Cursor.app" | grep -v grep > /dev/null; then
log_info "Cursor 进程已成功关闭"
log_info "✅ [成功] Cursor 进程已成功关闭"
return 0
fi
log_warn "等待进程关闭,尝试 $attempt/$max_attempts..."
log_warn "⏳ [等待] 等待进程关闭,尝试 $attempt/$max_attempts..."
((attempt++))
done
log_error "$max_attempts 次尝试后仍无法关闭 Cursor 进程"
log_error "❌ [错误] $max_attempts 次尝试后仍无法关闭 Cursor 进程"
get_process_details "cursor"
log_error "请手动关闭进程后重试"
log_error "💥 [错误] 请手动关闭进程后重试"
exit 1
}
@ -871,7 +1161,8 @@ fix_damaged_app() {
fi
log_info "尝试移除隔离属性..."
if sudo xattr -rd com.apple.quarantine "$CURSOR_APP_PATH" 2>/dev/null; then
if sudo find "$CURSOR_APP_PATH" -print0 \
| xargs -0 sudo xattr -d com.apple.quarantine 2>/dev/null
log_info "成功移除隔离属性"
else
log_warn "移除隔离属性失败,尝试其他方法..."
@ -1000,121 +1291,109 @@ main() {
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝
"
echo -e "${BLUE}================================${NC}"
echo -e "${GREEN} Cursor 启动工具 ${NC}"
echo -e "${YELLOW} 关注公众号【煎饼果子卷AI】 ${NC}"
echo -e "${YELLOW} 一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) ${NC}"
echo -e "${GREEN}🚀 Cursor 防掉试用Pro删除工具 ${NC}"
echo -e "${YELLOW}📱 关注公众号【煎饼果子卷AI】 ${NC}"
echo -e "${YELLOW}🤝 一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) ${NC}"
echo -e "${BLUE}================================${NC}"
echo
echo -e "${YELLOW}[重要提示]${NC} 本工具优先修改js文件更加安全可靠"
echo -e "${YELLOW}[重要提示]${NC} 本工具免费如果对您有帮助请关注公众号【煎饼果子卷AI】"
echo -e "${YELLOW}💡 [重要提示]${NC} 本工具采用分阶段执行策略,既能彻底清理又能修改机器码"
echo -e "${YELLOW}💡 [重要提示]${NC} 本工具免费如果对您有帮助请关注公众号【煎饼果子卷AI】"
echo
# 执行主要功能
# 📋 执行流程说明
echo
echo -e "${GREEN}📋 [执行流程]${NC} 本脚本将按以下步骤执行:"
echo -e "${BLUE} 1⃣ 检测并关闭Cursor进程${NC}"
echo -e "${BLUE} 2⃣ 保存Cursor程序路径信息${NC}"
echo -e "${BLUE} 3⃣ 删除指定的Cursor试用相关文件夹${NC}"
echo -e "${BLUE} 📁 ~/Library/Application Support/Cursor${NC}"
echo -e "${BLUE} 📁 ~/.cursor${NC}"
echo -e "${BLUE} 3.5️⃣ 预创建必要目录结构,避免权限问题${NC}"
echo -e "${BLUE} 4⃣ 重新启动Cursor让其生成新的配置文件${NC}"
echo -e "${BLUE} 5⃣ 等待配置文件生成完成最多45秒${NC}"
echo -e "${BLUE} 6⃣ 关闭Cursor进程${NC}"
echo -e "${BLUE} 7⃣ 修改新生成的机器码配置文件${NC}"
echo -e "${BLUE} 8⃣ 显示操作完成统计信息${NC}"
echo
echo -e "${YELLOW}⚠️ [注意事项]${NC}"
echo -e "${YELLOW} • 脚本执行过程中请勿手动操作Cursor${NC}"
echo -e "${YELLOW} • 建议在执行前关闭所有Cursor窗口${NC}"
echo -e "${YELLOW} • 执行完成后需要重新启动Cursor${NC}"
echo -e "${YELLOW} • 原配置文件会自动备份到backups文件夹${NC}"
echo -e "${YELLOW} • 需要Python3环境来处理JSON配置文件${NC}"
echo
# 🤔 用户确认
echo -e "${GREEN}🤔 [确认]${NC} 请确认您已了解上述执行流程"
read -p "是否继续执行?(输入 y 或 yes 继续,其他任意键退出): " confirmation
if [[ ! "$confirmation" =~ ^(y|yes)$ ]]; then
echo -e "${YELLOW}👋 [退出]${NC} 用户取消执行,脚本退出"
exit 0
fi
echo -e "${GREEN}✅ [确认]${NC} 用户确认继续执行"
echo
# 🚀 执行主要功能
check_permissions
check_and_kill_cursor
backup_config
# 处理配置文件,默认不重置机器码
generate_new_config
# 执行主程序文件修改
log_info "正在执行主程序文件修改..."
# 使用子shell执行修改避免错误导致整个脚本退出
(
if modify_cursor_app_files; then
log_info "主程序文件修改成功!"
else
log_warn "主程序文件修改失败,但配置文件修改可能已成功"
log_warn "如果重启后 Cursor 仍然提示设备被禁用,请重新运行此脚本"
fi
)
# 恢复错误处理
set -e
show_file_tree
show_follow_info
# 直接执行禁用自动更新
disable_auto_update
log_info "请重启 Cursor 以应用新的配置"
# 显示最后的提示信息
show_follow_info
# 提供修复选项(移到最后)
# 🚨 重要警告提示
echo
log_warn "Cursor 修复选项"
echo -e "${RED}🚨 [重要警告]${NC} ============================================"
log_warn "⚠️ [风控提醒] Cursor 风控机制非常严格!"
log_warn "⚠️ [必须删除] 必须完全删除指定文件夹,不能有任何残留设置"
log_warn "⚠️ [防掉试用] 只有彻底清理才能有效防止掉试用Pro状态"
echo -e "${RED}🚨 [重要警告]${NC} ============================================"
echo
# 🎯 执行 Cursor 防掉试用Pro删除文件夹功能
log_info "🚀 [开始] 开始执行核心功能..."
remove_cursor_trial_folders
# 🔄 重启Cursor让其重新生成配置文件
restart_cursor_and_wait
# 🛠️ 修改机器码配置
modify_machine_code_config
# 使用新的菜单选择函数
select_menu_option "请使用上下箭头选择按Enter确认:" "忽略 - 不执行修复操作|修复模式 - 恢复原始的 Cursor 安装" 0
fix_choice=$?
# 记录日志以便调试
echo "[INPUT_DEBUG] 修复选项选择: $fix_choice" >> "$LOG_FILE"
# 确保脚本不会因为输入问题而终止
set +e
# 处理用户选择 - 索引1对应"修复模式"选项
if [ "$fix_choice" = "1" ]; then
log_info "您选择了修复模式"
# 使用子shell执行清理避免错误导致整个脚本退出
(
if clean_cursor_app; then
log_info "Cursor 已恢复到原始状态"
log_info "如果您需要应用ID修改请重新运行此脚本"
else
log_warn "未能找到备份,无法自动恢复"
log_warn "建议重新安装 Cursor"
fi
)
else
log_info "已跳过修复操作"
fi
# 恢复错误处理
set -e
# 🎉 显示操作完成信息
echo
log_info "🎉 [完成] Cursor 防掉试用Pro删除操作已完成"
echo
# 📱 显示公众号信息
echo -e "${GREEN}================================${NC}"
echo -e "${YELLOW}📱 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) ${NC}"
echo -e "${GREEN}================================${NC}"
echo
log_info "🚀 [提示] 现在可以重新启动 Cursor 尝试使用了!"
echo
# 🚫 以下功能已暂时屏蔽
log_warn "⚠️ [提示] 以下功能已暂时屏蔽:"
log_info "📋 [说明] - 自动更新禁用功能"
log_info "📋 [说明] - 应用修复功能"
log_info "📋 [说明] 如需恢复这些功能,请联系开发者"
echo
# 🎉 脚本执行完成
log_info "🎉 [完成] 所有操作已完成!"
echo
log_info "💡 [提示] 如果需要恢复机器码修改功能,请联系开发者"
log_warn "⚠️ [注意] 重启 Cursor 后生效"
echo
log_info "🚀 [下一步] 现在可以启动 Cursor 尝试使用了!"
echo
# 记录脚本完成信息
log_info "脚本执行完成"
echo "========== Cursor ID 修改工具日志结束 $(date) ==========" >> "$LOG_FILE"
log_info "📝 [日志] 脚本执行完成"
echo "========== Cursor 防掉试用Pro删除工具日志结束 $(date) ==========" >> "$LOG_FILE"
# 显示日志文件位置
echo
log_info "详细日志已保存到: $LOG_FILE"
log_info "📄 [日志] 详细日志已保存到: $LOG_FILE"
echo "如遇问题请将此日志文件提供给开发者以协助排查"
echo
# 添加修复"应用已损坏"选项
echo
log_warn "应用修复选项"
# 使用新的菜单选择函数
select_menu_option "请使用上下箭头选择按Enter确认:" "忽略 - 不执行修复操作|修复"应用已损坏"问题 - 解决macOS提示应用已损坏无法打开的问题" 0
damaged_choice=$?
echo "[INPUT_DEBUG] 应用修复选项选择: $damaged_choice" >> "$LOG_FILE"
set +e
# 处理用户选择 - 索引1对应"修复应用已损坏"选项
if [ "$damaged_choice" = "1" ]; then
log_info "您选择了修复"应用已损坏"问题"
(
if fix_damaged_app; then
log_info "修复"应用已损坏"问题完成"
else
log_warn "修复"应用已损坏"问题失败"
fi
)
else
log_info "已跳过应用修复操作"
fi
set -e
}
# 执行主函数

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,688 @@
#!/bin/bash
# ========================================
# Cursor macOS 机器码修改脚本 (重构精简版)
# ========================================
#
# 🎯 重构目标:
# - 简化脚本复杂度从3158行压缩到约900行
# - 自动化权限修复解决EACCES权限错误
# - 减少用户交互步骤,提升执行效率
# - 保持所有原有功能完整性
#
# 🚀 执行流程说明:
# 1. 环境检测和权限预修复
# 2. 用户选择执行模式(仅修改 vs 完整重置)
# 3. 自动执行所有必要步骤
# 4. 智能设备识别绕过MAC地址或JS内核修改
# 5. 自动权限修复和验证
#
# ========================================
set -e
# ==================== 核心配置 ====================
LOG_FILE="/tmp/cursor_reset_$(date +%Y%m%d_%H%M%S).log"
CURSOR_APP_PATH="/Applications/Cursor.app"
STORAGE_FILE="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json"
BACKUP_DIR="$HOME/Library/Application Support/Cursor/User/globalStorage/backups"
# 颜色定义
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m'
# ==================== 统一工具函数 ====================
# 初始化日志
init_log() {
echo "========== Cursor重构脚本执行日志 $(date) ==========" > "$LOG_FILE"
chmod 644 "$LOG_FILE"
}
# 精简日志函数
log() {
local level="$1"
local msg="$2"
local color=""
case "$level" in
"INFO") color="$GREEN" ;;
"WARN") color="$YELLOW" ;;
"ERROR") color="$RED" ;;
*) color="$BLUE" ;;
esac
echo -e "${color}[$level]${NC} $msg"
echo "[$level] $(date '+%H:%M:%S') $msg" >> "$LOG_FILE"
}
# 统一权限管理器 - 解决所有权限问题
fix_permissions() {
log "INFO" "🔧 执行统一权限修复..."
local cursor_support="$HOME/Library/Application Support/Cursor"
local cursor_home="$HOME/.cursor"
# 创建必要目录结构
local dirs=(
"$cursor_support"
"$cursor_support/User"
"$cursor_support/User/globalStorage"
"$cursor_support/logs"
"$cursor_support/CachedData"
"$cursor_home"
"$cursor_home/extensions"
)
for dir in "${dirs[@]}"; do
mkdir -p "$dir" 2>/dev/null || true
done
# 执行核心权限修复命令
if sudo chown -R "$(whoami)" "$cursor_support" 2>/dev/null && \
sudo chown -R "$(whoami)" "$cursor_home" 2>/dev/null && \
chmod -R u+w "$cursor_support" 2>/dev/null && \
chmod -R u+w "$cursor_home/extensions" 2>/dev/null; then
log "INFO" "✅ 权限修复成功"
return 0
else
log "ERROR" "❌ 权限修复失败"
return 1
fi
}
# 环境检测器
detect_environment() {
log "INFO" "🔍 检测系统环境..."
# 检测macOS版本和硬件
MACOS_VERSION=$(sw_vers -productVersion)
HARDWARE_TYPE=$(uname -m)
if [[ "$HARDWARE_TYPE" == "arm64" ]]; then
HARDWARE_TYPE="Apple Silicon"
else
HARDWARE_TYPE="Intel"
fi
# 检测兼容性
local macos_major=$(echo "$MACOS_VERSION" | cut -d. -f1)
if [[ $macos_major -ge 14 ]] || [[ "$HARDWARE_TYPE" == "Apple Silicon" ]]; then
MAC_COMPATIBLE=false
log "WARN" "⚠️ 检测到MAC地址修改受限环境: macOS $MACOS_VERSION ($HARDWARE_TYPE)"
else
MAC_COMPATIBLE=true
log "INFO" "✅ 环境兼容性检查通过"
fi
# 检查Python3
if ! command -v python3 >/dev/null 2>&1; then
log "ERROR" "❌ 未找到Python3请安装: brew install python3"
return 1
fi
# 检查Cursor应用
if [ ! -d "$CURSOR_APP_PATH" ]; then
log "ERROR" "❌ 未找到Cursor应用: $CURSOR_APP_PATH"
return 1
fi
log "INFO" "✅ 环境检测完成: macOS $MACOS_VERSION ($HARDWARE_TYPE)"
return 0
}
# 进程管理器
manage_cursor_process() {
local action="$1" # kill 或 start
case "$action" in
"kill")
log "INFO" "🔄 关闭Cursor进程..."
pkill -f "Cursor" 2>/dev/null || true
sleep 2
# 验证是否关闭
if pgrep -f "Cursor" >/dev/null; then
pkill -9 -f "Cursor" 2>/dev/null || true
sleep 2
fi
log "INFO" "✅ Cursor进程已关闭"
;;
"start")
log "INFO" "🚀 启动Cursor..."
"$CURSOR_APP_PATH/Contents/MacOS/Cursor" > /dev/null 2>&1 &
sleep 15
log "INFO" "✅ Cursor已启动"
;;
esac
}
# 错误处理器
handle_error() {
local error_msg="$1"
local recovery_action="$2"
log "ERROR" "❌ 错误: $error_msg"
if [ -n "$recovery_action" ]; then
log "INFO" "🔄 尝试恢复: $recovery_action"
eval "$recovery_action"
fi
log "INFO" "💡 如需帮助,请查看日志: $LOG_FILE"
}
# ==================== 功能模块 ====================
# 机器码修改器
modify_machine_code() {
log "INFO" "🛠️ 开始修改机器码配置..."
# 检查配置文件
if [ ! -f "$STORAGE_FILE" ]; then
log "ERROR" "❌ 配置文件不存在请先启动Cursor生成配置"
return 1
fi
# 创建备份
mkdir -p "$BACKUP_DIR"
local backup_file="$BACKUP_DIR/storage.json.backup_$(date +%Y%m%d_%H%M%S)"
cp "$STORAGE_FILE" "$backup_file" || {
log "ERROR" "❌ 备份失败"
return 1
}
# 生成新ID
local machine_id="auth0|user_$(openssl rand -hex 16)"
local mac_machine_id=$(uuidgen | tr '[:upper:]' '[:lower:]')
local device_id=$(uuidgen | tr '[:upper:]' '[:lower:]')
local sqm_id="{$(uuidgen | tr '[:lower:]' '[:upper:]')}"
# 修改配置文件
local python_result=$(python3 -c "
import json
import sys
try:
with open('$STORAGE_FILE', 'r', encoding='utf-8') as f:
config = json.load(f)
config['telemetry.machineId'] = '$machine_id'
config['telemetry.macMachineId'] = '$mac_machine_id'
config['telemetry.devDeviceId'] = '$device_id'
config['telemetry.sqmId'] = '$sqm_id'
with open('$STORAGE_FILE', 'w', encoding='utf-8') as f:
json.dump(config, f, indent=2, ensure_ascii=False)
print('SUCCESS')
except Exception as e:
print(f'ERROR: {e}')
sys.exit(1)
" 2>&1)
if echo "$python_result" | grep -q "SUCCESS"; then
# 设置只读保护
chmod 444 "$STORAGE_FILE" 2>/dev/null || true
log "INFO" "✅ 机器码修改成功"
log "INFO" "💾 备份保存至: $(basename "$backup_file")"
return 0
else
log "ERROR" "❌ 机器码修改失败: $python_result"
cp "$backup_file" "$STORAGE_FILE" 2>/dev/null || true
return 1
fi
}
# 智能设备绕过器 - 根据环境自动选择最佳方案
bypass_device_detection() {
log "INFO" "🔧 开始智能设备识别绕过..."
# 根据环境兼容性选择方案
if [ "$MAC_COMPATIBLE" = false ]; then
log "INFO" "💡 检测到MAC地址修改受限使用JS内核修改方案"
return modify_js_kernel
else
log "INFO" "💡 尝试MAC地址修改方案"
if modify_mac_address; then
return 0
else
log "WARN" "⚠️ MAC地址修改失败切换到JS内核修改"
return modify_js_kernel
fi
fi
}
# MAC地址修改器简化版
modify_mac_address() {
log "INFO" "🌐 开始MAC地址修改..."
# 获取活动网络接口
local interfaces=()
while IFS= read -r line; do
if [[ $line == "Hardware Port: Wi-Fi" || $line == "Hardware Port: Ethernet" ]]; then
read -r dev_line
local device=$(echo "$dev_line" | awk '{print $2}')
if [ -n "$device" ] && ifconfig "$device" 2>/dev/null | grep -q "status: active"; then
interfaces+=("$device")
fi
fi
done < <(networksetup -listallhardwareports)
if [ ${#interfaces[@]} -eq 0 ]; then
log "WARN" "⚠️ 未找到活动网络接口"
return 1
fi
local success_count=0
for interface in "${interfaces[@]}"; do
log "INFO" "🔧 处理接口: $interface"
# 生成新MAC地址
local new_mac=$(printf '%02x:%02x:%02x:%02x:%02x:%02x' \
$(( (RANDOM & 0xFC) | 0x02 )) $((RANDOM%256)) $((RANDOM%256)) \
$((RANDOM%256)) $((RANDOM%256)) $((RANDOM%256)))
# 尝试修改MAC地址
if sudo ifconfig "$interface" down 2>/dev/null && \
sleep 2 && \
sudo ifconfig "$interface" ether "$new_mac" 2>/dev/null && \
sudo ifconfig "$interface" up 2>/dev/null; then
log "INFO" "✅ 接口 $interface MAC地址修改成功: $new_mac"
((success_count++))
else
log "WARN" "⚠️ 接口 $interface MAC地址修改失败"
fi
sleep 2
done
if [ $success_count -gt 0 ]; then
log "INFO" "✅ MAC地址修改完成 ($success_count/${#interfaces[@]} 成功)"
return 0
else
return 1
fi
}
# JS内核修改器简化版
modify_js_kernel() {
log "INFO" "🔧 开始JS内核修改..."
# 关闭Cursor
manage_cursor_process "kill"
# 目标JS文件
local js_files=(
"$CURSOR_APP_PATH/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js"
"$CURSOR_APP_PATH/Contents/Resources/app/out/main.js"
)
# 检查是否需要修改
local need_modify=false
for file in "${js_files[@]}"; do
if [ -f "$file" ] && ! grep -q "return crypto.randomUUID()" "$file" 2>/dev/null; then
need_modify=true
break
fi
done
if [ "$need_modify" = false ]; then
log "INFO" "✅ JS文件已修改跳过"
return 0
fi
# 创建备份
local backup_app="/tmp/Cursor.app.backup_$(date +%Y%m%d_%H%M%S)"
cp -R "$CURSOR_APP_PATH" "$backup_app" || {
log "ERROR" "❌ 创建备份失败"
return 1
fi
# 生成设备ID
local new_uuid=$(uuidgen | tr '[:upper:]' '[:lower:]')
local machine_id="auth0|user_$(openssl rand -hex 16)"
# 修改JS文件
local modified_count=0
for file in "${js_files[@]}"; do
if [ ! -f "$file" ]; then
continue
fi
log "INFO" "📝 处理文件: $(basename "$file")"
# 创建注入代码
local inject_code="
// Cursor设备标识符劫持 - $(date +%Y%m%d%H%M%S)
import crypto from 'crypto';
const originalRandomUUID = crypto.randomUUID;
crypto.randomUUID = function() { return '$new_uuid'; };
globalThis.getMachineId = function() { return '$machine_id'; };
console.log('Cursor设备标识符已劫持');
"
# 注入代码
echo "$inject_code" > "${file}.new"
cat "$file" >> "${file}.new"
mv "${file}.new" "$file"
((modified_count++))
log "INFO" "✅ 文件修改成功: $(basename "$file")"
done
if [ $modified_count -gt 0 ]; then
# 重新签名
if codesign --sign - --force --deep "$CURSOR_APP_PATH" 2>/dev/null; then
log "INFO" "✅ JS内核修改完成 ($modified_count 个文件)"
return 0
else
log "WARN" "⚠️ 签名失败,但修改已完成"
return 0
fi
else
log "ERROR" "❌ 未修改任何文件"
return 1
fi
}
# 环境重置器
reset_environment() {
log "INFO" "🗑️ 开始环境重置..."
# 关闭Cursor
manage_cursor_process "kill"
# 删除目标文件夹
local folders=(
"$HOME/Library/Application Support/Cursor"
"$HOME/.cursor"
)
local deleted_count=0
for folder in "${folders[@]}"; do
if [ -d "$folder" ]; then
if rm -rf "$folder"; then
log "INFO" "✅ 已删除: $folder"
((deleted_count++))
else
log "ERROR" "❌ 删除失败: $folder"
fi
fi
done
# 修复权限
fix_permissions
log "INFO" "✅ 环境重置完成 (删除 $deleted_count 个文件夹)"
return 0
}
# 禁用自动更新
disable_auto_update() {
log "INFO" "🚫 禁用自动更新..."
local app_update_yml="$CURSOR_APP_PATH/Contents/Resources/app-update.yml"
local updater_path="$HOME/Library/Application Support/Caches/cursor-updater"
# 禁用app-update.yml
if [ -f "$app_update_yml" ]; then
sudo cp "$app_update_yml" "${app_update_yml}.bak" 2>/dev/null || true
sudo bash -c "echo '' > \"$app_update_yml\"" 2>/dev/null || true
sudo chmod 444 "$app_update_yml" 2>/dev/null || true
fi
# 禁用cursor-updater
sudo rm -rf "$updater_path" 2>/dev/null || true
sudo touch "$updater_path" 2>/dev/null || true
sudo chmod 444 "$updater_path" 2>/dev/null || true
log "INFO" "✅ 自动更新已禁用"
}
# 修复应用签名问题
fix_app_signature() {
log "INFO" "🔧 修复应用签名..."
# 移除隔离属性
sudo find "$CURSOR_APP_PATH" -print0 2>/dev/null | \
xargs -0 sudo xattr -d com.apple.quarantine 2>/dev/null || true
# 重新签名
sudo codesign --force --deep --sign - "$CURSOR_APP_PATH" 2>/dev/null || true
log "INFO" "✅ 应用签名修复完成"
}
# ==================== 主执行流程 ====================
# 快速模式 - 仅修改机器码
quick_mode() {
log "INFO" "🚀 执行快速模式(仅修改机器码)..."
# 检查环境
if ! detect_environment; then
handle_error "环境检测失败" "exit 1"
return 1
fi
# 预修复权限
fix_permissions
# 修改机器码
if ! modify_machine_code; then
handle_error "机器码修改失败" "exit 1"
return 1
fi
# 设备绕过
bypass_device_detection || log "WARN" "⚠️ 设备绕过失败,但机器码修改已完成"
# 禁用更新
disable_auto_update
# 修复签名
fix_app_signature
# 最终权限修复
fix_permissions
log "INFO" "🎉 快速模式执行完成!"
return 0
}
# 完整模式 - 重置环境+修改机器码
full_mode() {
log "INFO" "🚀 执行完整模式(重置环境+修改机器码)..."
# 检查环境
if ! detect_environment; then
handle_error "环境检测失败" "exit 1"
return 1
fi
# 环境重置
if ! reset_environment; then
handle_error "环境重置失败" "exit 1"
return 1
fi
# 启动Cursor生成配置
manage_cursor_process "start"
# 等待配置文件生成
local config_wait=0
while [ ! -f "$STORAGE_FILE" ] && [ $config_wait -lt 30 ]; do
sleep 2
((config_wait += 2))
log "INFO" "⏳ 等待配置文件生成... ($config_wait/30秒)"
done
# 关闭Cursor
manage_cursor_process "kill"
# 修改机器码
if ! modify_machine_code; then
handle_error "机器码修改失败" "exit 1"
return 1
fi
# 设备绕过
bypass_device_detection || log "WARN" "⚠️ 设备绕过失败,但机器码修改已完成"
# 禁用更新
disable_auto_update
# 修复签名
fix_app_signature
# 最终权限修复
fix_permissions
log "INFO" "🎉 完整模式执行完成!"
return 0
}
# ==================== 用户界面 ====================
# 显示Logo和信息
show_header() {
clear
echo -e "
██████╗██╗ ██╗██████╗ ███████╗ ██████╗ ██████╗
██╔════╝██║ ██║██╔══██╗██╔════╝██╔═══██╗██╔══██╗
██║ ██║ ██║██████╔╝███████╗██║ ██║██████╔╝
██║ ██║ ██║██╔══██╗╚════██║██║ ██║██╔══██╗
╚██████╗╚██████╔╝██║ ██║███████║╚██████╔╝██║ ██║
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝
"
echo -e "${BLUE}================================${NC}"
echo -e "${GREEN}🚀 Cursor 机器码修改工具 (重构版) ${NC}"
echo -e "${YELLOW}📱 关注公众号【煎饼果子卷AI】 ${NC}"
echo -e "${BLUE}================================${NC}"
echo
echo -e "${YELLOW}💡 [免费工具]${NC} 如果对您有帮助,请关注公众号支持开发者"
echo
}
# 用户选择菜单
user_menu() {
echo -e "${GREEN}🎯 [选择模式]${NC} 请选择执行模式:"
echo
echo -e "${BLUE} 1⃣ 快速模式 - 仅修改机器码${NC}"
echo -e "${YELLOW} • 保留现有配置和数据${NC}"
echo -e "${YELLOW} • 执行时间约30秒${NC}"
echo -e "${YELLOW} • 自动权限修复${NC}"
echo
echo -e "${BLUE} 2⃣ 完整模式 - 重置环境+修改机器码${NC}"
echo -e "${RED} • 删除所有Cursor配置请备份${NC}"
echo -e "${YELLOW} • 执行时间约90秒${NC}"
echo -e "${YELLOW} • 彻底重置试用状态${NC}"
echo
while true; do
read -p "请输入选择 (1 或 2): " choice
case "$choice" in
1)
log "INFO" "✅ 用户选择:快速模式"
return 1
;;
2)
echo -e "${RED}⚠️ [警告]${NC} 完整模式将删除所有Cursor配置"
read -p "确认执行?(输入 yes 确认): " confirm
if [ "$confirm" = "yes" ]; then
log "INFO" "✅ 用户选择:完整模式"
return 2
else
echo -e "${YELLOW}👋 [取消]${NC} 请重新选择"
continue
fi
;;
*)
echo -e "${RED}❌ [错误]${NC} 无效选择,请输入 1 或 2"
;;
esac
done
}
# 显示完成信息
show_completion() {
echo
echo -e "${GREEN}================================${NC}"
echo -e "${BLUE} 🎯 执行完成总结 ${NC}"
echo -e "${GREEN}================================${NC}"
echo -e "${GREEN}✅ 机器码配置: 已修改${NC}"
echo -e "${GREEN}✅ 设备识别绕过: 已完成${NC}"
echo -e "${GREEN}✅ 自动更新: 已禁用${NC}"
echo -e "${GREEN}✅ 权限修复: 已完成${NC}"
echo -e "${GREEN}✅ 应用签名: 已修复${NC}"
echo -e "${GREEN}================================${NC}"
echo
echo -e "${YELLOW}📱 关注公众号【煎饼果子卷AI】获取更多Cursor技巧${NC}"
echo
echo -e "${BLUE}🚀 [下一步]${NC} 现在可以启动Cursor使用了"
echo -e "${BLUE}📄 [日志]${NC} 详细日志保存在: $LOG_FILE"
echo
}
# ==================== 主函数 ====================
main() {
# 检查权限
if [ "$EUID" -ne 0 ]; then
echo -e "${RED}❌ [错误]${NC} 请使用 sudo 运行此脚本"
echo "示例: sudo $0"
exit 1
fi
# 检查macOS
if [[ $(uname) != "Darwin" ]]; then
echo -e "${RED}❌ [错误]${NC} 本脚本仅支持 macOS 系统"
exit 1
fi
# 初始化
init_log
log "INFO" "🚀 Cursor重构脚本启动..."
# 预修复权限
fix_permissions
# 显示界面
show_header
# 用户选择
user_menu
local mode=$?
echo
log "INFO" "🚀 开始执行,请稍候..."
echo
# 执行对应模式
case $mode in
1)
if quick_mode; then
show_completion
exit 0
else
log "ERROR" "❌ 快速模式执行失败"
exit 1
fi
;;
2)
if full_mode; then
show_completion
exit 0
else
log "ERROR" "❌ 完整模式执行失败"
exit 1
fi
;;
esac
}
# 执行主函数
main "$@"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,607 @@
# 设置输出编码为 UTF-8
$OutputEncoding = [System.Text.Encoding]::UTF8
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
# 颜色定义
$RED = "`e[31m"
$GREEN = "`e[32m"
$YELLOW = "`e[33m"
$BLUE = "`e[34m"
$NC = "`e[0m"
# 配置文件路径
$STORAGE_FILE = "$env:APPDATA\Cursor\User\globalStorage\storage.json"
$BACKUP_DIR = "$env:APPDATA\Cursor\User\globalStorage\backups"
# 新增 Cursor 初始化函数
function Cursor-初始化 {
Write-Host "$GREEN[信息]$NC 正在执行 Cursor 初始化清理..."
$BASE_PATH = "$env:APPDATA\Cursor\User"
$filesToDelete = @(
(Join-Path -Path $BASE_PATH -ChildPath "globalStorage\\state.vscdb"),
(Join-Path -Path $BASE_PATH -ChildPath "globalStorage\\state.vscdb.backup")
)
$folderToCleanContents = Join-Path -Path $BASE_PATH -ChildPath "History"
$folderToDeleteCompletely = Join-Path -Path $BASE_PATH -ChildPath "workspaceStorage"
Write-Host "$BLUE[调试]$NC 基础路径: $BASE_PATH"
# 删除指定文件
foreach ($file in $filesToDelete) {
Write-Host "$BLUE[调试]$NC 检查文件: $file"
if (Test-Path $file) {
try {
Remove-Item -Path $file -Force -ErrorAction Stop
Write-Host "$GREEN[成功]$NC 已删除文件: $file"
}
catch {
Write-Host "$RED[错误]$NC 删除文件 $file 失败: $($_.Exception.Message)"
}
} else {
Write-Host "$YELLOW[警告]$NC 文件不存在,跳过删除: $file"
}
}
# 清空指定文件夹内容
Write-Host "$BLUE[调试]$NC 检查待清空文件夹: $folderToCleanContents"
if (Test-Path $folderToCleanContents) {
try {
# 获取子项进行删除,以避免删除 History 文件夹本身
Get-ChildItem -Path $folderToCleanContents -Recurse | Remove-Item -Recurse -Force -ErrorAction Stop
Write-Host "$GREEN[成功]$NC 已清空文件夹内容: $folderToCleanContents"
}
catch {
Write-Host "$RED[错误]$NC 清空文件夹 $folderToCleanContents 内容失败: $($_.Exception.Message)"
}
} else {
Write-Host "$YELLOW[警告]$NC 文件夹不存在,跳过清空: $folderToCleanContents"
}
# 删除指定文件夹及其内容
Write-Host "$BLUE[调试]$NC 检查待删除文件夹: $folderToDeleteCompletely"
if (Test-Path $folderToDeleteCompletely) {
try {
Remove-Item -Path $folderToDeleteCompletely -Recurse -Force -ErrorAction Stop
Write-Host "$GREEN[成功]$NC 已删除文件夹: $folderToDeleteCompletely"
}
catch {
Write-Host "$RED[错误]$NC 删除文件夹 $folderToDeleteCompletely 失败: $($_.Exception.Message)"
}
} else {
Write-Host "$YELLOW[警告]$NC 文件夹不存在,跳过删除: $folderToDeleteCompletely"
}
Write-Host "$GREEN[信息]$NC Cursor 初始化清理完成。"
Write-Host "" # 添加空行以改善输出格式
}
# 检查管理员权限
function Test-Administrator {
$user = [Security.Principal.WindowsIdentity]::GetCurrent()
$principal = New-Object Security.Principal.WindowsPrincipal($user)
return $principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)
}
if (-not (Test-Administrator)) {
Write-Host "$RED[错误]$NC 请以管理员身份运行此脚本"
Write-Host "请右键点击脚本,选择'以管理员身份运行'"
Read-Host "按回车键退出"
exit 1
}
# 显示 Logo
Clear-Host
Write-Host @"
"@
Write-Host "$BLUE================================$NC"
Write-Host "$GREEN Cursor 设备ID 修改工具 $NC"
Write-Host "$YELLOW 关注公众号【煎饼果子卷AI】 $NC"
Write-Host "$YELLOW 一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) $NC"
Write-Host "$YELLOW [重要提示] 本工具免费如果对您有帮助请关注公众号【煎饼果子卷AI】 $NC"
Write-Host ""
Write-Host "$YELLOW [小小广告] 出售CursorPro教育号一年质保三个月有需要找我(86)WeChatJavaRookie666 $NC"
Write-Host "$BLUE================================$NC"
# 获取并显示 Cursor 版本
function Get-CursorVersion {
try {
# 主要检测路径
$packagePath = "$env:LOCALAPPDATA\\Programs\\cursor\\resources\\app\\package.json"
if (Test-Path $packagePath) {
$packageJson = Get-Content $packagePath -Raw | ConvertFrom-Json
if ($packageJson.version) {
Write-Host "$GREEN[信息]$NC 当前安装的 Cursor 版本: v$($packageJson.version)"
return $packageJson.version
}
}
# 备用路径检测
$altPath = "$env:LOCALAPPDATA\\cursor\\resources\\app\\package.json"
if (Test-Path $altPath) {
$packageJson = Get-Content $altPath -Raw | ConvertFrom-Json
if ($packageJson.version) {
Write-Host "$GREEN[信息]$NC 当前安装的 Cursor 版本: v$($packageJson.version)"
return $packageJson.version
}
}
Write-Host "$YELLOW[警告]$NC 无法检测到 Cursor 版本"
Write-Host "$YELLOW[提示]$NC 请确保 Cursor 已正确安装"
return $null
}
catch {
Write-Host "$RED[错误]$NC 获取 Cursor 版本失败: $_"
return $null
}
}
# 获取并显示版本信息
$cursorVersion = Get-CursorVersion
Write-Host ""
Write-Host "$YELLOW[重要提示]$NC 最新的 1.0.x (以支持)"
Write-Host ""
# 检查并关闭 Cursor 进程
Write-Host "$GREEN[信息]$NC 检查 Cursor 进程..."
function Get-ProcessDetails {
param($processName)
Write-Host "$BLUE[调试]$NC 正在获取 $processName 进程详细信息:"
Get-WmiObject Win32_Process -Filter "name='$processName'" |
Select-Object ProcessId, ExecutablePath, CommandLine |
Format-List
}
# 定义最大重试次数和等待时间
$MAX_RETRIES = 5
$WAIT_TIME = 1
# 处理进程关闭
function Close-CursorProcess {
param($processName)
$process = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($process) {
Write-Host "$YELLOW[警告]$NC 发现 $processName 正在运行"
Get-ProcessDetails $processName
Write-Host "$YELLOW[警告]$NC 尝试关闭 $processName..."
Stop-Process -Name $processName -Force
$retryCount = 0
while ($retryCount -lt $MAX_RETRIES) {
$process = Get-Process -Name $processName -ErrorAction SilentlyContinue
if (-not $process) { break }
$retryCount++
if ($retryCount -ge $MAX_RETRIES) {
Write-Host "$RED[错误]$NC$MAX_RETRIES 次尝试后仍无法关闭 $processName"
Get-ProcessDetails $processName
Write-Host "$RED[错误]$NC 请手动关闭进程后重试"
Read-Host "按回车键退出"
exit 1
}
Write-Host "$YELLOW[警告]$NC 等待进程关闭,尝试 $retryCount/$MAX_RETRIES..."
Start-Sleep -Seconds $WAIT_TIME
}
Write-Host "$GREEN[信息]$NC $processName 已成功关闭"
}
}
# 关闭所有 Cursor 进程
Close-CursorProcess "Cursor"
Close-CursorProcess "cursor"
# 执行 Cursor 初始化清理
# Cursor-初始化
# 创建备份目录
if (-not (Test-Path $BACKUP_DIR)) {
New-Item -ItemType Directory -Path $BACKUP_DIR | Out-Null
}
# 备份现有配置
if (Test-Path $STORAGE_FILE) {
Write-Host "$GREEN[信息]$NC 正在备份配置文件..."
$backupName = "storage.json.backup_$(Get-Date -Format 'yyyyMMdd_HHmmss')"
Copy-Item $STORAGE_FILE "$BACKUP_DIR\$backupName"
}
# 生成新的 ID
Write-Host "$GREEN[信息]$NC 正在生成新的 ID..."
# 在颜色定义后添加此函数
function Get-RandomHex {
param (
[int]$length
)
$bytes = New-Object byte[] ($length)
$rng = [System.Security.Cryptography.RNGCryptoServiceProvider]::new()
$rng.GetBytes($bytes)
$hexString = [System.BitConverter]::ToString($bytes) -replace '-',''
$rng.Dispose()
return $hexString
}
# 改进 ID 生成函数
function New-StandardMachineId {
$template = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
$result = $template -replace '[xy]', {
param($match)
$r = [Random]::new().Next(16)
$v = if ($match.Value -eq "x") { $r } else { ($r -band 0x3) -bor 0x8 }
return $v.ToString("x")
}
return $result
}
# 在生成 ID 时使用新函数
$MAC_MACHINE_ID = New-StandardMachineId
$UUID = [System.Guid]::NewGuid().ToString()
# 将 auth0|user_ 转换为字节数组的十六进制
$prefixBytes = [System.Text.Encoding]::UTF8.GetBytes("auth0|user_")
$prefixHex = -join ($prefixBytes | ForEach-Object { '{0:x2}' -f $_ })
# 生成32字节(64个十六进制字符)的随机数作为 machineId 的随机部分
$randomPart = Get-RandomHex -length 32
$MACHINE_ID = "$prefixHex$randomPart"
$SQM_ID = "{$([System.Guid]::NewGuid().ToString().ToUpper())}"
# 在Update-MachineGuid函数前添加权限检查
if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) {
Write-Host "$RED[错误]$NC 请使用管理员权限运行此脚本"
Start-Process powershell "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs
exit
}
function Update-MachineGuid {
try {
# 检查注册表路径是否存在,不存在则创建
$registryPath = "HKLM:\SOFTWARE\Microsoft\Cryptography"
if (-not (Test-Path $registryPath)) {
Write-Host "$YELLOW[警告]$NC 注册表路径不存在: $registryPath,正在创建..."
New-Item -Path $registryPath -Force | Out-Null
Write-Host "$GREEN[信息]$NC 注册表路径创建成功"
}
# 获取当前的 MachineGuid如果不存在则使用空字符串作为默认值
$originalGuid = ""
try {
$currentGuid = Get-ItemProperty -Path $registryPath -Name MachineGuid -ErrorAction SilentlyContinue
if ($currentGuid) {
$originalGuid = $currentGuid.MachineGuid
Write-Host "$GREEN[信息]$NC 当前注册表值:"
Write-Host "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography"
Write-Host " MachineGuid REG_SZ $originalGuid"
} else {
Write-Host "$YELLOW[警告]$NC MachineGuid 值不存在,将创建新值"
}
} catch {
Write-Host "$YELLOW[警告]$NC 获取 MachineGuid 失败: $($_.Exception.Message)"
}
# 创建备份目录(如果不存在)
if (-not (Test-Path $BACKUP_DIR)) {
New-Item -ItemType Directory -Path $BACKUP_DIR -Force | Out-Null
}
# 创建备份文件(仅当原始值存在时)
if ($originalGuid) {
$backupFile = "$BACKUP_DIR\MachineGuid_$(Get-Date -Format 'yyyyMMdd_HHmmss').reg"
$backupResult = Start-Process "reg.exe" -ArgumentList "export", "`"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`"", "`"$backupFile`"" -NoNewWindow -Wait -PassThru
if ($backupResult.ExitCode -eq 0) {
Write-Host "$GREEN[信息]$NC 注册表项已备份到:$backupFile"
} else {
Write-Host "$YELLOW[警告]$NC 备份创建失败,继续执行..."
}
}
# 生成新GUID
$newGuid = [System.Guid]::NewGuid().ToString()
# 更新或创建注册表值
Set-ItemProperty -Path $registryPath -Name MachineGuid -Value $newGuid -Force -ErrorAction Stop
# 验证更新
$verifyGuid = (Get-ItemProperty -Path $registryPath -Name MachineGuid -ErrorAction Stop).MachineGuid
if ($verifyGuid -ne $newGuid) {
throw "注册表验证失败:更新后的值 ($verifyGuid) 与预期值 ($newGuid) 不匹配"
}
Write-Host "$GREEN[信息]$NC 注册表更新成功:"
Write-Host "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography"
Write-Host " MachineGuid REG_SZ $newGuid"
return $true
}
catch {
Write-Host "$RED[错误]$NC 注册表操作失败:$($_.Exception.Message)"
# 尝试恢复备份(如果存在)
if (($backupFile -ne $null) -and (Test-Path $backupFile)) {
Write-Host "$YELLOW[恢复]$NC 正在从备份恢复..."
$restoreResult = Start-Process "reg.exe" -ArgumentList "import", "`"$backupFile`"" -NoNewWindow -Wait -PassThru
if ($restoreResult.ExitCode -eq 0) {
Write-Host "$GREEN[恢复成功]$NC 已还原原始注册表值"
} else {
Write-Host "$RED[错误]$NC 恢复失败,请手动导入备份文件:$backupFile"
}
} else {
Write-Host "$YELLOW[警告]$NC 未找到备份文件或备份创建失败,无法自动恢复"
}
return $false
}
}
# 创建或更新配置文件
Write-Host "$GREEN[信息]$NC 正在更新配置..."
try {
# 检查配置文件是否存在
if (-not (Test-Path $STORAGE_FILE)) {
Write-Host "$RED[错误]$NC 未找到配置文件: $STORAGE_FILE"
Write-Host "$YELLOW[提示]$NC 请先安装并运行一次 Cursor 后再使用此脚本"
Read-Host "按回车键退出"
exit 1
}
# 读取现有配置文件
try {
$originalContent = Get-Content $STORAGE_FILE -Raw -Encoding UTF8
# 将 JSON 字符串转换为 PowerShell 对象
$config = $originalContent | ConvertFrom-Json
# 备份当前值
$oldValues = @{
'machineId' = $config.'telemetry.machineId'
'macMachineId' = $config.'telemetry.macMachineId'
'devDeviceId' = $config.'telemetry.devDeviceId'
'sqmId' = $config.'telemetry.sqmId'
}
# 更新特定的值
$config.'telemetry.machineId' = $MACHINE_ID
$config.'telemetry.macMachineId' = $MAC_MACHINE_ID
$config.'telemetry.devDeviceId' = $UUID
$config.'telemetry.sqmId' = $SQM_ID
# 将更新后的对象转换回 JSON 并保存
$updatedJson = $config | ConvertTo-Json -Depth 10
[System.IO.File]::WriteAllText(
[System.IO.Path]::GetFullPath($STORAGE_FILE),
$updatedJson,
[System.Text.Encoding]::UTF8
)
Write-Host "$GREEN[信息]$NC 成功更新配置文件"
} catch {
# 如果出错,尝试恢复原始内容
if ($originalContent) {
[System.IO.File]::WriteAllText(
[System.IO.Path]::GetFullPath($STORAGE_FILE),
$originalContent,
[System.Text.Encoding]::UTF8
)
}
throw "处理 JSON 失败: $_"
}
# 直接执行更新 MachineGuid不再询问
Update-MachineGuid
# 显示结果
Write-Host ""
Write-Host "$GREEN[信息]$NC 已更新配置:"
Write-Host "$BLUE[调试]$NC machineId: $MACHINE_ID"
Write-Host "$BLUE[调试]$NC macMachineId: $MAC_MACHINE_ID"
Write-Host "$BLUE[调试]$NC devDeviceId: $UUID"
Write-Host "$BLUE[调试]$NC sqmId: $SQM_ID"
# 显示文件树结构
Write-Host ""
Write-Host "$GREEN[信息]$NC 文件结构:"
Write-Host "$BLUE$env:APPDATA\Cursor\User$NC"
Write-Host "├── globalStorage"
Write-Host "│ ├── storage.json (已修改)"
Write-Host "│ └── backups"
# 列出备份文件
$backupFiles = Get-ChildItem "$BACKUP_DIR\*" -ErrorAction SilentlyContinue
if ($backupFiles) {
foreach ($file in $backupFiles) {
Write-Host "│ └── $($file.Name)"
}
} else {
Write-Host "│ └── (空)"
}
# 显示公众号信息
Write-Host ""
Write-Host "$GREEN================================$NC"
Write-Host "$YELLOW 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识(脚本免费、关注公众号加群有更多技巧和大佬) $NC"
Write-Host "$GREEN================================$NC"
Write-Host ""
Write-Host "$GREEN[信息]$NC 请重启 Cursor 以应用新的配置"
Write-Host ""
# 询问是否要禁用自动更新
Write-Host ""
Write-Host "$YELLOW[询问]$NC 是否要禁用 Cursor 自动更新功能?"
Write-Host "0) 否 - 保持默认设置 (按回车键)"
Write-Host "1) 是 - 禁用自动更新"
$choice = Read-Host "请输入选项 (0)"
if ($choice -eq "1") {
Write-Host ""
Write-Host "$GREEN[信息]$NC 正在处理自动更新..."
$updaterPath = "$env:LOCALAPPDATA\cursor-updater"
# 定义手动设置教程
function Show-ManualGuide {
Write-Host ""
Write-Host "$YELLOW[警告]$NC 自动设置失败,请尝试手动操作:"
Write-Host "$YELLOW手动禁用更新步骤$NC"
Write-Host "1. 以管理员身份打开 PowerShell"
Write-Host "2. 复制粘贴以下命令:"
Write-Host "$BLUE命令1 - 删除现有目录(如果存在):$NC"
Write-Host "Remove-Item -Path `"$updaterPath`" -Force -Recurse -ErrorAction SilentlyContinue"
Write-Host ""
Write-Host "$BLUE命令2 - 创建阻止文件:$NC"
Write-Host "New-Item -Path `"$updaterPath`" -ItemType File -Force | Out-Null"
Write-Host ""
Write-Host "$BLUE命令3 - 设置只读属性:$NC"
Write-Host "Set-ItemProperty -Path `"$updaterPath`" -Name IsReadOnly -Value `$true"
Write-Host ""
Write-Host "$BLUE命令4 - 设置权限(可选):$NC"
Write-Host "icacls `"$updaterPath`" /inheritance:r /grant:r `"`$($env:USERNAME):(R)`""
Write-Host ""
Write-Host "$YELLOW验证方法$NC"
Write-Host "1. 运行命令Get-ItemProperty `"$updaterPath`""
Write-Host "2. 确认 IsReadOnly 属性为 True"
Write-Host "3. 运行命令icacls `"$updaterPath`""
Write-Host "4. 确认只有读取权限"
Write-Host ""
Write-Host "$YELLOW[提示]$NC 完成后请重启 Cursor"
}
try {
# 检查cursor-updater是否存在
if (Test-Path $updaterPath) {
# 如果是文件,说明已经创建了阻止更新
if ((Get-Item $updaterPath) -is [System.IO.FileInfo]) {
Write-Host "$GREEN[信息]$NC 已创建阻止更新文件,无需再次阻止"
return
}
# 如果是目录,尝试删除
else {
try {
Remove-Item -Path $updaterPath -Force -Recurse -ErrorAction Stop
Write-Host "$GREEN[信息]$NC 成功删除 cursor-updater 目录"
}
catch {
Write-Host "$RED[错误]$NC 删除 cursor-updater 目录失败"
Show-ManualGuide
return
}
}
}
# 创建阻止文件
try {
New-Item -Path $updaterPath -ItemType File -Force -ErrorAction Stop | Out-Null
Write-Host "$GREEN[信息]$NC 成功创建阻止文件"
}
catch {
Write-Host "$RED[错误]$NC 创建阻止文件失败"
Show-ManualGuide
return
}
# 设置文件权限
try {
# 设置只读属性
Set-ItemProperty -Path $updaterPath -Name IsReadOnly -Value $true -ErrorAction Stop
# 使用 icacls 设置权限
$result = Start-Process "icacls.exe" -ArgumentList "`"$updaterPath`" /inheritance:r /grant:r `"$($env:USERNAME):(R)`"" -Wait -NoNewWindow -PassThru
if ($result.ExitCode -ne 0) {
throw "icacls 命令失败"
}
Write-Host "$GREEN[信息]$NC 成功设置文件权限"
}
catch {
Write-Host "$RED[错误]$NC 设置文件权限失败"
Show-ManualGuide
return
}
# 验证设置
try {
$fileInfo = Get-ItemProperty $updaterPath
if (-not $fileInfo.IsReadOnly) {
Write-Host "$RED[错误]$NC 验证失败:文件权限设置可能未生效"
Show-ManualGuide
return
}
}
catch {
Write-Host "$RED[错误]$NC 验证设置失败"
Show-ManualGuide
return
}
Write-Host "$GREEN[信息]$NC 成功禁用自动更新"
}
catch {
Write-Host "$RED[错误]$NC 发生未知错误: $_"
Show-ManualGuide
}
}
else {
Write-Host "$GREEN[信息]$NC 保持默认设置,不进行更改"
}
# 保留有效的注册表更新
Update-MachineGuid
} catch {
Write-Host "$RED[错误]$NC 主要操作失败: $_"
Write-Host "$YELLOW[尝试]$NC 使用备选方法..."
try {
# 备选方法:使用 Add-Content
$tempFile = [System.IO.Path]::GetTempFileName()
$config | ConvertTo-Json | Set-Content -Path $tempFile -Encoding UTF8
Copy-Item -Path $tempFile -Destination $STORAGE_FILE -Force
Remove-Item -Path $tempFile
Write-Host "$GREEN[信息]$NC 使用备选方法成功写入配置"
} catch {
Write-Host "$RED[错误]$NC 所有尝试都失败了"
Write-Host "错误详情: $_"
Write-Host "目标文件: $STORAGE_FILE"
Write-Host "请确保您有足够的权限访问该文件"
Read-Host "按回车键退出"
exit 1
}
}
Write-Host ""
Read-Host "按回车键退出"
exit 0
# 在文件写入部分修改
function Write-ConfigFile {
param($config, $filePath)
try {
# 使用 UTF8 无 BOM 编码
$utf8NoBom = New-Object System.Text.UTF8Encoding $false
$jsonContent = $config | ConvertTo-Json -Depth 10
# 统一使用 LF 换行符
$jsonContent = $jsonContent.Replace("`r`n", "`n")
[System.IO.File]::WriteAllText(
[System.IO.Path]::GetFullPath($filePath),
$jsonContent,
$utf8NoBom
)
Write-Host "$GREEN[信息]$NC 成功写入配置文件(UTF8 无 BOM)"
}
catch {
throw "写入配置文件失败: $_"
}
}