Skip to content

v0.4.1

Choose a tag to compare

@ingeniousfrog ingeniousfrog released this 15 Jun 16:16
· 16 commits to main since this release

English

Downloads

  • macOS (Apple Silicon): gpt2cursor_0.4.1_aarch64.dmg
  • Windows (x64): gpt2cursor_0.4.1_x64-setup.exe

What's New

  • Installer-style DMG (macOS): Applications shortcut, drag-and-drop layout, background arrow, and volume icon
  • Windows installer (x64): NSIS setup executable for tray-based local bridge
  • Signing fix preserved (macOS): Post-build codesign removes the broken resource seal that caused "app is damaged" errors
  • PTY streaming Codex bridge: Streams assistant text to Cursor in Ask / Agent mode
  • Activity panel: Live bridge request logs in the control panel

Install — macOS

  1. Open the DMG and drag gpt2cursor onto Applications
  2. Launch from /Applications
  3. If macOS blocks first launch, right-click → Open, or run:
    xattr -cr /Applications/gpt2cursor.app

Install — Windows

  1. Download gpt2cursor_0.4.1_x64-setup.exe
  2. Run the installer and finish setup
  3. If SmartScreen warns about an unknown publisher, choose More infoRun anyway

Notes

  • Supported Cursor modes: Ask and Agent only (other modes are not supported yet)
  • Runtime requirements: local Codex CLI login; ngrok is optional for Cursor Agent public tunnel
  • Node.js is not required at runtime

中文

下载

  • macOS(Apple Silicon)gpt2cursor_0.4.1_aarch64.dmg
  • Windows(x64)gpt2cursor_0.4.1_x64-setup.exe

更新内容

  • macOS 安装盘:Applications 快捷方式、拖拽布局、背景箭头与卷标图标
  • Windows 安装包(x64):NSIS 安装程序,托盘栏本地桥接
  • macOS 签名修复:构建后重新签名,避免「应用已损坏」提示
  • PTY 流式 Codex 桥接:支持 Cursor Ask / Agent 模式实时输出
  • Activity 面板:控制面板内实时请求日志

安装 — macOS

  1. 打开 DMG,将 gpt2cursor 拖到 Applications
  2. /Applications 启动
  3. 若首次打开被拦截,请右键 打开,或执行:
    xattr -cr /Applications/gpt2cursor.app

安装 — Windows

  1. 下载 gpt2cursor_0.4.1_x64-setup.exe
  2. 运行安装程序并完成安装
  3. 若 SmartScreen 提示未知发布者,请选择 更多信息仍要运行

说明

  • 当前支持的 Cursor 模式:仅 Ask 与 Agent(其他模式待开发)
  • 运行依赖:本机 Codex CLI 已登录;Cursor Agent 公网模式可选 ngrok
  • 运行时不需要安装 Node.js