Skip to content

v0.1.1

Latest

Choose a tag to compare

@NexaAct NexaAct released this 20 Jun 04:25
· 1 commit to main since this release

NexaAct 0.1.1

Release Notes

English

  • Added multi-account management for Antigravity and Claude.
  • Optimized UI rendering for very long conversations to reduce memory usage and rendering load.

中文

  • 新增 Antigravity 和 Claude 多账号管理。
  • 优化超长对话的 UI 渲染,降低内存占用和渲染压力。

Installation Notes

English

  • If macOS says "NexaAct" is damaged and can't be opened, Gatekeeper quarantine is usually blocking this non-App-Store build because it may not be Apple-notarized yet. Move NexaAct to Applications, then run:
xattr -dr com.apple.quarantine /Applications/NexaAct.app
  • If the DMG is blocked before installation, run this on the downloaded DMG first, then open it again:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.1.1_aarch64.dmg
  • This only removes the download quarantine flag for NexaAct. It does not change app data or workspace files.

中文

  • 如果 macOS 提示“NexaAct 已损坏,无法打开”,通常是 Gatekeeper quarantine 阻止了未公证的站外分发版本。把 NexaAct 移到 Applications 后运行:
xattr -dr com.apple.quarantine /Applications/NexaAct.app
  • 如果 DMG 打不开,先对下载的 DMG 运行下面命令,再重新打开:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.1.1_aarch64.dmg
  • 这只会移除 NexaAct 的下载隔离标记,不会修改应用数据或项目文件。