Compare commits

...

255 Commits

Author SHA1 Message Date
煎饼果子卷鲨鱼辣椒
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
煎饼果子卷鲨鱼辣椒
d01dcdb7ba 新增 Cursor 安装相关功能,优化了查找和安装过程。包括添加标准安装路径、改进资源目录查找逻辑、实现从本地 AppImage 安装 Cursor 的功能,并增强了日志记录以提高用户体验。同时,更新了配置文件处理逻辑,确保在备份和修改过程中更具可靠性。此更改旨在提升脚本的稳定性和用户友好性。 2025-04-30 12:31:45 +08:00
煎饼果子卷鲨鱼辣椒
234ec180a0 qun-12 2025-04-29 10:17:18 +08:00
煎饼果子卷鲨鱼辣椒
974852944b 在临时修改系统 MAC 地址的功能中,更新了调用方式以确保即使在执行过程中出现错误也不会中断后续操作。此更改通过在调用 change_system_mac_address 函数时添加 || true,提升了脚本的稳定性和用户体验。 2025-04-27 20:45:28 +08:00
煎饼果子卷鲨鱼辣椒
e5ea1700bd 更新 README 文件以添加针对 Linux 用户的注意事项,说明脚本如何定位 Cursor 安装位置,并确保用户能够通过常见路径访问 Cursor。同时,修正了 README 文件中的中文引号格式,以提升文档的准确性和可读性。 2025-04-27 12:07:47 +08:00
煎饼果子卷鲨鱼辣椒@86
3f7ae1fbf3
Merge pull request #483 from Poikilos/python-and-gettext-translation
Add Python version of Linux script and English translation
2025-04-27 11:05:18 +08:00
煎饼果子卷鲨鱼辣椒
e481d97bd2 新增辅助函数以支持修改单个网络接口的 MAC 地址,并优化临时修改系统 MAC 地址的功能,现可处理所有活动的 Wi-Fi 和 Ethernet 接口。此更改包括详细的日志记录和错误处理,确保用户能够清晰了解每个接口的状态和修改结果,提升了功能的可靠性和用户体验。 2025-04-27 11:01:39 +08:00
煎饼果子卷鲨鱼辣椒
702bb5d05f 更新临时修改系统 MAC 地址的功能,通过路由表获取默认网络接口,提升了接口检测的准确性和可靠性。同时,调整了日志信息以更好地反映当前操作状态,确保用户能够清晰了解接口检测的结果和可能的默认设置。此更改旨在进一步优化用户体验和功能的稳定性。 2025-04-27 10:57:24 +08:00
Poikilos
a34ff83bca Add Python version of Linux script and English translation (Other OS can be added by import platform then checking if platform.system() equals "Darwin", or "Linux" or "Windows"). Please test this, since I'm not entirely familiar with the code. I know bash and Python well, so I fixed mistakes but the translations to Python and English were both made by Grok (with original cursor_linux_id_modifier.sh code and several detailed prompts). 2025-04-25 10:10:46 -04:00
煎饼果子卷鲨鱼辣椒
207689ff56 在临时修改系统 MAC 地址的功能中新增检查,以确保文件中是否已存在 randomDeviceId_ 时间戳模式。此更改通过日志记录跳过通用注入,提升了功能的可靠性和用户体验。 2025-04-23 23:11:35 +08:00
煎饼果子卷鲨鱼辣椒
a2d55a00a2 优化临时修改系统 MAC 地址的功能,增加了接口禁用和重新启用的步骤,以确保在修改过程中网络连接的稳定性。添加了详细的日志记录和错误处理,确保用户能够清晰了解 MAC 地址修改的状态和可能的失败原因。此更改旨在提升用户体验和功能的可靠性。 2025-04-22 16:13:29 +08:00
煎饼果子卷鲨鱼辣椒
d48d9fa1d0 新增临时修改系统 MAC 地址的功能,允许用户在不重启的情况下更改主网络接口的 MAC 地址。此更改包括自动检测主网络接口、生成随机 MAC 地址并执行修改,同时在日志中记录相关信息和警告。更新了主程序执行流程以默认调用此功能,确保用户在使用工具时了解相关风险和操作影响。 2025-04-22 11:46:42 +08:00
煎饼果子卷鲨鱼辣椒
33cd677188 更新 README 文件以反映最新的 Cursor 版本支持信息,从 0.47.x 更新至 0.49.x,确保文档的准确性和最新性。同时,更新了日志文件名称和内容,以更好地描述工具的功能。此更改旨在提升用户体验和文档的实用性。 2025-04-22 11:39:05 +08:00
煎饼果子卷鲨鱼辣椒
f6aba31832 更新 README 文件以添加 Cursor 通用解决方案,包括关闭账号、刷新机器码和浏览器更换的步骤。这些更改旨在提供用户在遇到问题时的解决方案,确保文档的实用性和准确性。 2025-04-18 10:13:05 +08:00
煎饼果子卷鲨鱼辣椒
f022fc1736 更新 README 文件以反映最新的 Cursor 版本支持信息,移除对 v0.45.x 及以下版本的支持声明,并更新版本历史链接。同时,更新了 WeChat 二维码的有效期和图片。此更改确保文档的准确性和最新性。 2025-04-18 10:06:05 +08:00
煎饼果子卷鲨鱼辣椒
0c59c68340 mac 2025-04-09 10:38:20 +08:00
煎饼果子卷鲨鱼辣椒
3501dd3602 Merge branch 'master' of https://github.com/yuaotian/go-cursor-help
merge
2025-04-09 10:35:35 +08:00
煎饼果子卷鲨鱼辣椒@86
9eba036c80
Merge pull request #436 from muslim098/add-cursor-free-trial-reset
Add Cursor free trial reset tool
2025-04-09 10:35:23 +08:00
煎饼果子卷鲨鱼辣椒@86
00bbf18ce7
Merge pull request #434 from cursor-home/master
fix: Improve panic recovery mechanism in main function
2025-04-09 10:34:09 +08:00
Abdallah Diaa
2cc31dd77f Add Cursor free trial reset tool
---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yuaotian/go-cursor-help?shareId=XXXX-XXXX-XXXX-XXXX).
2025-04-09 00:47:38 +02:00
CC11001100
ec954b3130 fix: improve panic recovery in main function
- Move panic recovery defer to the beginning of main function to ensure it can catch panics from all subsequent function calls

- Remove unused setupErrorRecovery function

- Add explanatory comment for the defer placement

This change ensures proper error handling throughout the entire program execution, rather than just within the setupErrorRecovery function scope.
2025-04-08 17:28:39 +08:00
煎饼果子卷鲨鱼辣椒
2ae42e3c2a qun 10 2025-04-08 15:14:19 +08:00
煎饼果子卷鲨鱼辣椒
fc5ea3511b
Merge pull request #393 from hieusats/fix-syntax-error-in-linux-script
Fix syntax error and fix process detection in Linux script
2025-03-31 18:29:15 +08:00
hieu.sats
4daa24e80a Fix process detection in Linux script to avoid terminating itself 2025-03-30 22:41:47 +07:00
hieu.sats
6d53a926e0 Fix syntax error in cursor_linux_id_modifier.sh script 2025-03-30 17:03:09 +07:00
煎饼果子卷鲨鱼辣椒
d47f127ba3 更新README文件中的微信群二维码和有效期信息 2025-03-30 17:16:04 +08:00
煎饼果子卷鲨鱼辣椒
49f5af4827
Merge pull request #387 from hulu798/master
修正脚本Linux版本路径问题
2025-03-30 17:13:16 +08:00
hulu135289
b0455d2c46 修正脚本Linux版本路径问题 2025-03-29 08:14:28 +08:00
煎饼果子卷鲨鱼辣椒
ff17ed48d7 更新cursor_linux_id_modifier.sh和cursor_mac_id_modifier.sh脚本 2025-03-26 23:04:58 +08:00
煎饼果子卷鲨鱼辣椒
df9507a433
Merge pull request #374 from LeaveC/master
Update cursor_mac_id_modifier.sh
2025-03-26 23:00:17 +08:00
LeaveC
f4d8ba125c
Update cursor_mac_id_modifier.sh
去除重置机器码选项
2025-03-26 16:31:40 +08:00
煎饼果子卷鲨鱼辣椒
9ec3f0518c 更新cursor_linux_id_modifier.sh脚本,修改了macOS版本信息的日志输出,注释掉了Linux环境检查的相关代码,并优化了应用修复选项的菜单选择提示,以提升用户交互体验。 2025-03-24 15:09:57 +08:00
煎饼果子卷鲨鱼辣椒
f130869f51
Merge pull request #366 from LeaveC/master
免重置机器码,完美去除app机器码校验
2025-03-24 14:23:31 +08:00
LeaveC
2a382d7faa
免重置机器码,完美去除app机器码校验 2025-03-24 14:18:38 +08:00
LeaveC
fc4f4b870e
免重置机器码,完美去除app机器码校验 2025-03-24 14:14:08 +08:00
煎饼果子卷鲨鱼辣椒
42b6c3f159 重构cursor_mac_id_modifier.sh脚本,新增通用菜单选择函数以提升用户交互体验。优化了用户输入处理逻辑,简化了备份文件恢复和其他选项的选择过程,增强了日志记录功能,确保用户选择的可追溯性。 2025-03-23 20:48:50 +08:00
煎饼果子卷鲨鱼辣椒
d6155e5342 更新README_JP.md文件中的微信群二维码和有效期信息,确保用户获取最新的联系方式和有效期提示。 2025-03-22 15:33:38 +08:00
煎饼果子卷鲨鱼辣椒
f74541b712 Merge branch 'master' of https://github.com/yuaotian/go-cursor-help
he
2025-03-22 15:32:22 +08:00
煎饼果子卷鲨鱼辣椒
b099f4d8a9 更新README文件中的微信群二维码和有效期信息,确保用户获取最新的联系方式和有效期提示。 2025-03-22 15:32:06 +08:00
煎饼果子卷鲨鱼辣椒
d90c9e49d0
Merge pull request #361 from Lintech-1/patch-1
Update cursor_linux_id_modifier.sh
2025-03-22 00:06:02 +08:00
煎饼果子卷鲨鱼辣椒
3b677e23bb
Merge pull request #351 from eltociear/add-japanese-readme
docs: add Japanese README file
2025-03-22 00:05:36 +08:00
Lintech
34b45b5dda
Update cursor_linux_id_modifier.sh
Updated the Linux-specific script to support Cursor v0.47.x, optimized device ID generation logic, enhanced process termination safety, fixed path detection for non-standard installations, improved error handling/logging, added backup/restore functionality, and synchronized multilingual user prompts.
2025-03-21 14:31:27 +03:00
煎饼果子卷鲨鱼辣椒
28de33a5ad 添加修复"应用已损坏"功能到cursor_mac_id_modifier.sh脚本,提供用户选项以解决macOS提示应用已损坏无法打开的问题。增强了日志记录和用户提示信息,提升了脚本的交互性和用户体验。 2025-03-21 19:21:18 +08:00
Ikko Eltociear Ashimine
febb2f551b docs: add Japanese README file
I created Japanese translated README.
2025-03-19 17:54:21 +09:00
煎饼果子卷鲨鱼辣椒
f6cd48a7a5 更新README文件,移除macOS安装脚本中的第一种方法,简化用户操作,确保文档内容更清晰易懂。 2025-03-19 15:33:43 +08:00
煎饼果子卷鲨鱼辣椒
f2e315beac 优化cursor_win_id_modifier.ps1脚本,增强注册表操作的错误处理和用户提示信息,确保在获取和更新MachineGuid时提供更清晰的反馈。同时,简化了备份文件的创建逻辑,仅在原始值存在时进行备份,提升了脚本的稳定性和用户体验。 2025-03-18 00:36:07 +08:00
煎饼果子卷鲨鱼辣椒
5a8d32a807 优化执行macos脚本 2025-03-17 16:59:07 +08:00
煎饼果子卷鲨鱼辣椒
7834b85bde wx_group7.jpg 2025-03-17 16:55:14 +08:00
煎饼果子卷鲨鱼辣椒
6c8a458be2 更新macOS安装脚本,改用临时文件执行以增强安全性和可读性,确保用户在执行过程中获得更好的体验。 2025-03-17 11:34:58 +08:00
煎饼果子卷鲨鱼辣椒
7b0e701422 支持版本更新 2025-03-17 11:17:28 +08:00
煎饼果子卷鲨鱼辣椒
4f8f988518 改进cursor_mac_id_modifier.sh脚本中的用户输入处理,采用更健壮的方式读取用户选择,增强了输入缓冲区清空机制。添加调试日志以便于追踪用户输入,确保脚本在输入问题时不会终止,提升了脚本的稳定性和用户体验。 2025-03-14 19:14:29 +08:00
煎饼果子卷鲨鱼辣椒
cf20a2a470 重构cursor_mac_id_modifier.sh脚本中的Cursor修复选项,将其移至脚本末尾,简化用户选择流程。改进了提示信息和用户输入处理,提升了脚本的交互性和用户体验。 2025-03-14 18:57:29 +08:00
煎饼果子卷鲨鱼辣椒
56688bdf5d 添加Cursor修复功能到cursor_mac_id_modifier.sh脚本,允许用户选择恢复原始安装或强制修复。改进了用户输入处理和提示信息,提升了脚本的交互性和用户体验。 2025-03-14 18:45:38 +08:00
煎饼果子卷鲨鱼辣椒
1fe30260b0 优化cursor_mac_id_modifier.sh脚本的用户输入处理,改进提示信息和输入方式,确保用户选择更直观。此更改提升了用户体验和脚本的交互性。 2025-03-14 18:32:17 +08:00
煎饼果子卷鲨鱼辣椒
b3620ff9f3 修复cursor_mac_id_modifier.sh脚本中的语法错误,确保条件语句正确结束。此更改提高了脚本的稳定性和可读性。 2025-03-14 18:21:56 +08:00
煎饼果子卷鲨鱼辣椒
26355e2270 增强Cursor ID修改工具的日志记录功能,添加日志初始化和命令输出记录,改进错误处理和用户提示信息,确保用户能够更好地追踪脚本执行过程中的关键操作和状态。 2025-03-14 18:13:32 +08:00
煎饼果子卷鲨鱼辣椒
a63fcac86b 更新文档以支持Cursor v0.47.x版本,修改相关提示信息并增强脚本功能以处理设备ID生成。包括对Windows和Mac/Linux的支持更新,确保用户获得最新信息。 2025-03-14 18:07:25 +08:00
煎饼果子卷鲨鱼辣椒
a61be4ba15 更新微信群6 2025-03-12 11:41:43 +08:00
煎饼果子卷鲨鱼辣椒
f05ab67262
Merge pull request #299 from abdibaker/fix-sudo-home-path
fix: correctly identify storage file path when run with sudo
2025-03-10 12:07:49 +08:00
Abdillah Bakari
92d88d275d
fix: correctly identify storage file path when run with sudo 2025-03-07 08:35:12 +03:00
煎饼果子卷鲨鱼辣椒
d7044b6ac8 Merge branches 'master' and 'master' of https://github.com/yuaotian/go-cursor-help
merge pull
2025-03-07 10:23:16 +08:00
煎饼果子卷鲨鱼辣椒
689a0df174
Merge pull request #289 from ManicEuphoria/fix/update_README
docs: Update README.md with instructions for manually disabling macOS auto-updates
2025-03-07 10:22:08 +08:00
煎饼果子卷鲨鱼辣椒
9306749c62 文档: 添加光标人工智能使用限制的故障排除指南
- 更新了 README.md 和 README_CN.md,为常见的 Cursor/Claude 使用问题提供了全面的解决方案
- 添加了试用账户、API 密钥和高负载限制的详细说明
- 包含针对不同访问问题的分步故障排除方法
- 增强了文档功能,提供了清晰的问题描述和建议的解决方案
2025-03-07 10:21:38 +08:00
任科叡
c3ab2b62ee docs: Update README.md with instructions for manually disabling macOS auto-updates (references #255) 2025-03-04 15:19:43 +08:00
煎饼果子卷鲨鱼辣椒
afabbb2247 文档:更新微信组QR码和到期日期
- 用wx_group.jpg替换wx_group4.jpg
 - 更新的小组邀请到期日期至3月10日
 - 删除了过时的微信组QR代码图像
2025-03-03 10:56:59 +08:00
煎饼果子卷鲨鱼辣椒
a9bb8ab031
Merge pull request #286 from Tinyu-Zhao/master
修复在macOS下会将系统进程CursorUIViewService识别成Cursor进程的错误
2025-03-03 10:30:22 +08:00
Tinyu-Zhao
8bde88472f 修复在macOS下会将系统进程CursorUIViewService识别成Cursor进程的错误 2025-03-03 09:37:20 +08:00
煎饼果子卷鲨鱼辣椒
419dadf308 壮举:增强光标MAC自动更新禁用机制
- 添加了综合方法来禁用光标自动更新MacOS
 - 实现App-update.yml文件的备份和修改
 - 改进的光标 - 上层目录处理,并使用可靠的错误检查
 - 添加了自动更新禁用的详细验证步骤
 - 在此过程中增强的记录和用户指导
2025-02-26 21:19:07 +08:00
煎饼果子卷鲨鱼辣椒
097f685e2a
Merge pull request #262 from zuoyexingchen/master
Bugfix: 修复删除 cursor-updater 目录失败的问题
2025-02-23 14:51:10 +08:00
hzz
27b2f28765 Bugfix: 修复删除 cursor-updater 目录失败的问题
问题描述:
在 Windows 系统上,如果用户已经执行过脚本,cursor-updater文件已存在,再次执行脚本删除cursor-updater目录会报错
2025-02-22 22:59:02 +08:00
煎饼果子卷鲨鱼辣椒
f752fa8322 wx group 4 2025-02-22 19:47:35 +08:00
煎饼果子卷鲨鱼辣椒
644d663a4e feat: Enhance Linux ID modifier with advanced file modification checks
- Improved random ID generation to ensure single-line output
- Added chattr attribute removal for immutable files before modification
- Enhanced file modification reliability by handling read-only file attributes
- Implemented pre-modification checks to prevent potential configuration errors
2025-02-19 11:19:29 +08:00
煎饼果子卷鲨鱼辣椒
e8e37b3f89 feat: Improve Cursor Mac ID modifier with advanced file modification checks
- Added comprehensive file existence and modification verification
- Implemented detailed logging for target file status
- Enhanced script reliability with pre-modification checks
- Prevented unnecessary modifications to already updated files
- Introduced more informative warning and error messages
2025-02-18 16:47:25 +08:00
煎饼果子卷鲨鱼辣椒
d83c95e413 feat: Enhance config file modification with special character escaping
- Added robust character escaping for keys and values in JSON configuration
- Used sed to safely handle special characters during file modification
- Improved reliability of modify_or_add_config function
- Prevented potential sed parsing errors with advanced escaping techniques
2025-02-18 14:53:10 +08:00
煎饼果子卷鲨鱼辣椒
17897199ac
Merge pull request #241 from pikpikcu/patch-1
Fix  syntax error near unexpected token
2025-02-16 23:36:17 +08:00
煎饼果子卷鲨鱼辣椒
e8bf820c6d docs: Update version dates in README files
- Corrected version dates in both English and Chinese README files
- Changed release dates from 2024 to 2025 for latest and stable versions
- Maintained consistent formatting across README.md and README_CN.md
2025-02-16 23:33:39 +08:00
PikPikcU
706830daff
Fix syntax error near unexpected token 2025-02-16 07:31:57 +07:00
煎饼果子卷鲨鱼辣椒
dc1e0fd13c refactor: Optimize Cursor Linux ID modifier script for improved reliability
- Simplified process management with more precise process detection using pgrep
- Enhanced system ID generation with improved randomization techniques
- Implemented robust configuration file modification function
- Improved backup and file handling with better error checking
- Streamlined file permission and ownership management
- Added Linux-specific system checks and compatibility improvements
2025-02-16 00:24:58 +08:00
煎饼果子卷鲨鱼辣椒
19f4beec47 refactor: Streamline Cursor app modification script workflow
- Removed unnecessary function calls in main script execution
- Simplified post-configuration process by focusing on essential registry updates
- Removed redundant file tree display after configuration changes
2025-02-13 17:24:10 +08:00
煎饼果子卷鲨鱼辣椒
73773be6d8 fix: Correct syntax error in Cursor app modification script
- Fixed a syntax error by replacing `}` with `fi` in the directory existence check
- Ensured proper shell script syntax for conditional block termination
2025-02-13 16:47:08 +08:00
煎饼果子卷鲨鱼辣椒
dc60f1ef07 refactor: Enhance Cursor app modification script with robust backup and replacement mechanism
- Improved application replacement process with sudo-based file operations
- Added comprehensive backup creation before app modification
- Enhanced error handling during app replacement and restoration
- Simplified temporary file cleanup and permission management
- Removed code signing verification step
- Streamlined sudo usage for critical file operations
2025-02-13 16:38:47 +08:00
煎饼果子卷鲨鱼辣椒
68eff9c9d9 refactor: Improve Cursor app code signing with robust retry mechanism
- Enhanced code signing process with multi-attempt strategy
- Added detailed logging and error handling for signing failures
- Implemented signature verification before app replacement
- Provided manual recovery instructions for persistent signing issues
- Removed automatic backup creation step
2025-02-13 16:29:51 +08:00
煎饼果子卷鲨鱼辣椒
875c60738c docs: Enhance support section with donation options and playful messaging
- Updated "Support" section header
- Added humorous note about supporting project via Latiao
- Adjusted Alipay and ETC donation image sizes
- Expanded donation table layout
- Maintained centered alignment and markdown formatting
2025-02-12 23:03:19 +08:00
煎饼果子卷鲨鱼辣椒
1c98a590b2 docs: Update ETC sponsor section with Alipay QR code and adjusted image sizes 2025-02-12 22:47:11 +08:00
煎饼果子卷鲨鱼辣椒
abd809d68b docs: Add ETC donation address to README
- Included ETC sponsor section with wallet address
- Added centered table layout for donation information
- Maintained consistent markdown formatting and styling
2025-02-12 14:10:35 +08:00
煎饼果子卷鲨鱼辣椒
7ed6397075 refactor: Improve MachineGuid update function with enhanced error handling and recovery
- Replaced reg.exe query with PowerShell registry cmdlets for more robust access
- Added comprehensive error checking and validation for registry operations
- Implemented more detailed backup and restore mechanisms
- Enhanced logging and error reporting for MachineGuid modification process
- Improved function to return boolean status for better error tracking
2025-02-12 11:42:09 +08:00
煎饼果子卷鲨鱼辣椒
dc8807f3dc refactor: Improve MachineGuid backup and error handling robustness
- Added fallback backup location when default backup directory is unavailable
- Enhanced GUID parsing with additional null checks
- Improved backup file recovery error handling
- Added warning message for scenarios without backup file
- Refined error recovery mechanism with more comprehensive checks
2025-02-12 11:40:09 +08:00
煎饼果子卷鲨鱼辣椒
30af54da9c feat: Enhance MachineGuid modification with robust error handling and admin privileges
- Added administrator privilege check before script execution
- Improved MachineGuid update function with detailed error handling
- Implemented comprehensive registry backup and validation
- Added color-coded console output for better user feedback
- Enhanced error recovery mechanism with automatic backup restoration
- Integrated new configuration generation and MachineGuid update in main workflow
2025-02-12 11:33:26 +08:00
煎饼果子卷鲨鱼辣椒
d1d947ae25 style: Remove inline CSS from markdown page
- Deleted embedded CSS styles from CursorHistoryDown.md
- Simplified markdown document structure
- Removed redundant styling that may be better managed externally
2025-02-12 10:52:39 +08:00
煎饼果子卷鲨鱼辣椒
e7ec5635d9 style: Enhance markdown page styling with improved details and link formatting
- Added margin and padding to details elements
- Refined CSS styling for better readability
- Maintained consistent styling approach for markdown documentation
2025-02-12 10:50:38 +08:00
煎饼果子卷鲨鱼辣椒
37a866800f docs: Update WeChat group QR code and adjust donation image size
- Updated WeChat group QR code image to latest version
- Extended group invitation period to February 19th
- Increased Alipay donation QR code width from 300 to 500 pixels
- Maintained existing README_CN.md structure and formatting
2025-02-12 10:48:48 +08:00
煎饼果子卷鲨鱼辣椒
0b26cd9f4d docs: Fix version history link in README files
- Corrected markdown link for version history in both English and Chinese README
- Removed duplicate `.md` extension from link
- Ensured consistent link formatting across language versions
2025-02-12 09:45:02 +08:00
煎饼果子卷鲨鱼辣椒
b07a94f46d docs: Update README with version history and download links
- Added version history section with latest Cursor versions
- Included direct download links for v0.44.11
- Simplified version information presentation
- Maintained MAC address modification warning
- Improved readability and navigation for users
2025-02-11 22:47:37 +08:00
煎饼果子卷鲨鱼辣椒
bfd4aacecd fix: Correct shell script syntax in file modification function
- Fixed incorrect closing brace `}` with proper shell script `fi` syntax
- Corrected conditional statement termination in file processing
- Maintained consistent error handling and logging approach
2025-02-10 18:06:03 +08:00
煎饼果子卷鲨鱼辣椒
150eb4ac95 fix: Correct syntax errors in Cursor app modification script
- Replaced incorrect closing braces `}` with proper shell script `fi` syntax
- Fixed conditional statement terminations in file modification functions
- Improved script readability and prevented potential syntax errors
- Maintained consistent error handling and logging approach
2025-02-10 17:51:22 +08:00
煎饼果子卷鲨鱼辣椒
27d9b84604 refactor: Streamline Cursor app modification with simplified file handling
- Simplified file copying process using direct `cp` command
- Reduced complexity of signature removal for app and helper components
- Improved error handling and logging for file modification steps
- Optimized file permission and ownership management
- Removed LaunchServices database rebuild step
- Enhanced file content modification with more precise string manipulation
- Simplified app replacement and backup mechanism
2025-02-10 17:43:16 +08:00
煎饼果子卷鲨鱼辣椒
e59b1130ad refactor: Improve file modification logic with precise syntax corrections
- Fixed syntax errors in conditional statements by replacing `}` with `fi`
- Enhanced error handling and code readability in file modification process
- Corrected file existence and content modification checks
- Maintained consistent error logging and validation approach
2025-02-10 17:24:11 +08:00
煎饼果子卷鲨鱼辣椒
f3933dc398 refactor: Enhance Cursor app modification with robust file handling and error management
- Significantly improved file modification process with comprehensive error checking
- Added advanced file copying techniques using pv or rsync with progress tracking
- Implemented detailed validation for file copy integrity
- Enhanced signature removal process with timeout and fallback mechanisms
- Added granular logging for each modification step
- Improved error handling for Helper process signature removal
- Implemented backup and restore strategy for modified files
- Added more informative error messages and user guidance
2025-02-10 17:01:50 +08:00
煎饼果子卷鲨鱼辣椒
79fed06fd9 refactor: Improve codesign process with timeout and fallback mechanisms
- Added timeout for signature removal to prevent hanging
- Implemented fallback strategies for signature removal
- Enhanced error handling for Helper process signature removal
- Added logging for signature removal attempts and failures
2025-02-10 16:16:38 +08:00
煎饼果子卷鲨鱼辣椒
11275296b4 refactor: Enhance Cursor app modification with improved file handling and signing
- Replaced `cp` with `rsync` for more robust file copying
- Added detailed logging for file modification steps
- Improved file permission management during modification
- Enhanced codesign process with better metadata preservation
- Added LaunchServices database rebuild after modification
- Improved error handling and user guidance for signing issues
- Temporarily disabled restore feature for future refinement
2025-02-10 16:05:53 +08:00
煎饼果子卷鲨鱼辣椒
11cda5b82d feat: Add Cursor application path definition for file modification
- Defined a clear path constant for the Cursor application
- Prepared for future file modification operations
- Improved script configuration with explicit application location
2025-02-10 15:53:46 +08:00
煎饼果子卷鲨鱼辣椒
e3da5eadd1 refactor: Implement safe and comprehensive Cursor app file modification
- Introduced a new safe modification approach using temporary app copy
- Added signature removal and re-signing process for enhanced compatibility
- Implemented precise file content modification with position-based replacement
- Created automatic backup of original Cursor.app with timestamp
- Improved error handling and rollback mechanism during modification
- Enhanced file permission and ownership management
- Added detailed logging for each modification step
2025-02-10 15:45:52 +08:00
煎饼果子卷鲨鱼辣椒
41d6554ac8 refactor: Improve backup and modification process for Cursor files
- Updated backup file location to use a dedicated user directory
- Enhanced backup process with more robust file handling
- Simplified backup and file modification error handling
- Added detailed manual modification instructions for edge cases
- Improved logging and user guidance for file modifications
- Added a warning for potential post-modification issues
2025-02-10 11:51:16 +08:00
煎饼果子卷鲨鱼辣椒
4b3d154199 refactor: Simplify Cursor file modification and error handling
- Removed SIP status check and related user interaction
- Simplified file modification process with a single modification flag
- Enhanced error handling with a more concise approach
- Added detailed manual modification instructions for failed file updates
- Reduced verbosity of logging and error messages
- Improved overall script readability and maintainability
2025-02-10 11:28:29 +08:00
煎饼果子卷鲨鱼辣椒
9f42395a3e refactor: Improve MAC address modification user interaction and error handling
- Enhanced MAC address modification prompt with clearer default option
- Added robust input handling for MAC address modification choice
- Implemented informative logging for MAC address modification outcomes
- Simplified user interaction flow with case-based input processing
- Removed redundant log message and improved script logic
2025-02-10 11:22:21 +08:00
煎饼果子卷鲨鱼辣椒
5d33049d7b feat: Add SIP status check and enhance file modification safety in Cursor MAC ID modifier
- Implemented comprehensive System Integrity Protection (SIP) status check
- Added detailed user warnings and guidance for SIP-related risks
- Enhanced file backup and modification process with sudo permissions
- Improved error handling for file system permission issues
- Added safety checks and user confirmation before modifying system files
- Included informative messages about SIP status and recommended actions
2025-02-10 10:25:20 +08:00
煎饼果子卷鲨鱼辣椒
fd6872cb2d refactor: Optimize backup file discovery in restore feature
- Replaced `mapfile` with a more robust `while` loop for backup file collection
- Improved file validation during backup file discovery
- Enhanced error handling and file selection process
- Ensured only valid files are added to the backup files array
2025-02-10 10:18:21 +08:00
煎饼果子卷鲨鱼辣椒
3f3d0a6533 fix: Correct syntax errors in restore feature function
- Fixed missing `fi` statements in conditional blocks
- Resolved shell script syntax issues in `restore_feature()`
- Ensured proper control flow and error handling in backup restoration logic
2025-02-08 15:49:08 +08:00
煎饼果子卷鲨鱼辣椒
2bb74b41e0 refactor: Improve backup restoration logic in Cursor MAC ID modifier
- Enhanced restore feature with robust file discovery using `find`
- Added comprehensive error handling and validation for backup restoration
- Improved file selection process with sorted backup file list
- Implemented proper file permissions and ownership restoration
- Fixed potential edge cases in backup file selection and restoration
2025-02-08 15:39:19 +08:00
煎饼果子卷鲨鱼辣椒
4407650e67 fix: Correct syntax errors in restore feature function
- Fixed missing `fi` statements in conditional blocks
- Resolved potential shell script syntax issues in `restore_feature()`
- Ensured proper control flow and error handling in backup restoration logic
2025-02-08 10:15:31 +08:00
煎饼果子卷鲨鱼辣椒
2cc9adf8b8 refactor: Rename restore feature function for clarity
- Renamed `add_restore_feature()` to `restore_feature()`
- Simplified function name while maintaining existing functionality
- Improved code readability and consistency
2025-02-08 09:46:31 +08:00
煎饼果子卷鲨鱼辣椒
8a3ff84f08 feat: Enhance backup file restoration in Cursor MAC ID modifier
- Improved restore feature with more robust file selection mechanism
- Added validation for backup file selection
- Enhanced user interaction with numbered backup file list
- Implemented error handling for backup restoration process
- Simplified restore feature logic and user experience
2025-02-08 09:45:51 +08:00
煎饼果子卷鲨鱼辣椒
b4fd75079c feat: Add macOS system check and configuration restore feature to Cursor MAC ID modifier
- Implemented system check to ensure script runs only on macOS
- Added new restore functionality to recover previous configuration from backups
- Enhanced script with user-friendly backup file selection
- Improved error handling and system compatibility
2025-02-07 18:22:16 +08:00
煎饼果子卷鲨鱼辣椒
8dff3e96c6 feat: Enhance Cursor Linux ID modifier with improved config generation and validation
- Simplified machine ID generation by directly combining prefix and random ID
- Improved sed escape function to handle special characters
- Added JSON configuration file validation using jq
- Implemented fallback mechanism to restore backup if config is invalid
- Streamlined machine ID and device ID generation process
2025-02-07 18:16:25 +08:00
煎饼果子卷鲨鱼辣椒
4d68f4bdb7 refactor: Improve Cursor ID modifier script messaging and formatting
- Updated script header text for Linux, Mac, and Windows versions
- Refined public account promotion message
- Clarified tool description and version support
- Improved readability of promotional text
- Maintained consistent formatting across platforms
2025-02-07 12:23:39 +08:00
煎饼果子卷鲨鱼辣椒
a1625536a2 feat: Automatically disable Cursor auto-update during MAC ID modification
- Directly execute auto-update disabling after MAC address modification
- Remove interactive menu for auto-update disabling
- Add informative messages about auto-update disabling process
- Provide clear instructions for manually re-enabling updates if needed
2025-02-07 12:13:21 +08:00
煎饼果子卷鲨鱼辣椒
5fb473013b refactor: Simplify Cursor auto-update disabling process
- Streamlined auto-update disabling workflow with direct execution
- Removed interactive menu complexity
- Simplified user input handling
- Maintained core auto-update disabling logic
- Added straightforward prompt for user choice
2025-02-07 12:05:38 +08:00
煎饼果子卷鲨鱼辣椒
3041fb84ca fix: Update Cursor auto-update cache directory path
- Corrected the path for the Cursor updater cache directory
- Changed from `~/Library/Application Support/cursor-updater` to `~/Library/Application Support/Caches/cursor-updater`
- Ensures proper auto-update disabling process on macOS
2025-02-07 11:56:22 +08:00
煎饼果子卷鲨鱼辣椒
76c7832b38 refactor: Streamline Cursor auto-update disabling process
- Simplified auto-update disabling workflow with direct sudo commands
- Improved input handling with explicit input validation
- Added debug logging for input tracking
- Removed complex manual guide function
- Enhanced error handling and command execution
- Simplified file permission and creation logic
2025-02-07 11:30:23 +08:00
煎饼果子卷鲨鱼辣椒
0c59acaed6 fix: Correct syntax errors in configuration file generation function
- Fixed missing `fi` keywords in conditional blocks
- Resolved potential shell script syntax issues in `generate_new_config()`
- Maintained existing configuration file generation logic
2025-02-07 10:42:54 +08:00
煎饼果子卷鲨鱼辣椒
6e773bdd29 refactor: Improve configuration file modification robustness and error handling
- Enhanced `modify_or_add_config()` function with more robust file modification approach
- Added temporary file-based modification to prevent partial writes
- Implemented additional file permission and existence checks
- Improved error handling with more granular logging and error conditions
- Ensured clean file modification and temporary file cleanup
2025-02-07 10:34:50 +08:00
煎饼果子卷鲨鱼辣椒
89751a79c3 feat: Improve error handling in configuration modification function
- Added detailed error messages for configuration file modification failures
- Enhanced logging to provide specific guidance for manual configuration updates
- Maintained existing key replacement and addition logic
- Improved user feedback for configuration modification errors
2025-02-07 10:23:56 +08:00
煎饼果子卷鲨鱼辣椒
1ac23403e5 feat: Enhance configuration modification with error handling and file existence check
- Added file existence check before configuration modification
- Implemented error logging for file modification failures
- Added return value checks for sed operations
- Improved error handling in `modify_or_add_config()` function
- Maintained existing configuration key replacement and addition logic
2025-02-07 10:17:56 +08:00
煎饼果子卷鲨鱼辣椒
88541eaeda fix: Correct syntax error in auto-update disabling function
- Fixed missing `fi` keyword in conditional block
- Resolved potential shell script syntax issue
- Maintained existing auto-update disabling logic
2025-02-07 10:16:14 +08:00
煎饼果子卷鲨鱼辣椒
2bfac391b3 refactor: Improve logging and restart instructions in Cursor file modification script
- Updated logging messages to include specific file path in configuration update
- Simplified file modification success logging
- Added separate log message for Cursor restart instructions
- Maintained existing file modification and permission setting logic
2025-02-07 10:14:58 +08:00
煎饼果子卷鲨鱼辣椒
3970940524 feat: Improve configuration file modification with flexible key handling
- Added `modify_or_add_config()` function to handle existing and new configuration keys
- Enhanced file modification logic to support adding missing keys
- Refactored `generate_new_config()` to use new configuration modification method
- Maintained existing telemetry ID generation and file permission setting
- Improved script flexibility for configuration file updates
2025-02-07 10:08:33 +08:00
煎饼果子卷鲨鱼辣椒
cecccd2c7f feat: Enhance Cursor auto-update disabling workflow
- Implemented interactive menu for auto-update disabling
- Added option to exit auto-update configuration
- Improved error handling and user guidance
- Refined user experience with clearer prompts and input validation
- Updated final success message for MAC address modification
2025-02-07 09:59:54 +08:00
煎饼果子卷鲨鱼辣椒
f85d60789e fix: Remove unnecessary braces in MAC address modification logic
- Fixed syntax issues in MAC address modification function
- Removed redundant closing braces in conditional statements
- Maintained existing MAC address modification workflow
- Improved script readability and syntax correctness
2025-02-06 18:21:37 +08:00
煎饼果子卷鲨鱼辣椒
e3f6e51984 feat: Add MAC address modification feature to Cursor ID modifier script
- Implemented MAC address modification functionality for Mac users
- Added network interface selection and random MAC address generation
- Created backup mechanism for original MAC addresses
- Integrated optional MAC address modification into main script workflow
- Updated README files with MAC address modification warning and details
2025-02-06 17:53:40 +08:00
煎饼果子卷鲨鱼辣椒
a5617fb67e
Merge pull request #208 from 7YHong/master
refactor: Fix the incomplete command URLs in the readme file.
2025-02-06 15:35:04 +08:00
qiyanghong
45ff3658f2 refactor: Fix the incomplete command URLs in the readme file. 2025-02-06 14:06:56 +08:00
煎饼果子卷鲨鱼辣椒
a8933b848d refactor: Disable file content validation in Cursor Mac ID modifier script
- Commented out file content validation and logging checks
- Simplified file modification process by removing redundant validation steps
- Maintained existing file replacement logic
- Reduced script complexity while preserving core functionality
2025-02-06 10:51:15 +08:00
煎饼果子卷鲨鱼辣椒
d86701fd94 refactor: Improve Cursor file modification validation and logging
- Enhanced file content validation with more flexible regex matching for crypto.randomUUID()
- Added debug logging to preview file contents during validation
- Improved error detection and logging for file modification process
- Maintained existing script modification strategy with more robust validation
2025-02-06 10:32:43 +08:00
煎饼果子卷鲨鱼辣椒
d8810042f1 refactor: Simplify error handling in Cursor file modification logic
- Removed unnecessary curly braces in error handling blocks
- Improved code readability by simplifying conditional statements
- Maintained existing file modification and validation approach
- Ensured consistent script error handling pattern
2025-02-06 10:09:51 +08:00
煎饼果子卷鲨鱼辣椒
63beebef24 refactor: Enhance Cursor file modification logic with robust error handling
- Replaced awk-based file parsing with more precise sed replacement
- Added comprehensive validation checks for file modifications
- Improved error logging and handling during file processing
- Updated user guidance message to include restart and potential reinstallation instructions
- Maintained existing script functionality with more resilient modification approach
2025-02-06 09:52:51 +08:00
煎饼果子卷鲨鱼辣椒
3d832fbd7d chore: Minor whitespace addition in Mac ID modifier script
- Added an empty line at the end of the script
- Maintained existing script functionality
- Ensured consistent file formatting
2025-02-05 18:17:26 +08:00
煎饼果子卷鲨鱼辣椒
d8f7964d36 refactor: Improve Cursor app file modification logic in Mac ID modifier script
- Replaced complex file parsing with awk-based content modification
- Simplified UUID replacement strategy using crypto.randomUUID()
- Enhanced error handling and file processing robustness
- Optimized temporary file management during script execution
2025-02-05 18:14:35 +08:00
煎饼果子卷鲨鱼辣椒
2a93a856bf refactor: Minor formatting adjustment in Mac ID modifier script
- Removed redundant comment for No Color terminal code
- Maintained existing script structure and functionality
2025-02-05 18:02:31 +08:00
煎饼果子卷鲨鱼辣椒
60def59221 feat: Add Cursor app file modification to Mac ID modifier script
- Implemented `modify_cursor_app_files()` function to patch Cursor's main and CLI JavaScript files
- Added file backup mechanism before modification
- Dynamically locate and replace UUID generation logic in app files
- Ensure proper file permissions and ownership after modification
- Integrated new modification step into main script workflow
2025-02-05 15:40:44 +08:00
煎饼果子卷鲨鱼辣椒
edc68edddb style: Refine Cursor ID modifier script UI and messaging
- Adjusted title spacing in Linux, Mac, and Windows scripts
- Standardized promotional message formatting
- Removed redundant text in Windows script
- Improved visual consistency across platform-specific scripts
2025-02-05 15:05:25 +08:00
煎饼果子卷鲨鱼辣椒
be4c3a7681 feat: Update Cursor ID modifier scripts with version support and promotional messaging
- Updated Linux, Mac, and Windows scripts to support Cursor v0.45.x
- Added promotional message encouraging users to follow public WeChat account
- Refined logo and tool title display
- Removed outdated version support warnings
- Enhanced script messaging with additional context and community engagement
2025-02-05 14:59:04 +08:00
煎饼果子卷鲨鱼辣椒
b0950287a3 refactor: Simplify Mac system UUID modification process
- Removed user confirmation prompt for UUID modification
- Automatically update system UUID without additional user interaction
- Added clear console output to inform user about UUID change and restart requirement
2025-02-05 14:40:44 +08:00
煎饼果子卷鲨鱼辣椒
3d61fa9753 fix: Improve error messages for Linux and Mac ID modifier scripts
- Updated error messages in Linux script to include specific package installation commands
- Enhanced Mac script's UUID modification prompt with better formatting and color
- Added spacing to improve readability of user prompts
2025-02-05 11:53:19 +08:00
煎饼果子卷鲨鱼辣椒
e0639f7419 docs: Update Cursor version support for Mac/Linux in README files
- Marked Mac/Linux 0.45.x versions as fully supported
- Updated support status from "Under testing" to "Supported"
- Encouraged user feedback for Mac/Linux versions
2025-02-04 22:45:11 +08:00
煎饼果子卷鲨鱼辣椒
1c898ec594 feat: Add system ID backup and modification for Linux and Mac scripts
- Implemented `backup_system_id()` function for both Linux and Mac scripts
- Added system ID backup with timestamped files and detailed information
- Introduced machine-id modification for Linux systems
- Added system UUID modification option for Mac systems
- Enhanced logging and user interaction for system ID changes
2025-02-04 22:38:17 +08:00
煎饼果子卷鲨鱼辣椒
719b418b7f docs: Add detailed registry modification documentation to README files
- Added comprehensive explanation of MachineGuid registry modification in both English and Chinese README files
- Included safety measures, potential impacts, and recovery steps for registry changes
- Updated Windows PowerShell script to provide additional registry modification information
- Enhanced user awareness about system-level modifications and their implications
2025-02-04 22:20:52 +08:00
煎饼果子卷鲨鱼辣椒
fe5c1253e9 Update Cursor version support in README and Windows script
- Updated README files to indicate support for Cursor 0.45.x on Windows
- Added version detection function in Windows PowerShell script
- Improved version information display and user guidance
- Marked Mac/Linux 0.45.x support as under testing
2025-02-04 22:11:38 +08:00
煎饼果子卷鲨鱼辣椒
e9bcc02a10 feat: Enhance Cursor ID modifier script with advanced ID generation and version compatibility
- Improved random ID generation with more robust cryptographic methods
- Added new functions for generating standard machine and UUID identifiers
- Implemented version compatibility check for Cursor versions
- Enhanced user guidance with detailed version-specific instructions
- Added automatic MachineGuid update and backup functionality
- Introduced optional auto-update disabling feature with comprehensive error handling
2025-02-04 22:06:10 +08:00
煎饼果子卷鲨鱼辣椒
15ee4454e8
Merge pull request #174 from gsusI/master
docs: add Mac download link and clarify platform-specific downloads
2025-02-04 21:29:05 +08:00
煎饼果子卷鲨鱼辣椒
6254888a50
Merge pull request #188 from Norcy/fix/auto_update
fix disable_auto_update command
2025-02-04 21:28:52 +08:00
Nx
a66bb1d8ab fix disable_auto_update command 2025-02-02 15:29:21 +08:00
煎饼果子卷鲨鱼辣椒
5f26e0a3c1 Update WeChat group QR code and expiration date in README_CN.md
- Refreshed the WeChat group QR code image
- Updated the group invitation expiration date to February 7th
- Maintained existing README_CN.md formatting
2025-01-31 14:13:42 +08:00
jesus
252833b228 docs: add Mac download link and clarify platform-specific downloads 2025-01-28 16:29:28 +01:00
煎饼果子卷鲨鱼辣椒
7e9d937138 Add Cursor v0.44.11 download links to README files
- Added download links for Cursor v0.44.11 in both English and Chinese README files
- Included direct download options from Cursor Official and ToDesktop
- Maintained consistent formatting across language versions
2025-01-25 23:30:54 +08:00
煎饼果子卷鲨鱼辣椒
5501f2d447 Enhance sed command safety with advanced escaping in Linux Cursor ID modifier
- Implemented a custom escape function to handle special characters in sed replacements
- Improved variable escaping to prevent potential sed command injection
- Updated sed substitution syntax to use more robust delimiters
- Maintained existing file modification and permission logic
2025-01-25 20:51:14 +08:00
煎饼果子卷鲨鱼辣椒
0be607f986 Improve sed command safety in Linux Cursor ID modifier script
- Updated sed commands to use safer delimiters and variable escaping
- Replaced hardcoded delimiters with more robust sed substitution syntax
- Maintained existing file modification logic with enhanced security
- Preserved file permission settings after configuration update
2025-01-25 20:20:46 +08:00
煎饼果子卷鲨鱼辣椒
708285a2ef Refactor disable_auto_update() function in Linux script
- Improved error handling logic with more concise conditional checks
- Replaced complex multi-line command with an if statement for better readability
- Simplified file permission and ownership setting validation
- Maintained existing error logging and manual guide display functionality
2025-01-25 20:16:56 +08:00
煎饼果子卷鲨鱼辣椒
2cfd7e63e5 Add auto-update disabling feature to Cursor ID modifier scripts
- Implemented `disable_auto_update()` function for Linux, macOS, and Windows scripts
- Added interactive prompt to allow users to disable Cursor's automatic updates
- Included comprehensive manual guide for users if automatic disabling fails
- Enhanced error handling and validation for update disabling process
- Provided clear instructions and fallback methods across different platforms
2025-01-25 20:05:49 +08:00
煎饼果子卷鲨鱼辣椒
09a95b999f Enhance file permission settings for Cursor configuration files
- Updated Linux, macOS, and Windows scripts to set more restrictive file permissions
- Implemented read-only file access with additional validation checks
- Added fallback methods to ensure configuration file protection
- Improved logging for permission setting processes
2025-01-25 19:58:35 +08:00
煎饼果子卷鲨鱼辣椒
5a3c1c79a8
Merge pull request #158 from loiosunrise/master
[RFR][Fix] fix the script error, it should be 'fi' instead of '}'
2025-01-25 19:44:41 +08:00
loiosunrise
1c733d36b1 fix: fix the script error, it should be 'fi' instead of '}' 2025-01-25 12:07:34 +08:00
煎饼果子卷鲨鱼辣椒
a76b0ed71c Add instructions to disable auto-update feature in README files and update script
- Introduced a new section in both English and Chinese README files detailing methods to disable the auto-update feature for Cursor, including a built-in script and manual steps for Windows, macOS, and Linux.
- Updated the cursor_win_id_modifier.ps1 script to prompt users for disabling auto-update, enhancing user interaction and control over application settings.
- Included warnings about the need for manual updates after disabling the auto-update feature, improving overall user guidance.
2025-01-24 23:06:25 +08:00
煎饼果子卷鲨鱼辣椒
f7345eae36 Update README files and scripts to clarify Cursor version support
- Added important notices in both English and Chinese README files regarding supported Cursor versions: v0.44.11 and below are supported, while the latest 0.45.x versions are temporarily unsupported.
- Enhanced error handling in the cursor ID modifier scripts for Linux, macOS, and Windows to check for the existence of the configuration file before proceeding.
- Improved user feedback by including warnings about the required Cursor version in the script outputs.
- Streamlined the configuration update process in the scripts to ensure clarity and robustness.
2025-01-24 22:40:19 +08:00
煎饼果子卷鲨鱼辣椒
7568d9f423 Enhance Windows Admin Terminal instructions in README files
- Added detailed steps for opening the Windows Admin Terminal in both English and Chinese, including three methods: using Win + X, Win + R, and search.
- Improved formatting and clarity of the instructions to ensure better user understanding.
- Updated the reset script command for consistency across both language versions.
2025-01-22 17:35:28 +08:00
煎饼果子卷鲨鱼辣椒
63fdf398d6 Update README files to enhance Windows terminal and PowerShell installation instructions
- Revised the section on opening the Windows Admin Terminal for clarity and consistency in both English and Chinese.
- Added detailed steps for installing PowerShell, including two methods: using Winget and manual download, with improved formatting for better readability.
- Ensured that all instructions are clear and accessible to users, enhancing the overall documentation quality.
2025-01-22 14:49:07 +08:00
煎饼果子卷鲨鱼辣椒
820d722ac9 Refactor README files and enhance cursor_win_id_modifier.ps1 script
- Removed outdated installation instructions for overseas users in both English and Chinese README files.
- Updated installation commands for macOS and Linux to point to the correct scripts.
- Added a success image display in the installation sections for better user feedback.
- Improved error handling and configuration writing in the cursor_win_id_modifier.ps1 script, ensuring directory existence and setting file permissions more robustly.
- Included a prompt for users to restart Cursor to apply new configurations and added a message to follow the official WeChat account for further engagement.
2025-01-22 14:45:16 +08:00
煎饼果子卷鲨鱼辣椒
b2f07c2eed Update README files to correct section headings for clarity
- Revised section headings in both English and Chinese README files to remove numbering and improve readability.
- Ensured consistency in formatting across both language versions, enhancing user experience and understanding of the solutions provided.
2025-01-21 18:25:09 +08:00
煎饼果子卷鲨鱼辣椒
3c9fe8b9c4 Update README files to clarify trial account limitations and improve formatting
- Revised the descriptions of trial account issues in both English and Chinese README files for better clarity.
- Added specific headings for each issue related to trial limitations, enhancing user understanding of the problems and solutions.
- Improved overall formatting to ensure consistency and readability across both language versions.
2025-01-21 18:22:21 +08:00
煎饼果子卷鲨鱼辣椒
cd238f8913 Update README files to include PowerShell installation guide and improve formatting
- Added a new section in both English and Chinese README files detailing how to install PowerShell, including two methods: using Winget and manual download.
- Updated the Windows terminal instructions to provide clearer steps in Chinese.
- Enhanced the formatting of the WeChat group QR code image in the Chinese README for better visibility.
2025-01-21 18:19:36 +08:00
煎饼果子卷鲨鱼辣椒
2b77ea43aa
Merge pull request #148 from AskitEndo/NEWIssue
[FIXED #147] Readme files updated | 自述文件已更新
2025-01-20 22:21:09 +08:00
Ankit Kumar Singh
186e79b064 readme files updated | 自述文件已更新 2025-01-20 14:02:31 +05:30
煎饼果子卷鲨鱼辣椒
8c3e6a7dd0 Add manual auto-update disable instructions in README files and update cursor_win_id_modifier.ps1 script
- Introduced a new section in both English and Chinese README files detailing how users can manually disable the auto-update feature for Windows and macOS/Linux.
- Updated the cursor_win_id_modifier.ps1 script to prompt users for disabling auto-update, providing a more interactive experience and handling the creation of a blocking file.
- Enhanced documentation to improve user guidance and control over the application settings.
2025-01-11 23:27:44 +08:00
煎饼果子卷鲨鱼辣椒
e6cfcac976 Update README files to correct cursor issues link in recommended reading section
- Updated the link for the "Cursor Issues Collection and Solutions" in both English and Chinese README files to ensure users have access to the correct resource.
- Continued efforts to enhance documentation by providing accurate and valuable references for users.
2025-01-11 15:11:46 +08:00
煎饼果子卷鲨鱼辣椒
49c2a8fa21 Update README_CN.md to add a new line for improved formatting 2025-01-11 14:57:42 +08:00
煎饼果子卷鲨鱼辣椒
9df644ddcd Update README_CN.md to add recommended reading section
- Introduced a new section for recommended reading in the Chinese README file.
- Included a link to a resource on cursor issues to enhance user knowledge and support.
- Continued efforts to improve documentation by providing valuable references for users.
2025-01-11 14:57:18 +08:00
煎饼果子卷鲨鱼辣椒
7d05540177 Update README files to include recommended reading sections
- Added a new section for recommended reading in both English and Chinese README files.
- Included links to resources on cursor issues and AI development assistance to enhance user knowledge and support.
- Improved overall documentation by providing additional valuable references for users.
2025-01-11 14:55:12 +08:00
煎饼果子卷鲨鱼辣椒
ca7efde1b2 Update README files to enhance installation instructions for global and China users
- Added detailed one-click installation commands for Linux, macOS, and Windows users, with separate sections for global and China users.
- Improved clarity by using collapsible sections for better organization of installation instructions.
- Ensured all commands point to the correct scripts for both global and domestic users, enhancing usability and accessibility.
2025-01-11 13:30:38 +08:00
煎饼果子卷鲨鱼辣椒
d4ac7e2bbf Update README.md to enhance user guidance and trial reset solutions
- Revised the trial reset instructions for clarity, providing detailed steps for users encountering usage limits.
- Added temporary solutions including a quick reset method, account switching, and network optimization tips.
- Improved the structure and formatting of the README for better readability and user experience.
- Removed outdated sections and ensured all links point to the correct documentation files.
2025-01-11 13:22:40 +08:00
煎饼果子卷鲨鱼辣椒
55ec244325 Refactor sed command syntax in cursor_linux_id_modifier.sh for improved readability
- Updated sed command delimiters from '/' to '|' for better clarity in modifying telemetry IDs.
- Ensured consistent formatting across multiple sed commands to enhance maintainability of the script.
2025-01-10 18:05:59 +08:00
煎饼果子卷鲨鱼辣椒
5ec30f9c1e Update README.md to increase QR code visibility for WeChat appreciation
- Enlarged the WeChat appreciation QR code image from 300px to 500px for better visibility.
- Maintained the accompanying text to encourage user support and engagement.
- Continued improvements to the layout for a more user-friendly experience.
2025-01-10 17:38:10 +08:00
煎饼果子卷鲨鱼辣椒
96347d7ea4 Update README.md to increase visibility of payment options
- Enlarged the WeChat and Alipay appreciation QR code images for better visibility.
- Enhanced the accompanying text to maintain user engagement and encourage support.
- Overall improvements to the layout for a more user-friendly experience.
2025-01-10 17:37:35 +08:00
煎饼果子卷鲨鱼辣椒
54594b701a Update README.md to enhance user engagement with new payment options
- Changed the WeChat appreciation section to improve clarity and updated the image for better visibility.
- Added a new section for Alipay appreciation, including an image and a friendly message to encourage support.
- Overall improvements to the layout and content for better user experience.
2025-01-10 17:35:15 +08:00
煎饼果子卷鲨鱼辣椒
99c8e55475 Update README.md and cursor_linux_id_modifier.sh for improved user guidance and script functionality
- Enhanced README.md by updating WeChat contact information and adding a WeChat appreciation code section for better user engagement.
- Increased image sizes for better visibility in the README.
- Refined the sed command syntax in cursor_linux_id_modifier.sh for improved readability and consistency in modifying telemetry IDs.
- Ensured overall clarity and usability improvements across both the documentation and script.
2025-01-10 17:28:55 +08:00
煎饼果子卷鲨鱼辣椒
479aecdc78 Update README.md to include proxy download instructions for macOS and Linux users
- Added specific commands for downloading and executing the cursor ID modifier scripts for both macOS and Linux users via a proxy.
- Enhanced clarity and usability of the README documentation by providing detailed instructions for domestic users.
- Ensured consistent formatting and organization throughout the document.
2025-01-10 16:36:21 +08:00
煎饼果子卷鲨鱼辣椒
c3c9d778c0 Update README.md to include Linux ID modifier script instructions
- Added instructions for downloading and executing the cursor_linux_id_modifier.sh script for Linux users.
- Ensured consistency in the installation commands for both macOS and Linux platforms.
- Improved overall clarity and usability of the README documentation.
2025-01-10 16:33:47 +08:00
煎饼果子卷鲨鱼辣椒
46cf8ac78f Refactor cursor_linux_id_modifier.sh for improved process handling and error checking
- Enhanced the method for identifying and terminating Cursor processes to ensure more accurate detection.
- Added error handling for missing commands and file permissions when backing up configuration files.
- Improved comments for clarity and consistency in the script's functionality.
- Updated the public account name in output messages for consistency across platforms.
2025-01-10 16:31:46 +08:00
煎饼果子卷鲨鱼辣椒
5b525c1294 add:更换加速源 2025-01-09 00:36:22 +08:00
煎饼果子卷鲨鱼辣椒
10d06b9987 fix:sh bash 2025-01-09 00:29:55 +08:00
煎饼果子卷鲨鱼辣椒
4b90d906ba Refactor cursor ID modifier scripts to improve output formatting and consistency
- Moved the display of public account information to the end of the output in the macOS script for better user experience.
- Adjusted the placement of public account information in the Windows script to enhance visibility and maintain consistency across platforms.
- Ensured that the message prompting users to restart Cursor is clearly presented in both scripts.
2025-01-09 00:25:09 +08:00
煎饼果子卷鲨鱼辣椒
9495ba7f71 Enhance ID generation in macOS and Windows scripts
- Added a function to generate random hexadecimal strings in the Windows ID modifier script for improved randomness.
- Updated the macOS script to concatenate a hexadecimal representation of the prefix "auth0|user_" with a random ID, ensuring a consistent format for machine IDs across platforms.
- Improved comments in both scripts for better clarity on the ID generation process.
2025-01-09 00:23:32 +08:00
煎饼果子卷鲨鱼辣椒
d0415ff710 Update cursor ID modifier scripts to correct public account name and adjust formatting
- Changed the public account name from "煎饼果子AI" to "煎饼果子卷AI" in both macOS and Windows ID modifier scripts for consistency.
- Adjusted spacing in the display message for "Cursor ID 修改工具" to improve visual alignment in both scripts.
- Ensured consistent user experience across different platforms by maintaining similar formatting in the output messages.
2025-01-09 00:14:47 +08:00
煎饼果子卷鲨鱼辣椒
25e8b6a28e Update README.md to add trial request limit information in English and Chinese
- Included a new section explaining the trial request limit message and solutions for users who reach this limit.
- Provided clear instructions in both English and Chinese to enhance accessibility for a wider audience.
- Ensured consistent formatting and organization to maintain readability throughout the document.
2025-01-08 19:37:25 +08:00
煎饼果子卷鲨鱼辣椒
d6c76e3952 Update README.md to add detailed instructions for opening Windows Administrator Terminal in English and Chinese
- Added a new section with step-by-step instructions for accessing the Windows Administrator Terminal, enhancing usability for both English and Chinese users.
- Included relevant shortcut keys and menu options to provide clear guidance based on different Windows versions.
- Ensured consistent formatting and organization throughout the document to improve overall readability.
2025-01-08 19:32:45 +08:00
煎饼果子卷鲨鱼辣椒
d39b78efd9 Update README.md to enhance proxy download instructions for domestic Linux/macOS users
- Added a new command for domestic users to download and execute the cursor_mac_id_modifier.sh script using gh-proxy.com.
- Improved clarity in the installation instructions to ensure a smoother experience for users in China.
- Maintained consistent formatting throughout the document to enhance usability.
2025-01-08 19:15:40 +08:00
煎饼果子卷鲨鱼辣椒
50e3f5dd23 Refactor README.md to streamline Windows installation instructions
- Replaced the outdated Windows batch script download and execution commands with a single PowerShell command for improved compatibility and clarity.
- Enhanced the instructions for domestic users by consolidating steps and ensuring consistent formatting throughout the document.
- Removed redundant comments to simplify the installation process for Windows users.
2025-01-08 19:12:48 +08:00
煎饼果子卷鲨鱼辣椒
4365cd32d2 Refactor README.md and remove outdated Windows batch script
- Updated README.md to replace references to the Windows reset script from a .bat file to a .ps1 file for improved compatibility with PowerShell.
- Removed the obsolete cursor_win_id_modifier.bat script to streamline the project and eliminate redundancy.
- Ensured clarity in installation instructions for domestic users by maintaining consistent formatting and updated download commands.
2025-01-08 19:11:14 +08:00
煎饼果子卷鲨鱼辣椒
90e18cd86b Update README.md to include additional execution instructions for Windows reset script
- Added code block for executing the reset script in the Windows installation section to enhance clarity.
- Ensured consistency in formatting and improved usability for Windows users.
2025-01-08 19:00:08 +08:00
煎饼果子卷鲨鱼辣椒
b6f664242d Update README.md to enhance installation instructions for domestic users
- Changed section titles to improve clarity, replacing "代理下载执行" with "快速安装".
- Added detailed steps for downloading and executing the reset script for Windows users.
- Ensured consistency in formatting and language across the README to enhance user experience.
2025-01-08 18:59:29 +08:00
煎饼果子卷鲨鱼辣椒
a5f51bdbe4 Update README.md to standardize proxy download instructions for domestic users
- Replaced outdated proxy URLs with the new gh-proxy.com links for both Linux/macOS and Windows users.
- Ensured consistency in the download commands across different operating systems to improve user experience.
- Clarified instructions for executing the downloaded scripts, enhancing usability for domestic users.
2025-01-08 18:58:36 +08:00
煎饼果子卷鲨鱼辣椒
a6508e9d47 Update README.md to refine proxy download instructions for Linux/macOS users
- Modified the download command for the cursor_mac_id_modifier.sh script to point to the correct branch in the repository.
- Removed redundant proxy download instructions for Linux/macOS users to streamline the README content.
- Ensured clarity and consistency in the installation instructions across different operating systems.
2025-01-08 18:55:24 +08:00
煎饼果子卷鲨鱼辣椒
7b3ca99f08 Update README.md with improved proxy download instructions for Windows users
- Revised the proxy download instructions for domestic users, specifically for Windows, to enhance clarity and usability.
- Changed the command to download the script to a temporary location and execute it, ensuring a smoother installation process.
- Updated section headers for consistency and better organization of content.
2025-01-08 18:54:27 +08:00
煎饼果子卷鲨鱼辣椒
57c9c8cc5d fix:``` 2025-01-08 18:49:38 +08:00
煎饼果子卷鲨鱼辣椒
82869fb32d chore: remove CHANGELOG.md and update README with proxy download instructions for domestic users
- Deleted the CHANGELOG.md file as it is no longer needed for project documentation.
- Updated the README.md to include proxy download instructions for Linux and macOS users in China.
- Added similar instructions for Windows users to facilitate easier access to installation scripts.
2025-01-08 18:48:53 +08:00
煎饼果子卷鲨鱼辣椒
a62b7b2361 fix:优化排版 2025-01-08 17:06:46 +08:00
煎饼果子卷鲨鱼辣椒
23fcc59dae 排版 2025-01-08 17:01:48 +08:00
煎饼果子卷鲨鱼辣椒
229639653a 位置 2025-01-08 17:00:04 +08:00
煎饼果子卷鲨鱼辣椒
df3e5a534c docs: update README to include WeChat group information
- Added a section for joining the WeChat group with a QR code and contact details for assistance.
- Enhanced the content to encourage users to follow for updates and tips on using CursorAI.
2025-01-08 16:58:07 +08:00
煎饼果子卷鲨鱼辣椒
4683460ed5 refactor: update ID generation methods and remove obsolete test file
- Renamed the GenerateMacMachineID method to GenerateSQMID and updated its implementation to generate a new SQM ID in UUID format.
- Enhanced the ID generation logic by introducing a buffer pool for efficient memory management.
- Removed the generator_test.go file as it was no longer needed, streamlining the codebase.
- Updated the generateNewConfig function to utilize the new SQMID generation method, ensuring consistency across ID generation processes.
2025-01-01 18:59:12 +08:00
煎饼果子卷鲨鱼辣椒
15d8210bd4 feat: enhance GenerateMachineID to include auth0|user_ prefix
- Updated the GenerateMachineID function to generate a machine ID with the prefix "auth0|user_".
- The random part of the ID is now 25 bytes, producing a 50-character hexadecimal string.
- This change improves the uniqueness and format of generated machine IDs, aligning with authentication standards.
2025-01-01 18:07:40 +08:00
煎饼果子卷鲨鱼辣椒
12468bc363 fix: comment out version assignment in config preparation
- Commented out the version assignment in the prepareUpdatedConfig function within the config.go file to prevent hardcoding of the version number.
- This change allows for more dynamic version handling in the configuration process, aligning with recent updates in the installation scripts that utilize the latest release tag for versioning.
2024-12-30 20:06:03 +08:00
煎饼果子卷鲨鱼辣椒
8f52929e59 fix: update binary naming in installation scripts to remove 'v' prefix
- Modified the installation scripts for both PowerShell and shell to remove the 'v' prefix from the latest release tag when constructing binary names.
- This change ensures consistency in binary naming and improves compatibility with the expected format for asset retrieval.
2024-12-30 19:57:00 +08:00
煎饼果子卷鲨鱼辣椒
d32476d827 feat: add architecture-specific binary naming in installation script
- Introduced a new binary naming format for the cursor-id-modifier to include the latest release tag and support the x86_64 architecture.
- This change enhances version tracking and aligns with standard naming conventions for better clarity in the installation process.
2024-12-30 19:54:23 +08:00
煎饼果子卷鲨鱼辣椒
a0d84c8290 fix: update architecture naming in installation scripts
- Changed architecture identifiers from 'x64' to 'x86_64' and 'x86' to 'i386' in both PowerShell and shell scripts for consistency with standard naming conventions.
- Updated binary naming in the installation scripts to include the latest release tag for better version tracking.
- Enhanced error handling in the shell script to display available assets when a binary is not found.
2024-12-30 19:52:39 +08:00
煎饼果子卷鲨鱼辣椒
df71df76e2 refactor: update project references from 'dacrab' to 'yuaotian'
- Changed module path in go.mod and updated all relevant URLs in README, CHANGELOG, and installation scripts to reflect the new GitHub repository.
- Updated import paths in the main.go file to align with the new module name.
- Adjusted API calls in installation scripts to fetch the latest release from the new repository location.
2024-12-30 19:43:59 +08:00
煎饼果子卷鲨鱼辣椒
397e9d950e chore: update .gitignore and enhance auto-tag workflow with cleanup steps
- Added Go workspace and cache directories to .gitignore to prevent unnecessary files from being tracked.
- Introduced a cleanup step in the auto-tag workflow to remove temporary Go directories and cached files, improving workspace management.
- Updated GOPATH, GOCACHE, and GOMODCACHE paths in the workflow to use temporary directories for better isolation during builds.
2024-12-30 19:35:18 +08:00
煎饼果子卷鲨鱼辣椒
dc7761593d chore: update GoReleaser configuration for improved binary naming and build settings
- Modified binary naming template to include project name and version for better identification.
- Enhanced architecture handling in the naming template to support additional architectures.
- Added 'cursor-id-modifier' to the build settings for more specific build targeting.
- Allowed different binary counts in the release process, improving flexibility in output.
2024-12-30 19:32:49 +08:00
煎饼果子卷鲨鱼辣椒
d36f868f4e chore: update GoReleaser configuration for improved build and release process
- Added GO111MODULE environment variable to ensure module support during builds.
- Updated build flags to include short commit and commit date for better traceability.
- Enhanced release configuration with additional files and improved changelog filtering.
- Reorganized project settings and removed obsolete build verification steps for clarity.
2024-12-30 19:29:04 +08:00
煎饼果子卷鲨鱼辣椒
8f40c70504 chore: update GoReleaser configuration and enhance auto-tag workflow
- Upgraded GoReleaser configuration to version 2, adding build verification and improved release settings.
- Replaced 'go mod download' with 'go mod vendor' and 'go mod verify' for better dependency management.
- Introduced additional build information such as version, commit, and date in the build flags.
- Enhanced the auto-tag workflow by adding a step to prepare the build environment and sync the vendor directory.
- Improved release notes formatting with a header and footer for better clarity in changelogs.
2024-12-30 19:25:59 +08:00
煎饼果子卷鲨鱼辣椒
3050a6c0ad chore: update auto-tag workflow to use snapshot mode and enhance debugging
- Changed GoReleaser execution argument from '--debug' to '--snapshot' for improved release management.
- Added GORELEASER_DEBUG environment variable to enable detailed logging during the release process.
- Introduced GORELEASER_CURRENT_TAG environment variable to capture the current version tag, enhancing visibility in the workflow.
2024-12-30 19:23:34 +08:00
煎饼果子卷鲨鱼辣椒
c41ade9b88 chore: update auto-tag workflow and GitHub Actions versions
- Simplified the workflow_call input in auto-tag-release.yml by removing unnecessary inputs.
- Updated actions/checkout and actions/setup-go to version 3 for improved performance and compatibility.
- Refined conditional checks for version tagging to use the new syntax for better clarity.
- Adjusted GoReleaser action to version 3, ensuring alignment with the latest features and fixes.
2024-12-30 19:21:30 +08:00
煎饼果子卷鲨鱼辣椒
2d008db25e chore: simplify auto-tag workflow by removing GPG signing input
- Removed the 'skip_signing' input from the auto-tag-release.yml workflow to streamline the release process.
- Updated GoReleaser execution arguments to eliminate the '--skip-sign' option, enhancing clarity and focus on the release process.
2024-12-30 19:19:51 +08:00
煎饼果子卷鲨鱼辣椒
bf6adcbac2 chore: update GoReleaser configuration and enhance auto-tag workflow
- Added 'go mod download' step to ensure dependencies are available before builds.
- Introduced debug flag in GoReleaser execution for improved troubleshooting.
- Added error checking step to capture GoReleaser output and configuration details on failure.
- Modified build summary step to reflect GPG signing status as disabled, streamlining the release process.
2024-12-30 19:17:46 +08:00
煎饼果子卷鲨鱼辣椒
f0f77352ae chore: simplify auto-tag workflow by removing GPG signing steps
- Removed GPG key import and signing conditions from the auto-tag-release.yml workflow to streamline the release process.
- Updated GoReleaser execution conditions to focus solely on version tagging, enhancing clarity and reducing complexity.
2024-12-30 19:15:49 +08:00
煎饼果子卷鲨鱼辣椒
c1d5ba84b3 chore: update GoReleaser configuration and auto-tag workflow
- Commented out GPG signing configuration in .goreleaser.yml for clarity.
- Modified the default value for the skip_signing input in auto-tag-release.yml to true, allowing for easier skipping of GPG signing during releases.
2024-12-30 19:12:50 +08:00
煎饼果子卷鲨鱼辣椒
97e6e5165e chore: enhance auto-tag workflow with GPG signing options and build summary
- Added inputs for optional GPG private key and skip signing functionality to the workflow.
- Updated conditions for GPG signing to allow skipping based on input parameters.
- Introduced a new step to generate a build summary, detailing Go version, release version, GPG signing status, and build status, improving visibility into the release process.
2024-12-30 19:06:48 +08:00
煎饼果子卷鲨鱼辣椒
b9bd994803 chore: enhance auto-tag workflow with additional checks and Go environment setup
- Added a configuration check step for GoReleaser to ensure the presence of the configuration file before execution.
- Introduced a step to set up the Go workspace environment, improving the build process.
- Implemented dependency checks to verify and download Go modules, enhancing reliability.
- Modified the GoReleaser steps to handle cases with and without GPG signing, improving flexibility in the release process.
- Enhanced the verification step to include checks for the executability of generated binaries, ensuring successful builds.
2024-12-30 19:03:03 +08:00
煎饼果子卷鲨鱼辣椒
f192037eb5 chore: update auto-tag workflow to require Ubuntu 22.04
- Modified the workflow to specify Ubuntu 22.04 as the runner environment, ensuring compatibility with the latest features.
- Added a note indicating the requirement for Ubuntu 22.04 or 24.04, enhancing clarity for future contributors.
2024-12-30 18:59:48 +08:00
煎饼果子卷鲨鱼辣椒
ff67a07ca7 chore: remove deprecated GitHub Actions workflows for auto-tagging and release
- Deleted the auto-tag.yml and release.yml workflows as they are no longer needed.
- This cleanup helps streamline the repository by removing unused configurations and reducing maintenance overhead.
2024-12-30 18:54:42 +08:00
煎饼果子卷鲨鱼辣椒
f90d6d7e5f chore: enhance GitHub Actions workflows with improved job structure and error handling
- Introduced a pre-job in auto-tag.yml to skip duplicate actions based on content, optimizing workflow execution.
- Updated the auto-tag job to run on ubuntu-latest and added concurrency controls for better resource management.
- Enhanced error handling in both workflows by adding checks for workflow status and notifying on failures.
- Upgraded actions to their latest versions for improved performance and reliability.
- Added caching steps in both workflows to speed up builds and reduce redundant operations.
2024-12-30 18:52:02 +08:00
煎饼果子卷鲨鱼辣椒
84cd8c15c7 chore: update GitHub Actions workflows for improved tagging and release process
- Changed GITHUB_TOKEN reference in auto-tag.yml to use the standard token for better security.
- Added debug steps in both workflows to enhance visibility into the release process and check permissions.
- Updated permissions in release.yml to explicitly define required access levels for contents, packages, and actions.
- Refined the conditional execution for the release job to ensure it only runs when a valid version is generated.
2024-12-30 18:48:49 +08:00
煎饼果子卷鲨鱼辣椒
1e4f2457c2 chore: update GitHub Actions workflows for improved error handling and version validation
- Downgraded actions in both auto-tag.yml and release.yml to v3 and v4 respectively for compatibility.
- Enhanced error handling in the auto-tag workflow by adding checks for git fetch failures and validating version format.
- Introduced additional validation for version numbers to ensure they remain within acceptable ranges.
- Added a verification step in the release workflow to confirm Go installation, improving reliability.
2024-12-30 18:47:06 +08:00
煎饼果子卷鲨鱼辣椒
deb1aafcb5 chore: improve auto-tag workflow with enhanced output verification and debugging
- Updated the output redirection for the generated version to use quotes for better compatibility.
- Enhanced debug output to provide clearer visibility into step and job outputs, aiding in troubleshooting.
- Added a verification step to display the contents of GITHUB_OUTPUT, ensuring the version value is correctly set before proceeding to the release job.
- Refined the conditional execution for the release job to ensure it runs only when the auto-tag job succeeds and a version is generated.
2024-12-30 18:44:19 +08:00
煎饼果子卷鲨鱼辣椒
c4ecb7cede chore: refine auto-tag workflow with version output and enhanced debugging
- Changed output variable from 'new_tag' to 'version' for clarity in the auto-tag job.
- Introduced a new version variable to store the generated version, improving readability.
- Added debug steps to output version information and job outputs, aiding in troubleshooting.
- Updated validation step to provide clearer error messages and confirmation of version validation success.
2024-12-30 18:42:18 +08:00
煎饼果子卷鲨鱼辣椒
6fb415bfcb chore: enhance auto-tag workflow with version validation and error handling
- Added error handling for git fetch command to ensure workflow fails on tag fetch issues.
- Introduced a validation step to check the format of the new version tag, ensuring it adheres to semantic versioning.
- Updated the conditional execution for the release job to prevent running if no new tag is generated, improving workflow reliability.
2024-12-30 18:39:38 +08:00
煎饼果子卷鲨鱼辣椒
f440f47e57 chore: update GitHub Actions workflows to use latest action versions and streamline release process
- Upgraded checkout action from v3 to v4 in both auto-tag.yml and release.yml for improved performance.
- Updated setup-go action from v4 to v5 and goreleaser action from v4 to v5 to leverage the latest features.
- Changed the release job to inherit secrets instead of explicitly defining them, enhancing security.
- Added environment specification for the goreleaser job and refined the conditional execution for the release process.
2024-12-30 18:38:14 +08:00
煎饼果子卷鲨鱼辣椒
32a30afaeb chore: enhance GoReleaser and GitHub Actions workflows for GPG signing
- Added GPG signing configuration in .goreleaser.yml to support artifact signing for all artifacts.
- Updated release.yml to enforce GPG signing by setting global Git configuration options for signing commits and tags.
- Improved the signing process by utilizing the GPG fingerprint from environment variables, enhancing security and flexibility.
2024-12-30 18:35:17 +08:00
煎饼果子卷鲨鱼辣椒
d7fa7a1442 chore: update GitHub Actions workflows to use Ubuntu 22.04 and rename tag input
- Changed the runner environment from 'ubuntu-latest' to 'ubuntu-22.04' in both auto-tag.yml and release.yml for consistency and to ensure compatibility with the latest features.
- Renamed the input parameter from 'tag' to 'version' in release.yml to improve clarity regarding its purpose in the release process.
2024-12-30 18:33:33 +08:00
煎饼果子卷鲨鱼辣椒
622f681377 chore: update GitHub Actions workflows to enforce required secrets for release process
- Explicitly defined RELEASE_TOKEN, GPG_PRIVATE_KEY, and PASSPHRASE as required secrets in both auto-tag.yml and release.yml to enhance security.
- Updated the release.yml to require a tag input for the release process, ensuring clarity in workflow execution.
- Adjusted the GPG key import step to utilize the defined secrets, improving the reliability of the signing process.
2024-12-30 18:31:37 +08:00
煎饼果子卷鲨鱼辣椒
9690adf5a4 chore: downgrade action versions in GitHub workflows for compatibility
- Changed checkout action from v4 to v3 in both auto-tag.yml and release.yml for consistency.
- Downgraded setup-go action from v5 to v4 and goreleaser action from v5 to v4 to ensure compatibility with existing configurations.
- Removed explicit secrets definitions in auto-tag.yml, allowing the workflow to inherit secrets for improved security.
2024-12-30 18:29:50 +08:00
煎饼果子卷鲨鱼辣椒
5ab9a96c32 chore: update auto-tag workflow to explicitly define secrets for enhanced security
- Added explicit definitions for RELEASE_TOKEN, GPG_PRIVATE_KEY, and PASSPHRASE in the auto-tag.yml workflow.
- This change improves security by ensuring that necessary secrets are clearly specified for the release process.
2024-12-30 18:28:46 +08:00
煎饼果子卷鲨鱼辣椒
01a932f3e5 chore: enhance GitHub Actions workflows with GPG key input for signing releases
- Added an optional input for GPG private key in release.yml to support signing releases.
- Updated the conditional check for GPG key import to utilize the new input, improving flexibility and maintainability.
- Ensured that the auto-tag workflow inherits secrets for better security practices.
2024-12-30 18:18:04 +08:00
煎饼果子卷鲨鱼辣椒
a8765f85a7 chore: update GitHub Actions workflows to latest action versions and enhance release configuration
- Upgraded checkout action from v3 to v4 in both auto-tag.yml and release.yml for improved performance.
- Added optional input for GPG private key in release.yml to support signing releases.
- Updated setup-go action from v4 to v5 and goreleaser action from v4 to v5, ensuring compatibility with the latest features.
- Changed GoReleaser version specification to 'latest' for automatic updates.
2024-12-30 18:16:05 +08:00
煎饼果子卷鲨鱼辣椒
e65c5f5fa8 chore: update GitHub Actions workflow to streamline release process
- Removed explicit permissions and secrets from auto-tag.yml, inheriting them instead for improved security and simplicity.
- Added a conditional check for the release job to only run on successful completion of the auto-tag job, enhancing workflow reliability.
2024-12-30 18:14:28 +08:00
煎饼果子卷鲨鱼辣椒
c681b2473c chore: clean up GitHub Actions workflow by removing debug steps and standardizing GPG key import condition
- Removed the debug files step from release.yml to streamline the workflow.
- Standardized the conditional check for GPG key import to improve clarity and maintainability.
2024-12-30 18:13:28 +08:00
煎饼果子卷鲨鱼辣椒
e0db041e93 chore: enhance GoReleaser configuration and GitHub Actions workflows for GPG signing
- Added GPG signing configuration to .goreleaser.yml to support artifact signing.
- Updated auto-tag.yml and release.yml to include necessary secrets for GPG signing, enhancing security and functionality.
- Ensured that GPG keys and passphrase are conditionally utilized in the release process.
2024-12-30 18:10:00 +08:00
47 changed files with 13118 additions and 382 deletions

272
.github/workflows/auto-tag-release.yml vendored Normal file
View File

@ -0,0 +1,272 @@
# This workflow requires Ubuntu 22.04 or 24.04
name: Auto Tag & Release
on:
push:
branches:
- master
- main
tags:
- "v*"
paths-ignore:
- "**.md"
- "LICENSE"
- ".gitignore"
workflow_call: {}
permissions:
contents: write
packages: write
actions: write
jobs:
pre_job:
runs-on: ubuntu-22.04
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.0
with:
cancel_others: "true"
concurrent_skipping: "same_content"
auto-tag-release:
needs: pre_job
if: |
needs.pre_job.outputs.should_skip != 'true' ||
startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-22.04
timeout-minutes: 15
outputs:
version: ${{ steps.get_latest_tag.outputs.version }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
check-latest: true
cache: true
- name: Cache
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/.cache/git
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
# 只在非tag推送时执行自动打tag
- name: Get latest tag
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
id: get_latest_tag
run: |
set -euo pipefail
git fetch --tags --force || {
echo "::error::Failed to fetch tags"
exit 1
}
latest_tag=$(git tag -l 'v*' --sort=-v:refname | head -n 1)
if [ -z "$latest_tag" ]; then
new_version="v0.1.0"
else
major=$(echo $latest_tag | cut -d. -f1)
minor=$(echo $latest_tag | cut -d. -f2)
patch=$(echo $latest_tag | cut -d. -f3)
new_patch=$((patch + 1))
new_version="$major.$minor.$new_patch"
fi
echo "version=$new_version" >> "$GITHUB_OUTPUT"
echo "Generated version: $new_version"
- name: Validate version
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
set -euo pipefail
new_tag="${{ steps.get_latest_tag.outputs.version }}"
echo "Validating version: $new_tag"
if [[ ! $new_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::Invalid version format: $new_tag"
exit 1
fi
major=$(echo $new_tag | cut -d. -f1 | tr -d 'v')
minor=$(echo $new_tag | cut -d. -f2)
patch=$(echo $new_tag | cut -d. -f3)
if [[ $major -gt 99 || $minor -gt 99 || $patch -gt 999 ]]; then
echo "::error::Version numbers out of valid range"
exit 1
fi
echo "Version validation passed"
- name: Create new tag
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
new_tag=${{ steps.get_latest_tag.outputs.version }}
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git tag -a $new_tag -m "Release $new_tag"
git push origin $new_tag
# 在 Run GoReleaser 之前添加配置检查步骤
- name: Check GoReleaser config
run: |
if [ ! -f ".goreleaser.yml" ] && [ ! -f ".goreleaser.yaml" ]; then
echo "::error::GoReleaser configuration file not found"
exit 1
fi
# 添加依赖检查步骤
- name: Check Dependencies
run: |
go mod verify
go mod download
# 如果使用 vendor 模式,则执行以下命令
if [ -d "vendor" ]; then
go mod vendor
fi
# 添加构建环境准备步骤
- name: Prepare Build Environment
run: |
echo "Building version: ${VERSION:-development}"
echo "GOOS=${GOOS:-$(go env GOOS)}" >> $GITHUB_ENV
echo "GOARCH=${GOARCH:-$(go env GOARCH)}" >> $GITHUB_ENV
echo "GO111MODULE=on" >> $GITHUB_ENV
# 添加清理步骤
- name: Cleanup workspace
run: |
rm -rf /tmp/go/
rm -rf .cache/
rm -rf dist/
git clean -fdx
git status
# 修改 GoReleaser 步骤
- name: Run GoReleaser
if: ${{ startsWith(github.ref, 'refs/tags/v') || (success() && steps.get_latest_tag.outputs.version != '') }}
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.get_latest_tag.outputs.version }}
CGO_ENABLED: 0
GOPATH: /tmp/go
GOROOT: ${{ env.GOROOT }}
GOCACHE: /tmp/.cache/go-build
GOMODCACHE: /tmp/go/pkg/mod
GORELEASER_DEBUG: 1
GORELEASER_CURRENT_TAG: ${{ steps.get_latest_tag.outputs.version }}
# 添加额外的构建信息
BUILD_TIME: ${{ steps.get_latest_tag.outputs.version }}
BUILD_COMMIT: ${{ github.sha }}
# 优化 vendor 同步步骤
- name: Sync vendor directory
run: |
echo "Syncing vendor directory..."
go mod tidy
go mod vendor
go mod verify
# 验证 vendor 目录
if [ -d "vendor" ]; then
echo "Verifying vendor directory..."
go mod verify
# 检查是否有未跟踪的文件
if [ -n "$(git status --porcelain vendor/)" ]; then
echo "Warning: Vendor directory has uncommitted changes"
git status vendor/
fi
fi
# 添加错误检查步骤
- name: Check GoReleaser Output
if: failure()
run: |
echo "::group::GoReleaser Debug Info"
cat dist/artifacts.json || true
echo "::endgroup::"
echo "::group::GoReleaser Config"
cat .goreleaser.yml
echo "::endgroup::"
echo "::group::Environment Info"
go version
go env
echo "::endgroup::"
- name: Set Release Version
if: startsWith(github.ref, 'refs/tags/v')
run: |
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
# 改进验证步骤
- name: Verify Release
if: ${{ startsWith(github.ref, 'refs/tags/v') || (success() && steps.get_latest_tag.outputs.version != '') }}
run: |
echo "Verifying release artifacts..."
if [ ! -d "dist" ]; then
echo "::error::Release artifacts not found"
exit 1
fi
# 验证生成的二进制文件
for file in dist/cursor-id-modifier_*; do
if [ -f "$file" ]; then
echo "Verifying: $file"
if [[ "$file" == *.exe ]]; then
# Windows 二进制文件检查
if ! [ -x "$file" ]; then
echo "::error::$file is not executable"
exit 1
fi
else
# Unix 二进制文件检查
if ! [ -x "$file" ]; then
echo "::error::$file is not executable"
exit 1
fi
fi
fi
done
- name: Notify on failure
if: failure()
run: |
echo "::error::Release process failed"
# 修改构建摘要步骤
- name: Build Summary
if: always()
run: |
echo "## Build Summary" >> $GITHUB_STEP_SUMMARY
echo "- Go Version: $(go version)" >> $GITHUB_STEP_SUMMARY
echo "- Release Version: ${VERSION:-N/A}" >> $GITHUB_STEP_SUMMARY
echo "- GPG Signing: Disabled" >> $GITHUB_STEP_SUMMARY
echo "- Build Status: ${{ job.status }}" >> $GITHUB_STEP_SUMMARY
if [ -d "dist" ]; then
echo "### Generated Artifacts" >> $GITHUB_STEP_SUMMARY
ls -lh dist/ | awk '{print "- "$9" ("$5")"}' >> $GITHUB_STEP_SUMMARY
fi

View File

@ -1,54 +0,0 @@
name: Auto Tag
on:
push:
branches:
- master
- main
paths-ignore:
- "**.md"
- "LICENSE"
- ".gitignore"
permissions: write-all
jobs:
auto-tag:
runs-on: ubuntu-latest
outputs:
new_tag: ${{ steps.get_latest_tag.outputs.version }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get latest tag
id: get_latest_tag
run: |
git fetch --tags
latest_tag=$(git tag -l 'v*' --sort=-v:refname | head -n 1)
if [ -z "$latest_tag" ]; then
echo "version=v0.1.0" >> $GITHUB_OUTPUT
else
major=$(echo $latest_tag | cut -d. -f1)
minor=$(echo $latest_tag | cut -d. -f2)
patch=$(echo $latest_tag | cut -d. -f3)
new_patch=$((patch + 1))
echo "version=$major.$minor.$new_patch" >> $GITHUB_OUTPUT
fi
- name: Create new tag
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
new_tag=${{ steps.get_latest_tag.outputs.version }}
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git tag -a $new_tag -m "Release $new_tag"
git push origin $new_tag
release:
needs: auto-tag
uses: ./.github/workflows/release.yml
permissions: write-all
secrets: inherit

View File

@ -1,51 +0,0 @@
name: Release
on:
workflow_call:
push:
tags:
- "v*"
permissions: write-all
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
submodules: recursive
- name: Debug Files
run: |
pwd
ls -la
echo "Current directory contents:"
ls -R
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: true
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
if: ${{ env.GPG_PRIVATE_KEY != '' }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: v1.21.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

2
.gitignore vendored
View File

@ -8,6 +8,8 @@ dist/
# Go specific # Go specific
go.sum go.sum
go/
.cache/
# IDE and editor files # IDE and editor files
.vscode/ .vscode/

View File

@ -1,6 +1,10 @@
version: 2
before: before:
hooks: hooks:
- go mod tidy - go mod tidy
- go mod vendor
- go mod verify
builds: builds:
- id: cursor-id-modifier - id: cursor-id-modifier
@ -8,6 +12,7 @@ builds:
binary: cursor-id-modifier binary: cursor-id-modifier
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
- GO111MODULE=on
goos: goos:
- linux - linux
- windows - windows
@ -22,6 +27,9 @@ builds:
ldflags: ldflags:
- -s -w - -s -w
- -X 'main.version={{.Version}}' - -X 'main.version={{.Version}}'
- -X 'main.commit={{.ShortCommit}}'
- -X 'main.date={{.CommitDate}}'
- -X 'main.builtBy=goreleaser'
flags: flags:
- -trimpath - -trimpath
mod_timestamp: '{{ .CommitTimestamp }}' mod_timestamp: '{{ .CommitTimestamp }}'
@ -30,21 +38,47 @@ archives:
- id: binary - id: binary
format: binary format: binary
name_template: >- name_template: >-
{{ .Binary }}_ {{- .ProjectName }}_
{{- .Version }}_
{{- .Os }}_ {{- .Os }}_
{{- if eq .Arch "amd64" }}x64{{ end }} {{- if eq .Arch "amd64" }}x86_64
{{- if eq .Arch "386" }}x86{{ end }} {{- else if eq .Arch "386" }}i386
{{- if eq .Arch "arm64" }}arm64{{ end }} {{- else }}{{ .Arch }}{{ end }}
{{- if and (eq .Os "darwin") (eq .Arch "amd64") }}_intel{{ end }} builds:
{{- if and (eq .Os "darwin") (eq .Arch "arm64") }}_apple_silicon{{ end }} - cursor-id-modifier
allow_different_binary_count: true
files:
- none*
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
algorithm: sha256 algorithm: sha256
release:
draft: true
prerelease: auto
mode: replace
header: |
## Release {{.Tag}} ({{.Date}})
See [CHANGELOG.md](CHANGELOG.md) for details.
footer: |
**Full Changelog**: https://github.com/owner/repo/compare/{{ .PreviousTag }}...{{ .Tag }}
extra_files:
- glob: 'LICENSE*'
- glob: 'README*'
- glob: 'CHANGELOG*'
changelog: changelog:
sort: asc sort: asc
use: github use: github
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- Merge pull request
- Merge branch
groups: groups:
- title: Features - title: Features
regexp: "^.*feat[(\\w)]*:+.*$" regexp: "^.*feat[(\\w)]*:+.*$"
@ -54,44 +88,5 @@ changelog:
order: 1 order: 1
- title: Others - title: Others
order: 999 order: 999
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- Merge pull request
- Merge branch
release: project_name: cursor-id-modifier
github:
owner: dacrab
name: go-cursor-help
draft: false
prerelease: auto
mode: replace
header: |
## Cursor ID Modifier {{ .Version }}
### Supported Platforms
- Windows: x64, x86
- macOS: Intel (x64), Apple Silicon (M1/M2)
- Linux: x64, x86, ARM64
See [CHANGELOG](CHANGELOG.md) for more details.
footer: |
**Full Changelog**: https://github.com/dacrab/go-cursor-help/compare/{{ .PreviousTag }}...{{ .Tag }}
## Quick Installation
**Linux/macOS**:
```bash
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash
```
**Windows** (PowerShell Admin):
```powershell
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex
```
snapshot:
name_template: "{{ incpatch .Version }}-next"

View File

@ -1,53 +0,0 @@
# 📝 Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.23] - 2024-12-29 🚀
### ✨ Features
- **Initial Release**: First public release of Cursor ID Modifier
- **Multi-Platform Support**:
- 🪟 Windows (x64, x86)
- 🍎 macOS (Intel & Apple Silicon)
- 🐧 Linux (x64, x86, ARM64)
- **Installation**:
- Automated installation scripts for all platforms
- One-line installation commands
- Secure download and verification
- **Core Functionality**:
- Telemetry ID modification for Cursor IDE
- Automatic process management
- Secure configuration handling
### 🐛 Bug Fixes
- **Installation**:
- Fixed environment variable preservation in sudo operations
- Enhanced error handling during installation
- Improved binary download reliability
- **Process Management**:
- Improved Cursor process detection accuracy
- Enhanced process termination reliability
- Better handling of edge cases
- **User Experience**:
- Enhanced error messages and user feedback
- Improved progress indicators
- Better handling of system permissions
### 🔧 Technical Improvements
- Optimized binary size with proper build flags
- Enhanced cross-platform compatibility
- Improved error handling and logging
- Better system resource management
### 📚 Documentation
- Added comprehensive installation instructions
- Included platform-specific guidelines
- Enhanced error troubleshooting guide
---
*For more details about the changes, please refer to the [commit history](https://github.com/dacrab/go-cursor-help/commits/main).*
[0.1.22]: https://github.com/dacrab/go-cursor-help/releases/tag/v0.1.23

936
CursorHistoryDown.md Normal file
View File

@ -0,0 +1,936 @@
# 🖥️ 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>

501
README.md
View File

@ -2,23 +2,126 @@
<div align="center"> <div align="center">
[![Release](https://img.shields.io/github/v/release/dacrab/go-cursor-help?style=flat-square&logo=github&color=blue)](https://github.com/dacrab/go-cursor-help/releases/latest) [![Release](https://img.shields.io/github/v/release/yuaotian/go-cursor-help?style=flat-square&logo=github&color=blue)](https://github.com/yuaotian/go-cursor-help/releases/latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&logo=bookstack)](https://github.com/dacrab/go-cursor-help/blob/master/LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&logo=bookstack)](https://github.com/yuaotian/go-cursor-help/blob/master/LICENSE)
[![Stars](https://img.shields.io/github/stars/dacrab/go-cursor-help?style=flat-square&logo=github)](https://github.com/dacrab/go-cursor-help/stargazers) [![Stars](https://img.shields.io/github/stars/yuaotian/go-cursor-help?style=flat-square&logo=github)](https://github.com/yuaotian/go-cursor-help/stargazers)
[🌟 English](#english) | [🌏 中文](#chinese) [🌟 English](README.md) | [🌏 中文](README_CN.md) | [🌏 日本語](README_JP.md)
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/> <img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div> </div>
> ⚠️ **IMPORTANT NOTICE**
>
> This tool currently supports:
> - ✅ Windows: Latest 0.50.x versions (Supported)
> - ✅ Mac/Linux: Latest 0.50.x versions (Supported, feedback welcome)
>
> Please check your Cursor version before using this tool.
<details open>
<summary><b>📦 Version History & Downloads</b></summary>
<div class="version-card" style="background: linear-gradient(135deg, #6e8efb, #a777e3); border-radius: 8px; padding: 15px; margin: 10px 0; color: white;">
### 🌟 Latest Versions
[View Full Version History]([CursorHistoryDown.md](https://github.com/oslook/cursor-ai-downloads?tab=readme-ov-file))
</div>
</details>
⚠️ **General Solutions for Cursor**
> 1. Close Cursor, log out of your account, and delete your account in the official website Settings (refresh IP node: Japan, Singapore, USA, Hong Kong, prioritizing low latency - not necessarily required but change if conditions allow; Windows users are recommended to refresh DNS cache: `ipconfig /flushdns`)
> Go to the Cursor official website to delete your current account
> Steps: User avatar -> Setting -> Advanced▼ in the bottom left -> Delete Account
>
> 2. Run the machine code refresh script, see the script address below, available in China
>
> 3. Re-register an account, log in, and open Cursor to resume normal use.
>
> 4. Alternative solution: If still unusable after step [**3**], or if you encounter problems such as account registration failure or inability to delete an account, this usually means your browser has been identified or restricted by the target website (risk control). In this case, try switching browsers, such as: Edge, Google Chrome, Firefox. (Or, consider using a browser that can modify or randomize browser fingerprint information).
--- ---
## 🌟 English ⚠️ **MAC Address Modification Warning**
>
> For Mac users: This script includes a MAC address modification feature that will:
> - Modify your network interface's MAC address
> - Backup original MAC addresses before modification
> - This modification may temporarily affect network connectivity
> - You can skip this step when prompted during execution
>
<details >
<summary><b>🔒 Disable Auto-Update Feature</b></summary>
> To prevent Cursor from automatically updating to unsupported new versions, you can choose to disable the auto-update feature.
#### Method 1: Using Built-in Script (Recommended)
When running the reset tool, the script will ask if you want to disable auto-updates:
```text
[Question] Do you want to disable Cursor auto-update feature?
0) No - Keep default settings (Press Enter)
1) Yes - Disable auto-update
```
Select `1` to automatically complete the disable operation.
#### Method 2: Manual Disable
**Windows:**
1. Close all Cursor processes
2. Delete directory: `%LOCALAPPDATA%\cursor-updater`
3. Create a file with the same name (without extension) in the same location
**macOS:**
```bash
# NOTE: As tested, this method only works for version 0.45.11 and below.
# Close Cursor
pkill -f "Cursor"
# Replacing app-update.yml with a blank/read-only file
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# Go to Settings -> Application -> Update, set Mode to none.
# This must be done to prevent Cursor from checking for updates.
# NOTE: The cursor-updater modification method may no longer be effective
# In any case, remove update directory and create blocking file
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater
```
**Linux:**
```bash
# Close Cursor
pkill -f "Cursor"
# Remove update directory and create blocking file
rm -rf ~/.config/cursor-updater
touch ~/.config/cursor-updater
```
> ⚠️ **Note:** After disabling auto-updates, you'll need to manually download and install new versions. It's recommended to update only after confirming the new version is compatible.
</details>
---
### 📝 Description ### 📝 Description
> Resets Cursor's free trial limitation when you see: > When you encounter any of these messages:
#### Issue 1: Trial Account Limit <p align="right"><a href="#issue1"><img src="https://img.shields.io/badge/Move%20to%20Solution-Blue?style=plastic" alt="Back To Top"></a></p>
```text ```text
Too many free trial accounts used on this machine. Too many free trial accounts used on this machine.
@ -27,6 +130,81 @@ to prevent abuse. Please let us know if you believe
this is a mistake. this is a mistake.
``` ```
#### Issue 2: API Key Limitation <p align="right"><a href="#issue2"><img src="https://img.shields.io/badge/Move%20to%20Solution-green?style=plastic" alt="Back To Top"></a></p>
```text
[New Issue]
Composer relies on custom models that cannot be billed to an API key.
Please disable API keys and use a Pro or Business subscription.
Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```
#### Issue 3: Trial Request Limit
> This indicates you've reached the usage limit during the VIP free trial period:
```text
You've reached your trial request limit.
```
#### Issue 4: Claude 3.7 High Load <p align="right"><a href="#issue4"><img src="https://img.shields.io/badge/Move%20to%20Solution-purple?style=plastic" alt="Back To Top"></a></p>
```text
High Load
We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade to Pro, or switch to the
'default' model, Claude 3.5 sonnet, another model, or try again in a few moments.
```
<br>
<p id="issue2"></p>
#### Solution : Uninstall Cursor Completely And Reinstall (API key Issue)
1. Download [Geek.exe Uninstaller[Free]](https://geekuninstaller.com/download)
2. Uninstall Cursor app completely
3. Re-Install Cursor app
4. Continue to Solution 1
<br>
<p id="issue1"></p>
> Temporary Solution:
#### Solution 1: Quick Reset (Recommended)
1. Close Cursor application
2. Run the machine code reset script (see installation instructions below)
3. Reopen Cursor to continue using
#### Solution 2: Account Switch
1. File -> Cursor Settings -> Sign Out
2. Close Cursor
3. Run the machine code reset script
4. Login with a new account
#### Solution 3: Network Optimization
If the above solutions don't work, try:
- Switch to low-latency nodes (Recommended regions: Japan, Singapore, US, Hong Kong)
- Ensure network stability
- Clear browser cache and retry
#### Solution 4: Claude 3.7 Access Issue (High Load)
If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor is limiting free trial accounts from using the 3.7 model during certain times of the day. Try:
1. Switch to a new account created with Gmail, possibly connecting through a different IP address
2. Try accessing during off-peak hours (typically 5-10 AM or 3-7 PM when restrictions are often lighter)
3. Consider upgrading to Pro for guaranteed access
4. Use Claude 3.5 Sonnet as a fallback option
> Note: These access patterns may change as Cursor adjusts their resource allocation policies.
### 💻 System Support ### 💻 System Support
<table> <table>
@ -34,6 +212,7 @@ this is a mistake.
<td> <td>
**Windows** ✅ **Windows** ✅
- x64 (64-bit) - x64 (64-bit)
- x86 (32-bit) - x86 (32-bit)
@ -41,6 +220,7 @@ this is a mistake.
<td> <td>
**macOS** ✅ **macOS** ✅
- Intel (x64) - Intel (x64)
- Apple Silicon (M1/M2) - Apple Silicon (M1/M2)
@ -48,6 +228,7 @@ this is a mistake.
<td> <td>
**Linux** ✅ **Linux** ✅
- x64 (64-bit) - x64 (64-bit)
- x86 (32-bit) - x86 (32-bit)
- ARM64 - ARM64
@ -58,29 +239,136 @@ this is a mistake.
### 🚀 One-Click Solution ### 🚀 One-Click Solution
**Linux/macOS**: Copy and paste in terminal <details open>
<summary><b>Global Users</b></summary>
**macOS**
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash # Method two
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
``` ```
**Windows**: Copy and paste in PowerShell **Linux**
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
```
> **Note for Linux users:** The script attempts to find your Cursor installation by checking common paths (`/usr/bin`, `/usr/local/bin`, `$HOME/.local/bin`, `/opt/cursor`, `/snap/bin`), using the `which cursor` command, and searching within `/usr`, `/opt`, and `$HOME/.local`. If Cursor is installed elsewhere or not found via these methods, the script may fail. Ensure Cursor is accessible via one of these standard locations or methods.
**Windows**
```powershell ```powershell
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
``` ```
#### Windows Installation Features: <div align="center">
<img src="img/run_success.png" alt="Run Success" width="600"/>
</div>
</details>
<details open>
<summary><b>China Users (Recommended)</b></summary>
**macOS**
```bash
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
```
**Linux**
```bash
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
```
**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
```
</details>
<details open>
<summary><b>Windows Terminal Run and Configuration</b></summary>
#### How to Open Administrator Terminal in Windows:
##### Method 1: Using Win + X Shortcut
```md
1. Press Win + X key combination
2. Select one of these options from the menu:
- "Windows PowerShell (Administrator)"
- "Windows Terminal (Administrator)"
- "Terminal (Administrator)"
(Options may vary depending on Windows version)
```
##### Method 2: Using Win + R Run Command
```md
1. Press Win + R key combination
2. Type powershell or pwsh in the Run dialog
3. Press Ctrl + Shift + Enter to run as administrator
or type in the opened window: Start-Process pwsh -Verb RunAs
4. 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
```
##### Method 3: Using Search
>![Search PowerShell](img/pwsh_1.png)
>
>Type pwsh in the search box, right-click and select "Run as administrator"
>![Run as Administrator](img/pwsh_2.png)
Enter the reset script in the administrator terminal:
```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:
#### Method 1: Install via Winget (Recommended)
1. Open Command Prompt or PowerShell
2. Run the following command:
```powershell
winget install --id Microsoft.PowerShell --source winget
```
#### Method 2: Manual Installation
1. Download the installer for your system:
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi) (64-bit systems)
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi) (32-bit systems)
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi) (ARM64 systems)
2. Double-click the downloaded installer and follow the installation prompts
> 💡 If you encounter any issues, please refer to the [Microsoft Official Installation Guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
</details>
#### Windows 安装特性:
- 🔍 Automatically detects and uses PowerShell 7 if available - 🔍 Automatically detects and uses PowerShell 7 if available
- 🛡️ Requests administrator privileges via UAC prompt - 🛡️ Requests administrator privileges via UAC prompt
- 📝 Falls back to Windows PowerShell if PS7 isn't found - 📝 Falls back to Windows PowerShell if PS7 isn't found
- 💡 Provides manual instructions if elevation fails - 💡 Provides manual instructions if elevation fails
That's it! The script will: That's it! The script will:
1. ✨ Install the tool automatically 1. ✨ Install the tool automatically
2. 🔄 Reset your Cursor trial immediately 2. 🔄 Reset your Cursor trial immediately
### 📦 Manual Installation ### 📦 Manual Installation
> Download the appropriate file for your system from [releases](https://github.com/dacrab/go-cursor-help/releases/latest) > Download the appropriate file for your system from [releases](https://github.com/yuaotian/go-cursor-help/releases/latest)
<details> <details>
<summary>Windows Packages</summary> <summary>Windows Packages</summary>
@ -120,12 +408,26 @@ The program modifies Cursor's `storage.json` config file located at:
<summary><b>Modified Fields</b></summary> <summary><b>Modified Fields</b></summary>
The tool generates new unique identifiers for: The tool generates new unique identifiers for:
- `telemetry.machineId` - `telemetry.machineId`
- `telemetry.macMachineId` - `telemetry.macMachineId`
- `telemetry.devDeviceId` - `telemetry.devDeviceId`
- `telemetry.sqmId` - `telemetry.sqmId`
</details> </details>
<details>
<summary><b>Manual Auto-Update Disable</b></summary>
Windows users can manually disable the auto-update feature:
1. Close all Cursor processes
2. Delete directory: `C:\Users\username\AppData\Local\cursor-updater`
3. Create a file with the same name: `cursor-updater` (without extension)
macOS/Linux users can try to locate similar `cursor-updater` directory in their system and perform the same operation.
</details>
<details> <details>
<summary><b>Safety Features</b></summary> <summary><b>Safety Features</b></summary>
@ -134,128 +436,87 @@ The tool generates new unique identifiers for:
- ✅ Error handling and recovery - ✅ Error handling and recovery
</details> </details>
<details>
<summary><b>Registry Modification Notice</b></summary>
> ⚠️ **Important: This tool modifies the Windows Registry**
#### Modified Registry
- Path: `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- Key: `MachineGuid`
#### Potential Impact
Modifying this registry key may affect:
- Windows system's unique device identification
- Device recognition and authorization status of certain software
- System features based on hardware identification
#### Safety Measures
1. Automatic Backup
- Original value is automatically backed up before modification
- Backup location: `%APPDATA%\Cursor\User\globalStorage\backups`
- Backup file format: `MachineGuid.backup_YYYYMMDD_HHMMSS`
2. Manual Recovery Steps
- Open Registry Editor (regedit)
- Navigate to: `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- Right-click on `MachineGuid`
- Select "Modify"
- Paste the value from backup file
#### Important Notes
- Verify backup file existence before modification
- Use backup file to restore original value if needed
- Administrator privileges required for registry modification
</details>
--- ---
## 🌏 Chinese ### 📚 Recommended Reading
### 📝 问题描述 - [Cursor Issues Collection and Solutions](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
- [AI Universal Development Assistant Prompt Guide](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
> 当看到以下提示时重置Cursor试用期 ---
```text ## Support
Too many free trial accounts used on this machine.
Please upgrade to pro. We have this limit in place
to prevent abuse. Please let us know if you believe
this is a mistake.
```
### 💻 系统支持
<div align="center">
<b>If you find this helpful, consider buying me a spicy gluten snack (Latiao) as appreciation~ 💁☕️</b>
<table> <table>
<tr> <tr>
<td>
**Windows** ✅
- x64 & x86
<td align="center">
<b>微信赞赏</b><br>
<img src="img/wx_zsm2.png" width="500" alt="微信赞赏码"><br>
<small>要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏</small>
</td> </td>
<td> <td align="center">
<b>支付宝赞赏</b><br>
**macOS** ✅ <img src="img/alipay.png" width="500" alt="支付宝赞赏码"><br>
- Intel & M-series <small>如果觉得有帮助,来包辣条犒劳一下吧~</small>
</td> </td>
<td> <td align="center">
<b>Alipay</b><br>
**Linux** ✅ <img src="img/alipay_scan_pay.jpg" width="500" alt="Alipay"><br>
- x64 & ARM64 <em>1 Latiao = 1 AI thought cycle</em>
</td>
<td align="center">
<b>WeChat</b><br>
<img src="img/qun13.png" width="500" alt="WeChat"><br>
<em>二维码7天内(5月30日前)有效,过期请加微信</em>
</td>
<!-- <td align="center">
<b>ETC</b><br>
<img src="img/etc.png" width="100" alt="ETC Address"><br>
ETC: 0xa2745f4CD5d32310AC01694ABDB28bA32D125a6b
</td>
<td align="center"> -->
</td> </td>
</tr> </tr>
</table> </table>
</div>
### 🚀 一键解决
**Linux/macOS**: 在终端中复制粘贴
```bash
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash
```
**Windows**: 在PowerShell中复制粘贴
```powershell
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex
```
#### Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7如果可用
- 🛡️ 通过 UAC 提示请求管理员权限
- 📝 如果没有 PS7 则使用 Windows PowerShell
- 💡 如果提权失败会提供手动说明
That's it! The script will:
1. ✨ 自动安装工具
2. 🔄 立即重置Cursor试用期
### 📦 Manual Installation
> Download the appropriate file for your system from [releases](https://github.com/dacrab/go-cursor-help/releases/latest)
<details>
<summary>Windows Packages</summary>
- 64-bit: `cursor-id-modifier_windows_x64.exe`
- 32-bit: `cursor-id-modifier_windows_x86.exe`
</details>
<details>
<summary>macOS Packages</summary>
- Intel: `cursor-id-modifier_darwin_x64_intel`
- M1/M2: `cursor-id-modifier_darwin_arm64_apple_silicon`
</details>
<details>
<summary>Linux Packages</summary>
- 64-bit: `cursor-id-modifier_linux_x64`
- 32-bit: `cursor-id-modifier_linux_x86`
- ARM64: `cursor-id-modifier_linux_arm64`
</details>
### 🔧 技术细节
<details>
<summary><b>配置文件</b></summary>
程序修改Cursor的`storage.json`配置文件,位于:
- Windows: `%APPDATA%\Cursor\User\globalStorage\`
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/`
- Linux: `~/.config/Cursor/User/globalStorage/`
</details>
<details>
<summary><b>修改字段</b></summary>
工具会生成新的唯一标识符:
- `telemetry.machineId`
- `telemetry.macMachineId`
- `telemetry.devDeviceId`
- `telemetry.sqmId`
</details>
<details>
<summary><b>安全特性</b></summary>
## 🔔 关注公众号
#### 获取更多精彩内容
- 第一时间获取最新版本更新
- CursorAI使用技巧和最佳实践
- 利用AI提升编程效率
- 更多AI工具和开发资源
![微信公众号二维码](img/wx_public_2.png)
--- ---
## ⭐ Project Stats ## ⭐ Project Stats
@ -284,4 +545,6 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software. copies or substantial portions of the Software.
</details> </details>

503
README_CN.md Normal file
View File

@ -0,0 +1,503 @@
# 🚀 Cursor 免费试用重置工具
<div align="center">
[![Release](https://img.shields.io/github/v/release/yuaotian/go-cursor-help?style=flat-square&logo=github&color=blue)](https://github.com/yuaotian/go-cursor-help/releases/latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&logo=bookstack)](https://github.com/yuaotian/go-cursor-help/blob/master/LICENSE)
[![Stars](https://img.shields.io/github/stars/yuaotian/go-cursor-help?style=flat-square&logo=github)](https://github.com/yuaotian/go-cursor-help/stargazers)
[🌟 English](README.md) | [🌏 中文](README_CN.md) | [🌏 日本語](README_JP.md)
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div>
> ⚠️ **重要提示**
>
> 本工具当前支持版本:
> - ✅ Windows: 最新的 0.50.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 0.50.x 版本(已支持,欢迎测试并反馈问题)
> 使用前请确认您的 Cursor 版本。
<details open>
<summary><b>📦 版本历史与下载</b></summary>
<div class="version-card" style="background: linear-gradient(135deg, #6e8efb, #a777e3); border-radius: 8px; padding: 15px; margin: 10px 0; color: white;">
[查看完整版本历史]([CursorHistoryDown.md](https://github.com/oslook/cursor-ai-downloads?tab=readme-ov-file))
</div>
</details>
⚠️ **Cursor通用解决方案**
> 1. 关闭Cursor、退出账号、官网Setting删除账号(刷新节点IP日本、新加坡、 美国、香港低延迟为主不一定需要但是有条件就换Windows用户建议刷新DNS缓存`ipconfig /flushdns`)
> 前往Cursor官网删除当前账号
> 步骤:用户头像->Setting-左下角Advanced▼->Delete Account
>
> 2. 刷新机器码脚本,看下面脚本地址,国内可用
>
> 3. 重新注册账号、登录、打开Cursor即可恢复正常使用。
>
> 4. 备用方案:如果步骤 [**3**] 后仍不可用或者遇到注册账号失败、无法删除账号等问题这通常意味着您的浏览器被目标网站识别或限制风控。此时请尝试更换浏览器例如Edge、Google Chrome、Firefox。或者可以尝试使用能够修改或随机化浏览器指纹信息的浏览器
关注大佬公众号煎饼果子卷AI
---
> ⚠️ **MAC地址修改警告**
>
> Mac用户请注意: 本脚本包含MAC地址修改功能将会:
> - 修改您的网络接口MAC地址
> - 在修改前备份原始MAC地址
> - 此修改可能会暂时影响网络连接
> - 执行过程中可以选择跳过此步骤
---
### 📝 问题描述
> 当您遇到以下任何消息时:
#### 问题 1: 试用账号限制 <p align="right"><a href="#solution1"><img src="https://img.shields.io/badge/跳转到解决方案-Blue?style=plastic" alt="跳转到顶部"></a></p>
```text
Too many free trial accounts used on this machine.
Please upgrade to pro. We have this limit in place
to prevent abuse. Please let us know if you believe
this is a mistake.
```
#### 问题 2: API密钥限制 <p align="right"><a href="#solution2"><img src="https://img.shields.io/badge/跳转到解决方案-green?style=plastic" alt="跳转到顶部"></a></p>
```text
[New Issue]
Composer relies on custom models that cannot be billed to an API key.
Please disable API keys and use a Pro or Business subscription.
Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```
#### 问题 3: 试用请求限制
> 这表明您在VIP免费试用期间已达到使用限制
```text
You've reached your trial request limit.
```
#### 问题 4: Claude 3.7 高负载 High Load <p align="right"><a href="#solution4"><img src="https://img.shields.io/badge/跳转到解决方案-purple?style=plastic" alt="跳转到顶部"></a></p>
```text
High Load
We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade to Pro, or switch to the
'default' model, Claude 3.5 sonnet, another model, or try again in a few moments.
```
<br>
<p id="solution2"></p>
#### 解决方案完全卸载Cursor并重新安装API密钥问题
1. 下载 [Geek.exe 卸载工具[免费]](https://geekuninstaller.com/download)
2. 完全卸载Cursor应用
3. 重新安装Cursor应用
4. 继续执行解决方案1
<br>
<p id="solution1"></p>
> 临时解决方案:
#### 解决方案 1: 快速重置(推荐)
1. 关闭Cursor应用
2. 运行机器码重置脚本(见下方安装说明)
3. 重新打开Cursor继续使用
#### 解决方案 2: 切换账号
1. 文件 -> Cursor设置 -> 退出登录
2. 关闭Cursor
3. 运行机器码重置脚本
4. 使用新账号登录
#### 解决方案 3: 网络优化
如果上述解决方案不起作用,请尝试:
- 切换到低延迟节点(推荐区域:日本、新加坡、美国、香港)
- 确保网络稳定性
- 清除浏览器缓存并重试
<p id="solution4"></p>
#### 解决方案 4: Claude 3.7 访问问题High Load
如果您看到Claude 3.7 Sonnet的"High Load"高负载消息这表明Cursor在一天中某些时段限制免费试用账号使用3.7模型。请尝试:
1. 使用Gmail邮箱创建新账号可能需要通过不同IP地址连接
2. 尝试在非高峰时段访问通常在早上5-10点或下午3-7点之间限制较少
3. 考虑升级到Pro版本获取保证访问权限
4. 使用Claude 3.5 Sonnet作为备选方案
> 注意随着Cursor调整资源分配策略这些访问模式可能会发生变化。
### 🚀 系统支持
<table>
<tr>
<td>
**Windows** ✅
- x64 & x86
</td>
<td>
**macOS** ✅
- Intel & M-series
</td>
<td>
**Linux** ✅
- x64 & ARM64
</td>
</tr>
</table>
### 🚀 一键解决方案
<details open>
<summary><b>国内用户(推荐)</b></summary>
**macOS**
```bash
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
```
**Linux**
```bash
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
```
> **Linux 用户请注意:** 该脚本通过检查常用路径(`/usr/bin`, `/usr/local/bin`, `$HOME/.local/bin`, `/opt/cursor`, `/snap/bin`)、使用 `which cursor` 命令以及在 `/usr``/opt``$HOME/.local` 目录内搜索,来尝试定位您的 Cursor 安装。如果 Cursor 安装在其他位置或通过这些方法无法找到,脚本可能会失败。请确保可以通过这些标准位置或方法之一访问到 Cursor。
**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
```
<div align="center">
<img src="img/run_success.png" alt="运行成功" width="600"/>
</div>
</details>
<details open>
<summary><b>Windows 管理员终端运行和手动安装</b></summary>
#### Windows 系统打开管理员终端的方法:
##### 方法一:使用 Win + X 快捷键
```md
1. 按下 Win + X 组合键
2. 在弹出的菜单中选择以下任一选项:
- "Windows PowerShell (管理员)"
- "Windows Terminal (管理员)"
- "终端(管理员)"
(具体选项因Windows版本而异)
```
##### 方法二:使用 Win + R 运行命令
```md
1. 按下 Win + R 组合键
2. 在运行框中输入 powershell 或 pwsh
3. 按 Ctrl + Shift + Enter 以管理员身份运行
或在打开的窗口中输入: Start-Process pwsh -Verb RunAs
4. 在管理员终端中输入以下重置脚本:
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)
>
>在搜索框中输入 pwsh右键选择"以管理员身份运行"
>![管理员运行](img/pwsh_2.png)
在管理员终端中输入重置脚本:
```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,可以通过以下方法安装:
#### 方法一:使用 Winget 安装(推荐)
1. 打开命令提示符或 PowerShell
2. 运行以下命令:
```powershell
winget install --id Microsoft.PowerShell --source winget
```
#### 方法二:手动下载安装
1. 下载对应系统的安装包:
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi) (64位系统)
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi) (32位系统)
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi) (ARM64系统)
2. 双击下载的安装包,按提示完成安装
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
</details>
#### Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7如果可用
- 🛡️ 通过 UAC 提示请求管理员权限
- 📝 如果没有 PS7 则使用 Windows PowerShell
- 💡 如果提权失败会提供手动说明
完成后,脚本将:
1. ✨ 自动安装工具
2. 🔄 立即重置 Cursor 试用期
### 📦 手动安装
> 从 [releases](https://github.com/yuaotian/go-cursor-help/releases/latest) 下载适合您系统的文件
<details>
<summary>Windows 安装包</summary>
- 64 位: `cursor-id-modifier_windows_x64.exe`
- 32 位: `cursor-id-modifier_windows_x86.exe`
</details>
<details>
<summary>macOS 安装包</summary>
- Intel: `cursor-id-modifier_darwin_x64_intel`
- M1/M2: `cursor-id-modifier_darwin_arm64_apple_silicon`
</details>
<details>
<summary>Linux 安装包</summary>
- 64 位: `cursor-id-modifier_linux_x64`
- 32 位: `cursor-id-modifier_linux_x86`
- ARM64: `cursor-id-modifier_linux_arm64`
</details>
### 🔧 技术细节
<details>
<summary><b>注册表修改说明</b></summary>
> ⚠️ **重要提示:本工具会修改系统注册表**
#### 修改内容
- 路径:`计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- 项目:`MachineGuid`
#### 潜在影响
修改此注册表项可能会影响:
- Windows 系统对设备的唯一标识
- 某些软件的设备识别和授权状态
- 基于硬件标识的系统功能
#### 安全措施
1. 自动备份
- 每次修改前会自动备份原始值
- 备份保存在:`%APPDATA%\Cursor\User\globalStorage\backups`
- 备份文件格式:`MachineGuid.backup_YYYYMMDD_HHMMSS`
2. 手动恢复方法
- 打开注册表编辑器regedit
- 定位到:`计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- 右键点击 `MachineGuid`
- 选择"修改"
- 粘贴备份文件中的值
#### 注意事项
- 建议在修改前先确认备份文件的存在
- 如遇问题可通过备份文件恢复原始值
- 必须以管理员权限运行才能修改注册表
</details>
<details>
<summary><b>配置文件</b></summary>
程序修改 Cursor 的`storage.json`配置文件,位于:
- Windows: `%APPDATA%\Cursor\User\globalStorage\`
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/`
- Linux: `~/.config/Cursor/User/globalStorage/`
</details>
<details>
<summary><b>修改字段</b></summary>
工具会生成新的唯一标识符:
- `telemetry.machineId`
- `telemetry.macMachineId`
- `telemetry.devDeviceId`
- `telemetry.sqmId`
</details>
<details>
<summary><b>手动禁用自动更新</b></summary>
Windows 用户可以手动禁用自动更新功能:
1. 关闭所有 Cursor 进程
2. 删除目录:`C:\Users\用户名\AppData\Local\cursor-updater`
3. 创建同名文件:`cursor-updater`(不带扩展名)
Linux用户可以尝试在系统中找到类似的`cursor-updater`目录进行相同操作。
MacOS用户按照以下步骤操作
```bash
# 注意经测试此方法仅适用于0.45.11及以下版本不支持0.46.*版本
# 关闭所有 Cursor 进程
pkill -f "Cursor"
# 备份app-update.yml并创建空的只读文件代替原文件
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# 打开Cursor设置将更新模式设置为"无"该步骤必须执行否则Cursor依然会自动检查更新
# 步骤Settings -> Application -> Update, 将Mode设置为none
# 注意: cursor-updater修改方法可能已失效。但为了以防万一还是删除更新目录并创建阻止文件
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater
```
</details>
<details>
<summary><b>安全特性</b></summary>
- ✅ 安全的进程终止
- ✅ 原子文件操作
- ✅ 错误处理和恢复
</details>
<details>
<summary><b>重置 Cursor 免费试用</b></summary>
### 使用 `cursor_free_trial_reset.sh` 脚本
#### macOS
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh -o ./cursor_free_trial_reset.sh && sudo bash ./cursor_free_trial_reset.sh && rm ./cursor_free_trial_reset.sh
```
#### Linux
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh | sudo bash
```
#### Windows
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_free_trial_reset.sh | iex
```
</details>
## 联系方式
<div align="center">
<table>
<tr>
<td align="center">
<b>个人微信</b><br>
<img src="img/wx_me.png" width="250" alt="作者微信"><br>
<b>微信JavaRookie666</b>
</td>
<td align="center">
<b>微信交流群</b><br>
<img src="img/qun13.png" width="500" alt="WeChat"><br>
<small>二维码7天内(5月30日前)有效,过期请加微信</small>
</td>
<td align="center">
<b>公众号</b><br>
<img src="img/wx_public_2.png" width="250" alt="微信公众号"><br>
<small>获取更多AI开发资源</small>
</td>
<td align="center">
<b>微信赞赏</b><br>
<img src="img/wx_zsm2.png" width="500" alt="微信赞赏码"><br>
<small>要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏</small>
</td>
<td align="center">
<b>支付宝赞赏</b><br>
<img src="img/alipay.png" width="500" alt="支付宝赞赏码"><br>
<small>如果觉得有帮助,来包辣条犒劳一下吧~</small>
</td>
</tr>
</table>
</div>
---
### 📚 推荐阅读
- [Cursor 异常问题收集和解决方案](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
- [AI 通用开发助手提示词指南](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
---
## ⭐ 项目统计
<div align="center">
[![Star History Chart](https://api.star-history.com/svg?repos=yuaotian/go-cursor-help&type=Date)](https://star-history.com/#yuaotian/go-cursor-help&Date)
![Repobeats analytics image](https://repobeats.axiom.co/api/embed/ddaa9df9a94b0029ec3fad399e1c1c4e75755477.svg "Repobeats analytics image")
</div>
## 📄 许可证
<details>
<summary><b>MIT 许可证</b></summary>
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</details>

546
README_JP.md Normal file
View File

@ -0,0 +1,546 @@
# 🚀 Cursor 無料試用リセットツール
<div align="center">
[![Release](https://img.shields.io/github/v/release/yuaotian/go-cursor-help?style=flat-square&logo=github&color=blue)](https://github.com/yuaotian/go-cursor-help/releases/latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&logo=bookstack)](https://github.com/yuaotian/go-cursor-help/blob/master/LICENSE)
[![Stars](https://img.shields.io/github/stars/yuaotian/go-cursor-help?style=flat-square&logo=github)](https://github.com/yuaotian/go-cursor-help/stargazers)
[🌟 English](README.md) | [🌏 中文](README_CN.md) | [🌏 日本語](README_JP.md)
<img src="https://ai-cursor.com/wp-content/uploads/2024/09/logo-cursor-ai-png.webp" alt="Cursor Logo" width="120"/>
</div>
> ⚠️ **重要なお知らせ**
>
> このツールは現在以下のバージョンをサポートしています:
> - ✅ Windows: 最新の0.50.xバージョンサポート済み
> - ✅ Mac/Linux: 最新の0.50.xバージョンサポート済み、フィードバック歓迎
>
> このツールを使用する前に、Cursorのバージョンを確認してください。
<details open>
<summary><b>📦 バージョン履歴とダウンロード</b></summary>
<div class="version-card" style="background: linear-gradient(135deg, #6e8efb, #a777e3); border-radius: 8px; padding: 15px; margin: 10px 0; color: white;">
### 🌟 最新バージョン
[完全なバージョン履歴を見る]([CursorHistoryDown.md](https://github.com/oslook/cursor-ai-downloads?tab=readme-ov-file))
</div>
</details>
⚠️ **Cursorの一般的な解決策**
> 1. Cursorを閉じ、アカウントからログアウトし、公式サイトの設定からアカウントを削除しますIPードを更新日本、シンガポール、アメリカ、香港など、低遅延を優先。必須ではありませんが条件が整えば変更してください。Windowsユーザーの場合はDNSキャッシュの更新をお勧めします`ipconfig /flushdns`
> Cursor公式サイトで現在のアカウントを削除します
> 手順:ユーザーアイコン->設定->左下のAdvanced▼->Delete Account
>
> 2. マシンコードリセットスクリプトを実行します。下記のスクリプトアドレスを参照してください。
>
> 3. アカウントを再登録し、ログインして、Cursorを開くと、正常に使用できるようになります。
>
> 4. 代替案:ステップ[**3**]の後でもまだ使用できない場合、またはアカウント登録に失敗したり、アカウントを削除できないなどの問題が発生した場合、これは通常、ブラウザがターゲットサイトに識別または制限されているリスク管理ことを意味します。この場合、Edge、Google Chrome、Firefoxなど別のブラウザを試してみてくださいまたは、ブラウザのフィンガープリント情報を変更またはランダム化できるブラウザの使用を検討してください
---
⚠️ **MACアドレス変更警告**
>
> Macユーザーの皆様へ: このスクリプトにはMACアドレス変更機能が含まれています。以下の操作が行われます
> - ネットワークインターフェースのMACアドレスを変更します
> - 変更前に元のMACアドレスをバックアップします
> - この変更により一時的にネットワーク接続が影響を受ける可能性があります
> - 実行中にこのステップをスキップすることができます
>
<details >
<summary><b>🔒 自動更新機能の無効化</b></summary>
> Cursorがサポートされていない新しいバージョンに自動的に更新されるのを防ぐために、自動更新機能を無効にすることができます。
#### 方法1: 組み込みスクリプトを使用する(推奨)
リセットツールを実行するとき、スクリプトは自動更新を無効にするかどうかを尋ねます:
```text
[質問] Cursorの自動更新機能を無効にしますか
0) いいえ - デフォルト設定を維持Enterキーを押す
1) はい - 自動更新を無効にする
```
`1`を選択して無効化操作を自動的に完了します。
#### 方法2: 手動で無効化
**Windows:**
1. すべてのCursorプロセスを閉じます
2. ディレクトリを削除します: `%LOCALAPPDATA%\cursor-updater`
3. 同じ名前のファイルを作成します(拡張子なし)
**macOS:**
```bash
# 注意: テスト済みでは、この方法はバージョン0.45.11およびそれ以前のバージョンでのみ機能します。
# Cursorを閉じます
pkill -f "Cursor"
# app-update.ymlを空の読み取り専用ファイルに置き換えます
cd /Applications/Cursor.app/Contents/Resources
mv app-update.yml app-update.yml.bak
touch app-update.yml
chmod 444 app-update.yml
# 設定 -> アプリケーション -> 更新、モードをnoneに設定します。
# これを行わないと、Cursorは更新をチェックし続けます。
# 注意: cursor-updaterの変更方法はもはや有効ではないかもしれません
# いずれにせよ、更新ディレクトリを削除し、ブロックファイルを作成します
rm -rf ~/Library/Application\ Support/Caches/cursor-updater
touch ~/Library/Application\ Support/Caches/cursor-updater
```
**Linux:**
```bash
# Cursorを閉じます
pkill -f "Cursor"
# 更新ディレクトリを削除し、ブロックファイルを作成します
rm -rf ~/.config/cursor-updater
touch ~/.config/cursor-updater
```
> ⚠️ **注意:** 自動更新を無効にした後、新しいバージョンを手動でダウンロードしてインストールする必要があります。新しいバージョンが互換性があることを確認した後に更新することをお勧めします。
</details>
---
### 📝 説明
> これらのメッセージのいずれかに遭遇した場合:
#### 問題1: 試用アカウント制限 <p align="right"><a href="#issue1"><img src="https://img.shields.io/badge/Move%20to%20Solution-Blue?style=plastic" alt="Back To Top"></a></p>
```text
Too many free trial accounts used on this machine.
Please upgrade to pro. We have this limit in place
to prevent abuse. Please let us know if you believe
this is a mistake.
```
#### 問題2: APIキー制限 <p align="right"><a href="#issue2"><img src="https://img.shields.io/badge/Move%20to%20Solution-green?style=plastic" alt="Back To Top"></a></p>
```text
[New Issue]
Composer relies on custom models that cannot be billed to an API key.
Please disable API keys and use a Pro or Business subscription.
Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```
#### 問題3: 試用リクエスト制限
> これは、VIP無料試用期間中に使用制限に達したことを示しています
```text
You've reached your trial request limit.
```
#### 問題4: Claude 3.7 高負荷 <p align="right"><a href="#issue4"><img src="https://img.shields.io/badge/Move%20to%20Solution-purple?style=plastic" alt="Back To Top"></a></p>
```text
High Load
We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade to Pro, or switch to the
'default' model, Claude 3.5 sonnet, another model, or try again in a few moments.
```
<br>
<p id="issue2"></p>
#### 解決策 : Cursorを完全にアンインストールして再インストールするAPIキーの問題
1. [Geek.exeアンインストーラー[無料]](https://geekuninstaller.com/download)をダウンロードします
2. Cursorアプリを完全にアンインストールします
3. Cursorアプリを再インストールします
4. 解決策1を続行します
<br>
<p id="issue1"></p>
> 一時的な解決策:
#### 解決策1: クイックリセット(推奨)
1. Cursorアプリケーションを閉じます
2. マシンコードリセットスクリプトを実行します(以下のインストール手順を参照)
3. Cursorを再度開いて使用を続けます
#### 解決策2: アカウントの切り替え
1. ファイル -> Cursor設定 -> サインアウト
2. Cursorを閉じます
3. マシンコードリセットスクリプトを実行します
4. 新しいアカウントでログインします
#### 解決策3: ネットワークの最適化
上記の解決策が機能しない場合は、次のことを試してください:
- 低遅延ノードに切り替えます(推奨地域:日本、シンガポール、米国、香港)
- ネットワークの安定性を確保します
- ブラウザのキャッシュをクリアして再試行します
#### 解決策4: Claude 3.7 アクセス問題(高負荷)
Claude 3.7 Sonnetの"High Load"メッセージが表示された場合、これはCursorが特定の時間帯に無料試用アカウントの3.7モデルの使用を制限していることを示しています。次のことを試してください:
1. Gmailで作成した新しいアカウントに切り替えます。異なるIPアドレスを使用して接続することをお勧めします
2. 非ピーク時間帯にアクセスを試みます通常、5-10 AMまたは3-7 PMの間に制限が少ないです
3. Proにアップグレードしてアクセスを保証します
4. Claude 3.5 Sonnetを代替オプションとして使用します
> 注意: Cursorがリソース配分ポリシーを調整するにつれて、これらのアクセスパターンは変更される可能性があります。
### 💻 システムサポート
<table>
<tr>
<td>
**Windows** ✅
- x64 (64ビット)
- x86 (32ビット)
</td>
<td>
**macOS** ✅
- Intel (x64)
- Apple Silicon (M1/M2)
</td>
<td>
**Linux** ✅
- x64 (64ビット)
- x86 (32ビット)
- ARM64
</td>
</tr>
</table>
### 🚀 ワンクリックソリューション
<details open>
<summary><b>グローバルユーザー</b></summary>
**macOS**
```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
```
**Linux**
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
```
**Windows**
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
<div align="center">
<img src="img/run_success.png" alt="Run Success" width="600"/>
</div>
</details>
<details open>
<summary><b>中国ユーザー(推奨)</b></summary>
**macOS**
```bash
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
```
**Linux**
```bash
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
```
> **Linuxユーザーへの注意** スクリプトは、一般的なパス(`/usr/bin`, `/usr/local/bin`, `$HOME/.local/bin`, `/opt/cursor`, `/snap/bin`)の確認、`which cursor` コマンドの使用、および `/usr``/opt``$HOME/.local` ディレクトリ内の検索によって、Cursor のインストールを見つけようとします。Cursorが他の場所にインストールされているか、これらの方法で見つからない場合、スクリプトは失敗する可能性があります。これらの標準的な場所または方法のいずれかを通じてCursorにアクセスできることを確認してください。
**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
```
</details>
<details open>
<summary><b>Windowsターミナルの実行と構成</b></summary>
#### Windowsで管理者ターミナルを開く方法
##### 方法1: Win + Xショートカットを使用する
```md
1. Win + Xキーの組み合わせを押します
2. メニューから次のオプションのいずれかを選択します:
- "Windows PowerShell (管理者)"
- "Windows Terminal (管理者)"
- "ターミナル (管理者)"
Windowsのバージョンによってオプションが異なる場合があります
```
##### 方法2: Win + R実行コマンドを使用する
```md
1. Win + Rキーの組み合わせを押します
2. 実行ダイアログにpowershellまたはpwshと入力します
3. Ctrl + Shift + Enterを押して管理者として実行します
または開いたウィンドウに次のように入力します: Start-Process pwsh -Verb RunAs
4. 管理者ターミナルにリセットスクリプトを入力します:
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)
>
>検索ボックスにpwshと入力し、右クリックして「管理者として実行」を選択します
>![管理者として実行](img/pwsh_2.png)
管理者ターミナルにリセットスクリプトを入力します:
```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がインストールされていない場合は、次の方法でインストールできます
#### 方法1: Wingetを使用してインストール推奨
1. コマンドプロンプトまたはPowerShellを開きます
2. 次のコマンドを実行します:
```powershell
winget install --id Microsoft.PowerShell --source winget
```
#### 方法2: 手動でインストール
1. システムに適したインストーラーをダウンロードします:
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi)64ビットシステム用
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi)32ビットシステム用
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi)ARM64システム用
2. ダウンロードしたインストーラーをダブルクリックし、インストールの指示に従います
> 💡 問題が発生した場合は、[Microsoft公式インストールガイド](https://learn.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-on-windows)を参照してください
</details>
#### Windowsインストール機能
- 🔍 PowerShell 7が利用可能な場合は自動的に検出して使用します
- 🛡️ UACプロンプトを介して管理者権限を要求します
- 📝 PS7が見つからない場合はWindows PowerShellにフォールバックします
- 💡 権限昇格に失敗した場合は手動の指示を提供します
これで完了です!スクリプトは次のことを行います:
1. ✨ ツールを自動的にインストールします
2. 🔄 Cursorの試用期間を即座にリセットします
### 📦 手動インストール
> [リリース](https://github.com/yuaotian/go-cursor-help/releases/latest)からシステムに適したファイルをダウンロードします
<details>
<summary>Windowsパッケージ</summary>
- 64ビット: `cursor-id-modifier_windows_x64.exe`
- 32ビット: `cursor-id-modifier_windows_x86.exe`
</details>
<details>
<summary>macOSパッケージ</summary>
- Intel: `cursor-id-modifier_darwin_x64_intel`
- M1/M2: `cursor-id-modifier_darwin_arm64_apple_silicon`
</details>
<details>
<summary>Linuxパッケージ</summary>
- 64ビット: `cursor-id-modifier_linux_x64`
- 32ビット: `cursor-id-modifier_linux_x86`
- ARM64: `cursor-id-modifier_linux_arm64`
</details>
### 🔧 技術的詳細
<details>
<summary><b>構成ファイル</b></summary>
プログラムはCursorの`storage.json`構成ファイルを変更します。場所は次のとおりです:
- Windows: `%APPDATA%\Cursor\User\globalStorage\storage.json`
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/storage.json`
- Linux: `~/.config/Cursor/User/globalStorage/storage.json`
</details>
<details>
<summary><b>変更されたフィールド</b></summary>
ツールは次の新しい一意の識別子を生成します:
- `telemetry.machineId`
- `telemetry.macMachineId`
- `telemetry.devDeviceId`
- `telemetry.sqmId`
</details>
<details>
<summary><b>手動自動更新無効化</b></summary>
Windowsユーザーは自動更新機能を手動で無効にすることができます
1. すべてのCursorプロセスを閉じます
2. ディレクトリを削除します: `C:\Users\username\AppData\Local\cursor-updater`
3. 同じ名前のファイルを作成します: `cursor-updater`(拡張子なし)
macOS/Linuxユーザーはシステム内で同様の`cursor-updater`ディレクトリを見つけて同じ操作を行うことができます。
</details>
<details>
<summary><b>安全機能</b></summary>
- ✅ 安全なプロセス終了
- ✅ アトミックファイル操作
- ✅ エラーハンドリングとリカバリ
</details>
<details>
<summary><b>レジストリ変更通知</b></summary>
> ⚠️ **重要: このツールはWindowsレジストリを変更します**
#### 変更されたレジストリ
- パス: `コンピュータ\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- キー: `MachineGuid`
#### 潜在的な影響
このレジストリキーを変更すると、次のことに影響を与える可能性があります:
- Windowsシステムの一意のデバイス識別
- 特定のソフトウェアのデバイス認識と認証状態
- ハードウェア識別に基づくシステム機能
#### 安全対策
1. 自動バックアップ
- 変更前に元の値が自動的にバックアップされます
- バックアップ場所: `%APPDATA%\Cursor\User\globalStorage\backups`
- バックアップファイル形式: `MachineGuid.backup_YYYYMMDD_HHMMSS`
2. 手動復元手順
- レジストリエディタregeditを開きます
- 次の場所に移動します: `コンピュータ\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography`
- `MachineGuid`を右クリックします
- 「修正」を選択します
- バックアップファイルの値を貼り付けます
#### 重要な注意事項
- 変更前にバックアップファイルの存在を確認します
- 必要に応じてバックアップファイルを使用して元の値を復元します
- レジストリの変更には管理者権限が必要です
</details>
---
### 📚 推奨読書
- [Cursorの問題収集と解決策](https://mp.weixin.qq.com/s/pnJrH7Ifx4WZvseeP1fcEA)
- [AIユニバーサル開発アシスタントプロンプトガイド](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg)
---
## サポート
<div align="center">
<b>このツールが役立つと感じた場合、スパイシーグルテンのおやつLatiaoを買っていただけると嬉しいです~ 💁☕️</b>
<table>
<tr>
<td align="center">
<b>WeChat Pay</b><br>
<img src="img/wx_zsm2.png" width="500" alt="WeChat Pay"><br>
<small>要到饭咧?啊咧?啊咧?不给也没事~ 请随意打赏</small>
</td>
<td align="center">
<b>Alipay</b><br>
<img src="img/alipay.png" width="500" alt="Alipay"><br>
<small>如果觉得有帮助,来包辣条犒劳一下吧~</small>
</td>
<td align="center">
<b>Alipay</b><br>
<img src="img/alipay_scan_pay.jpg" width="500" alt="Alipay"><br>
<em>1 Latiao = 1 AI thought cycle</em>
</td>
<td align="center">
<b>WeChat</b><br>
<img src="img/qun13.png" width="500" alt="WeChat"><br>
<em>二维码7天内(5月30日前)有效,过期请加微信</em>
</td>
<!-- <td align="center">
<b>ETC</b><br>
<img src="img/etc.png" width="100" alt="ETC Address"><br>
ETC: 0xa2745f4CD5d32310AC01694ABDB28bA32D125a6b
</td>
<td align="center"> -->
</td>
</tr>
</table>
</div>
---
## ⭐ プロジェクト統計
<div align="center">
[![Star History Chart](https://api.star-history.com/svg?repos=yuaotian/go-cursor-help&type=Date)](https://star-history.com/#yuaotian/go-cursor-help&Date)
![Repobeats analytics image](https://repobeats.axiom.co/api/embed/ddaa9df9a94b0029ec3fad399e1c1c4e75755477.svg "Repobeats analytics image")
</div>
## 📄 ライセンス
<details>
<summary><b>MITライセンス</b></summary>
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</details>

View File

@ -11,13 +11,13 @@ import (
"runtime/debug" "runtime/debug"
"strings" "strings"
"github.com/dacrab/go-cursor-help/internal/config"
"github.com/dacrab/go-cursor-help/internal/lang"
"github.com/dacrab/go-cursor-help/internal/process"
"github.com/dacrab/go-cursor-help/internal/ui"
"github.com/dacrab/go-cursor-help/pkg/idgen"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
"github.com/yuaotian/go-cursor-help/internal/config"
"github.com/yuaotian/go-cursor-help/internal/lang"
"github.com/yuaotian/go-cursor-help/internal/process"
"github.com/yuaotian/go-cursor-help/internal/ui"
"github.com/yuaotian/go-cursor-help/pkg/idgen"
) )
// Global variables // Global variables
@ -29,7 +29,15 @@ var (
) )
func main() { func main() {
setupErrorRecovery() // Place defer at the beginning of main to ensure it can catch panics from all subsequent function calls
defer func() {
if r := recover(); r != nil {
log.Errorf("Panic recovered: %v\n", r)
debug.PrintStack()
waitExit()
}
}()
handleFlags() handleFlags()
setupLogger() setupLogger()
@ -73,16 +81,6 @@ func main() {
} }
} }
func setupErrorRecovery() {
defer func() {
if r := recover(); r != nil {
log.Errorf("Panic recovered: %v\n", r)
debug.PrintStack()
waitExit()
}
}()
}
func handleFlags() { func handleFlags() {
flag.Parse() flag.Parse()
if *showVersion { if *showVersion {
@ -240,7 +238,7 @@ func generateNewConfig(display *ui.Display, generator *idgen.Generator, oldConfi
if oldConfig != nil && oldConfig.TelemetrySqmId != "" { if oldConfig != nil && oldConfig.TelemetrySqmId != "" {
newConfig.TelemetrySqmId = oldConfig.TelemetrySqmId newConfig.TelemetrySqmId = oldConfig.TelemetrySqmId
} else if sqmID, err := generator.GenerateMacMachineID(); err != nil { } else if sqmID, err := generator.GenerateSQMID(); err != nil {
log.Fatal("Failed to generate SQM ID:", err) log.Fatal("Failed to generate SQM ID:", err)
} else { } else {
newConfig.TelemetrySqmId = sqmID newConfig.TelemetrySqmId = sqmID

877
cursor_downloads.csv Normal file
View File

@ -0,0 +1,877 @@
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

2632
cursor_downloads.json Normal file

File diff suppressed because it is too large Load Diff

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/dacrab/go-cursor-help module github.com/yuaotian/go-cursor-help
go 1.21 go 1.21

BIN
img/alipay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
img/alipay_scan_pay.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
img/etc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
img/pwsh_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
img/pwsh_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
img/qun-10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
img/qun-12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
img/qun-8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

BIN
img/qun11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
img/qun13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
img/qun9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
img/run_success.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
img/wx_group.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
img/wx_group6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
img/wx_group7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
img/wx_me.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

BIN
img/wx_zsm.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
img/wx_zsm2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

View File

@ -91,7 +91,7 @@ func (m *Manager) prepareUpdatedConfig(config *StorageConfig) map[string]interfa
originalFile["telemetry.machineId"] = config.TelemetryMachineId originalFile["telemetry.machineId"] = config.TelemetryMachineId
originalFile["telemetry.devDeviceId"] = config.TelemetryDevDeviceId originalFile["telemetry.devDeviceId"] = config.TelemetryDevDeviceId
originalFile["lastModified"] = time.Now().UTC().Format(time.RFC3339) originalFile["lastModified"] = time.Now().UTC().Format(time.RFC3339)
originalFile["version"] = "1.0.1" // originalFile["version"] = "1.0.1"
return originalFile return originalFile
} }

View File

@ -4,56 +4,113 @@ import (
"crypto/rand" "crypto/rand"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"time" "sync"
) )
// Generator handles secure ID generation for machines and devices // Generator handles secure ID generation for machines and devices
type Generator struct{} type Generator struct {
bufferPool sync.Pool
}
// NewGenerator creates a new ID generator // NewGenerator creates a new ID generator
func NewGenerator() *Generator { func NewGenerator() *Generator {
return &Generator{} return &Generator{
bufferPool: sync.Pool{
New: func() interface{} {
return make([]byte, 64)
},
},
}
} }
// Helper methods // Constants for ID generation
// ------------- const (
machineIDPrefix = "auth0|user_"
// simulateWork adds a small delay to make progress visible uuidFormat = "%s-%s-%s-%s-%s"
func (g *Generator) simulateWork() { )
time.Sleep(800 * time.Millisecond)
}
// generateRandomHex generates a random hex string of specified length // generateRandomHex generates a random hex string of specified length
func (g *Generator) generateRandomHex(length int) (string, error) { func (g *Generator) generateRandomHex(length int) (string, error) {
bytes := make([]byte, length) buffer := g.bufferPool.Get().([]byte)
if _, err := rand.Read(bytes); err != nil { defer g.bufferPool.Put(buffer)
if _, err := rand.Read(buffer[:length]); err != nil {
return "", fmt.Errorf("failed to generate random bytes: %w", err) return "", fmt.Errorf("failed to generate random bytes: %w", err)
} }
return hex.EncodeToString(bytes), nil return hex.EncodeToString(buffer[:length]), nil
} }
// Public methods // GenerateMachineID generates a new machine ID with auth0|user_ prefix
// -------------
// GenerateMachineID generates a new 32-byte machine ID
func (g *Generator) GenerateMachineID() (string, error) { func (g *Generator) GenerateMachineID() (string, error) {
g.simulateWork() randomPart, err := g.generateRandomHex(32) // 生成64字符的十六进制
return g.generateRandomHex(32) if err != nil {
return "", err
}
return fmt.Sprintf("%x%s", []byte(machineIDPrefix), randomPart), nil
} }
// GenerateMacMachineID generates a new 64-byte MAC machine ID // GenerateMacMachineID generates a new 64-byte MAC machine ID
func (g *Generator) GenerateMacMachineID() (string, error) { func (g *Generator) GenerateMacMachineID() (string, error) {
g.simulateWork() return g.generateRandomHex(32) // 生成64字符的十六进制
return g.generateRandomHex(64)
} }
// GenerateDeviceID generates a new device ID in UUID format // GenerateDeviceID generates a new device ID in UUID format
func (g *Generator) GenerateDeviceID() (string, error) { func (g *Generator) GenerateDeviceID() (string, error) {
g.simulateWork()
id, err := g.generateRandomHex(16) id, err := g.generateRandomHex(16)
if err != nil { if err != nil {
return "", err return "", err
} }
return fmt.Sprintf("%s-%s-%s-%s-%s", return fmt.Sprintf(uuidFormat,
id[0:8], id[8:12], id[12:16], id[16:20], id[20:32]), nil id[0:8], id[8:12], id[12:16], id[16:20], id[20:32]), nil
} }
// GenerateSQMID generates a new SQM ID in UUID format (with braces)
func (g *Generator) GenerateSQMID() (string, error) {
id, err := g.GenerateDeviceID()
if err != nil {
return "", err
}
return fmt.Sprintf("{%s}", id), nil
}
// ValidateID validates the format of various ID types
func (g *Generator) ValidateID(id string, idType string) bool {
switch idType {
case "machineID", "macMachineID":
return len(id) == 64 && isHexString(id)
case "deviceID":
return isValidUUID(id)
case "sqmID":
if len(id) < 2 || id[0] != '{' || id[len(id)-1] != '}' {
return false
}
return isValidUUID(id[1 : len(id)-1])
default:
return false
}
}
// Helper functions
func isHexString(s string) bool {
_, err := hex.DecodeString(s)
return err == nil
}
func isValidUUID(uuid string) bool {
if len(uuid) != 36 {
return false
}
for i, r := range uuid {
if i == 8 || i == 13 || i == 18 || i == 23 {
if r != '-' {
return false
}
continue
}
if !((r >= '0' && r <= '9') || (r >= 'a' && r <= 'f') || (r >= 'A' && r <= 'F')) {
return false
}
}
return true
}

375
process_cursor_links.py Normal file
View File

@ -0,0 +1,375 @@
import csv
from dataclasses import dataclass
from typing import List
import json
@dataclass
class CursorVersion:
version: str
build_id: str
def get_download_links(self) -> dict:
base_url = f"https://downloader.cursor.sh/builds/{self.build_id}"
return {
"windows": {
"x64": f"{base_url}/windows/nsis/x64",
"arm64": f"{base_url}/windows/nsis/arm64"
},
"mac": {
"universal": f"{base_url}/mac/installer/universal",
"arm64": f"{base_url}/mac/installer/arm64",
"x64": f"{base_url}/mac/installer/x64"
},
"linux": {
"x64": f"{base_url}/linux/appImage/x64"
}
}
def parse_versions(data: str) -> List[CursorVersion]:
versions = []
for line in data.strip().split('\n'):
if not line:
continue
version, build_id = line.strip().split(',')
versions.append(CursorVersion(version, build_id))
return versions
def generate_markdown(versions: List[CursorVersion]) -> str:
md = """# 🖥️ Windows
## x64
<details>
<summary style="font-size:1.2em">📦 Windows x64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# Windows x64
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['windows']['x64']}) |\n"
md += """
</details>
## ARM64
<details>
<summary style="font-size:1.2em">📱 Windows ARM64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# Windows ARM64
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['windows']['arm64']}) |\n"
md += """
</details>
# 🍎 macOS
## Universal
<details>
<summary style="font-size:1.2em">🎯 macOS Universal 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# macOS Universal
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['mac']['universal']}) |\n"
md += """
</details>
## ARM64
<details>
<summary style="font-size:1.2em">💪 macOS ARM64 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# macOS ARM64
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['mac']['arm64']}) |\n"
md += """
</details>
## Intel
<details>
<summary style="font-size:1.2em">💻 macOS Intel 安装包</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# macOS Intel
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['mac']['x64']}) |\n"
md += """
</details>
# 🐧 Linux
## x64
<details>
<summary style="font-size:1.2em">🎮 Linux x64 AppImage</summary>
| 版本 | 下载链接 |
|------|----------|
"""
# Linux x64
for version in versions:
links = version.get_download_links()
md += f"| {version.version} | [下载]({links['linux']['x64']}) |\n"
md += """
</details>
<style>
details {
margin: 1em 0;
padding: 0.5em 1em;
background: #f8f9fa;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
summary {
cursor: pointer;
font-weight: bold;
margin: -0.5em -1em;
padding: 0.5em 1em;
}
summary:hover {
background: #f1f3f5;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 1em;
}
th, td {
padding: 0.5em;
text-align: left;
border-bottom: 1px solid #dee2e6;
}
tr:hover {
background: #f1f3f5;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
"""
return md
def main():
# 示例数据
data = """
0.45.11,250207y6nbaw5qc
0.45.10,250205buadkzpea
0.45.9,250202tgstl42dt
0.45.8,250201b44xw1x2k
0.45.7,250130nr6eorv84
0.45.6,25013021lv9say3
0.45.5,250128loaeyulq8
0.45.4,250126vgr3vztvj
0.45.3,250124b0rcj0qql
0.45.2,250123mhituoa6o
0.45.1,2501213ljml5byg
0.45.0,250120dh9ezx9pg
0.44.11,250103fqxdt5u9z
0.44.10,250102ys80vtnud
0.44.9,2412268nc6pfzgo
0.44.8,241222ooktny8mh
0.44.7,2412219nhracv01
0.44.6,2412214pmryneua
0.44.5,241220s3ux0e1tv
0.44.4,241219117fcvexy
0.44.3,241218sybfbogmq
0.44.2,241218ntls52u8v
0.44.0,2412187f9v0nffu
0.43.6,241206z7j6me2e2
0.43.5,241127pdg4cnbu2
0.43.4,241126w13goyvrs
0.43.3,2411246yqzx1jmm
0.43.1,241124gsiwb66nc
0.42.5,24111460bf2loz1
0.42.4,2410291z3bdg1dy
0.42.3,241016kxu9umuir
0.42.2,2410127mj66lvaq
0.42.1,241011i66p9fuvm
0.42.0,241009fij7nohn5
0.41.3,240925fkhcqg263
0.41.2,240921llnho65ov
0.41.1,2409189xe3envg5
0.40.4,2409052yfcjagw2
0.40.3,240829epqamqp7h
0.40.2,240828c021k3aib
0.40.1,2408245thnycuzj
0.40.0,24082202sreugb2
0.39.6,240819ih4ta2fye
0.39.5,240814y9rhzmu7h
0.39.4,240810elmeg3seq
0.39.3,2408092hoyaxt9m
0.39.2,240808phaxh4b5r
0.39.1,240807g919tr4ly
0.39.0,240802cdixtv9a6
0.38.1,240725f0ti25os7
0.38.0,240723790oxe4a2
0.37.1,240714yrr3gmv3k
0.36.2,2407077n6pzboby
0.36.1,240706uekt2eaft
0.36.0,240703xqkjv5aqa
0.35.1,240621pc2f7rl8a
0.35.0,240608cv11mfsjl
0.34.6,240606kgzq24cfb
0.34.6,240605r495newcf
0.34.5,240602rq6xovt3a
0.34.4,2406014h0rgjghe
0.34.3,240529baisuyd2e
0.34.2,240528whh1qyo9h
0.34.1,24052838ygfselt
0.34.0,240527xus72jmkj
0.33.4,240511kb8wt1tms
0.33.3,2405103lx8342ta
0.33.2,240510dwmw395qe
0.33.1,2405039a9h2fqc9
0.33.0,240503hyjsnhazo
0.32.8,240428d499o6zja
0.32.7,240427w5guozr0l
0.32.2,240417ab4wag7sx
0.32.1,2404152czor73fk
0.32.0,240412ugli06ue0
0.31.3,240402rq154jw46
0.31.1,240402pkwfm2ps6
0.31.0,2404018j7z0xv2g
0.30.5,240327tmd2ozdc7
0.30.4,240325dezy8ziab
0.30.3,2403229gtuhto9g
0.30.2,240322gzqjm3p0d
0.30.1,2403212w1ejubt8
0.30.0,240320tpx86e7hk
0.29.1,2403027twmz0d1t
0.29.0,240301kpqvacw2h
0.28.1,240226tstim4evd
0.28.0,240224g2d7jazcq
0.27.4,240219qdbagglqz
0.27.3,240218dxhc6y8os
0.27.2,240216kkzl9nhxi
0.27.1,240215l4ooehnyl
0.27.0,240215at6ewkd59
0.26.2,240212o6r9qxtcg
0.26.1,2402107t904hing
0.26.0,240210k8is5xr6v
0.25.3,240207aacboj1k8
0.25.2,240206p3708uc9z
0.25.1,2402033t030rprh
0.25.0,240203kh86t91q8
0.24.4,240129iecm3e33w
0.24.3,2401289dx79qsc0
0.24.1,240127cad17436d
0.24.0,240126wp9irhmza
0.23.9,240124dsmraeml3
0.23.8,240123fnn1hj1fg
0.23.7,240123xsfe7ywcv
0.23.6,240121m1740elox
0.23.5,2401215utj6tx6q
0.23.4,240121f4qy6ba2y
0.23.3,2401201und3ytom
0.23.2,240120an2k2hf1i
0.23.1,240119fgzxwudn9
0.22.2,24011721vsch1l1
0.22.1,2401083eyk8kmzc
0.22.0,240107qk62kvva3
0.21.1,231230h0vi6srww
0.21.0,231229ezidnxiu3
0.20.2,231219aksf83aad
0.20.1,231218ywfaxax09
0.20.0,231216nsyfew5j1
0.19.1,2312156z2ric57n
0.19.0,231214per9qal2p
0.18.8,2312098ffjr3ign
0.18.7,23120880aolip2i
0.18.6,231207ueqazwde8
0.18.5,231206jzy2n2sbi
0.18.4,2312033zjv5fqai
0.18.3,231203k2vnkxq2m
0.18.1,23120176kaer07t
0.17.0,231127p7iyxn8rg
0.16.0,231116rek2xuq6a
0.15.5,231115a5mv63u9f
0.15.4,23111469e1i3xyi
0.15.3,231113b0yv3uqem
0.15.2,231113ah0kuf3pf
0.15.1,231111yanyyovap
0.15.0,231110mdkomczmw
0.14.1,231109xitrgihlk
0.14.0,231102m6tuamwbx
0.13.4,231029rso7pso8l
0.13.3,231025uihnjkh9v
0.13.2,231024w4iv7xlm6
0.13.1,231022f3j0ubckv
0.13.0,231022ptw6i4j42
0.12.3,231008c5ursm0oj"""
versions = parse_versions(data)
# 生成 Markdown 文件
markdown_content = generate_markdown(versions)
with open('Cursor历史.md', 'w', encoding='utf-8') as f:
f.write(markdown_content)
# 创建结果数据结构
result = {
"versions": []
}
# 处理每个版本
for version in versions:
version_info = {
"version": version.version,
"build_id": version.build_id,
"downloads": version.get_download_links()
}
result["versions"].append(version_info)
# 保存为JSON文件
with open('cursor_downloads.json', 'w', encoding='utf-8') as f:
json.dump(result, f, indent=2, ensure_ascii=False)
# 同时生成CSV格式的下载链接
with open('cursor_downloads.csv', 'w', newline='', encoding='utf-8') as f:
writer = csv.writer(f)
writer.writerow(['Version', 'Platform', 'Architecture', 'Download URL'])
for version in versions:
links = version.get_download_links()
for platform, archs in links.items():
for arch, url in archs.items():
writer.writerow([version.version, platform, arch, url])
if __name__ == "__main__":
main()

View File

@ -0,0 +1,318 @@
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"
"Language-Team: None\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 ""
msgid "========== Cursor ID modification tool log start {} =========="
msgstr ""
msgid "[INFO] {} {}"
msgstr ""
msgid "[WARN] {} {}"
msgstr ""
msgid "[ERROR] {} {}"
msgstr ""
msgid "[DEBUG] {} {}"
msgstr ""
msgid "[CMD] {} Executing command: {}"
msgstr ""
msgid "[CMD] {}:"
msgstr ""
msgid "Unable to get username"
msgstr ""
msgid "Finding Cursor installation path..."
msgstr ""
msgid "Found Cursor installation path: {}"
msgstr ""
msgid "Found Cursor via which: {}"
msgstr ""
msgid "Cursor executable not found, will try using config directory"
msgstr ""
msgid "Found Cursor via search: {}"
msgstr ""
msgid "Finding Cursor resource directory..."
msgstr ""
msgid "Found Cursor resource directory: {}"
msgstr ""
msgid "Found resource directory via binary path: {}"
msgstr ""
msgid "Cursor resource directory not found"
msgstr ""
msgid "Please run this script with sudo"
msgstr ""
msgid "Example: sudo {}"
msgstr ""
msgid "Checking Cursor processes..."
msgstr ""
msgid "Getting process details for {}:"
msgstr ""
msgid "No running Cursor processes found"
msgstr ""
msgid "Found running Cursor processes"
msgstr ""
msgid "Attempting to terminate Cursor processes..."
msgstr ""
msgid "Attempting to forcefully terminate processes..."
msgstr ""
msgid "Waiting for processes to terminate, attempt {}/{}..."
msgstr ""
msgid "Cursor processes successfully terminated"
msgstr ""
msgid "Unable to terminate Cursor processes after {} attempts"
msgstr ""
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 ""
msgid "Don't reset - only modify JS files"
msgstr ""
msgid "Reset - modify both config file and machine code"
msgstr ""
msgid "[INPUT_DEBUG] Machine code reset option selected: {}"
msgstr ""
msgid "You chose to reset the machine code"
msgstr ""
msgid "Found existing configuration file: {}"
msgstr ""
msgid "Setting new device and machine IDs..."
msgstr ""
msgid "New device ID: {}"
msgstr ""
msgid "New machine ID: {}"
msgstr ""
msgid "Configuration file modified successfully"
msgstr ""
msgid "Configuration file modification failed"
msgstr ""
msgid "Configuration file not found, this is normal, skipping ID modification"
msgstr ""
msgid "You chose not to reset the machine code, will only modify JS files"
msgstr ""
msgid "Configuration processing completed"
msgstr ""
msgid "Finding Cursor's JS files..."
msgstr ""
msgid "Searching for JS files in resource directory: {}"
msgstr ""
msgid "Found JS file: {}"
msgstr ""
msgid "No JS files found in resource directory, trying other directories..."
msgstr ""
msgid "Searching directory: {}"
msgstr ""
msgid "No modifiable JS files found"
msgstr ""
msgid "Found {} JS files to modify"
msgstr ""
msgid "Starting to modify Cursor's JS files..."
msgstr ""
msgid "Unable to find modifiable JS files"
msgstr ""
msgid "Processing file: {}"
msgstr ""
msgid "Unable to create backup for file: {}"
msgstr ""
msgid "Found x-cursor-checksum setting code"
msgstr ""
msgid "Successfully modified x-cursor-checksum setting code"
msgstr ""
msgid "Failed to modify x-cursor-checksum setting code"
msgstr ""
msgid "Found IOPlatformUUID keyword"
msgstr ""
msgid "Successfully injected randomUUID call into a$ function"
msgstr ""
msgid "Failed to modify a$ function"
msgstr ""
msgid "Successfully injected randomUUID call into v5 function"
msgstr ""
msgid "Failed to modify v5 function"
msgstr ""
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 ""
msgid "Successfully modified {} JS files"
msgstr ""
msgid "Disabling Cursor auto-update..."
msgstr ""
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 ""
msgid "Script started..."
msgstr ""
msgid "System information: {}"
msgstr ""
msgid "Current user: {}"
msgstr ""
msgid "System version information"
msgstr ""
msgid "Cursor Linux startup tool"
msgstr ""
msgid "Important notice"
msgstr ""
msgid "This tool prioritizes modifying JS files, which is safer and more reliable"
msgstr ""
msgid "Modifying Cursor JS files..."
msgstr ""
msgid "JS files modified successfully!"
msgstr ""
msgid "JS file modification failed, but configuration file modification may have succeeded"
msgstr ""
msgid "If Cursor still indicates the device is disabled after restarting, please rerun this script"
msgstr ""
msgid "Please restart Cursor to apply the new configuration"
msgstr ""
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 ""
msgid "Script execution completed"
msgstr ""
msgid "========== Cursor ID modification tool log end {} =========="
msgstr ""
msgid "Detailed log saved to: {}"
msgstr ""
msgid "If you encounter issues, please provide this log file to the developer for troubleshooting"
msgstr ""

File diff suppressed because it is too large Load Diff

9
scripts/git-actions.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
REPO_DIR="$PWD"
LOCALES_DIR="$REPO_DIR/locales"
msginit -i cursor_id_modifier.pot -o $LOCALES_DIR/en_US/LC_MESSAGES/cursor_id_modifier.po -l en_US
for lang in en_US zh_CN; do
cd $LOCALES_DIR/$lang/LC_MESSAGES
msgfmt -o cursor_id_modifier.mo cursor_id_modifier.po
done

View File

@ -56,9 +56,9 @@ trap {
# Detect system architecture # Detect system architecture
function Get-SystemArch { function Get-SystemArch {
if ([Environment]::Is64BitOperatingSystem) { if ([Environment]::Is64BitOperatingSystem) {
return "x64" return "x86_64"
} else { } else {
return "x86" return "i386"
} }
} }
@ -98,15 +98,15 @@ function Install-CursorModifier {
# Get latest release # Get latest release
try { try {
$latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/dacrab/go-cursor-help/releases/latest" $latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/yuaotian/go-cursor-help/releases/latest"
Write-Host "Found latest release: $($latestRelease.tag_name)" -ForegroundColor Cyan Write-Host "Found latest release: $($latestRelease.tag_name)" -ForegroundColor Cyan
# Look for Windows binary with our architecture # Look for Windows binary with our architecture
$version = $latestRelease.tag_name.TrimStart('v')
Write-Host "Version: $version" -ForegroundColor Cyan
$possibleNames = @( $possibleNames = @(
"cursor-id-modifier_windows_$($arch).exe", "cursor-id-modifier_${version}_windows_x86_64.exe",
"cursor-id-modifier_windows_$($arch).exe", "cursor-id-modifier_${version}_windows_$($arch).exe"
"cursor-id-modifier_Windows_$($arch).exe",
"cursor-id-modifier_Windows_$($arch).exe"
) )
$asset = $null $asset = $null

View File

@ -33,21 +33,18 @@ detect_system() {
case "$(uname -m)" in case "$(uname -m)" in
x86_64) x86_64)
arch="x64" arch="x86_64"
[ "$os" = "darwin" ] && suffix="_intel"
;; ;;
aarch64|arm64) aarch64|arm64)
arch="arm64" arch="arm64"
[ "$os" = "darwin" ] && suffix="_apple_silicon"
;; ;;
i386|i686) i386|i686)
arch="x86" arch="i386"
[ "$os" = "darwin" ] && { echo -e "${RED}32-bit not supported on macOS${NC}"; exit 1; }
;; ;;
*) echo -e "${RED}Unsupported architecture${NC}"; exit 1;; *) echo -e "${RED}Unsupported architecture${NC}"; exit 1;;
esac esac
echo "$os $arch $suffix" echo "$os $arch"
} }
# Download with progress # Download with progress
@ -87,17 +84,22 @@ main() {
# Get latest release info # Get latest release info
echo -e "${BLUE}Fetching latest release information...${NC}" echo -e "${BLUE}Fetching latest release information...${NC}"
LATEST_URL="https://api.github.com/repos/dacrab/go-cursor-help/releases/latest" LATEST_URL="https://api.github.com/repos/yuaotian/go-cursor-help/releases/latest"
# Get latest version and remove 'v' prefix
VERSION=$(curl -s "$LATEST_URL" | grep "tag_name" | cut -d'"' -f4 | sed 's/^v//')
# Construct binary name # Construct binary name
BINARY_NAME="cursor-id-modifier_${OS}_${ARCH}${SUFFIX}" BINARY_NAME="cursor-id-modifier_${VERSION}_${OS}_${ARCH}"
echo -e "${BLUE}Looking for asset: $BINARY_NAME${NC}" echo -e "${BLUE}Looking for asset: $BINARY_NAME${NC}"
# Get download URL directly # Get download URL directly
DOWNLOAD_URL=$(curl -s "$LATEST_URL" | tr -d '\n' | grep -o "\"browser_download_url\": \"[^\"]*${BINARY_NAME}[^\"]*\"" | cut -d'"' -f4) DOWNLOAD_URL=$(curl -s "$LATEST_URL" | grep -o "\"browser_download_url\": \"[^\"]*${BINARY_NAME}[^\"]*\"" | cut -d'"' -f4)
if [ -z "$DOWNLOAD_URL" ]; then if [ -z "$DOWNLOAD_URL" ]; then
echo -e "${RED}Error: Could not find appropriate binary for $OS $ARCH${NC}" echo -e "${RED}Error: Could not find appropriate binary for $OS $ARCH${NC}"
echo -e "${YELLOW}Available assets:${NC}"
curl -s "$LATEST_URL" | grep "browser_download_url" | cut -d'"' -f4
exit 1 exit 1
fi fi

View File

@ -0,0 +1,349 @@
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

@ -0,0 +1,320 @@
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 "如遇问题请将此日志文件提供给开发者以协助排查"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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 最新的 0.50.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 "写入配置文件失败: $_"
}
}