Operra 0.1.0 未签名测试版(Apple Silicon)
Pre-releaseOperra 0.1.0 未签名测试版 · Apple Silicon
这是 Operra 的 macOS 未签名测试版,尚未使用 Apple Developer ID 签名或 Apple 公证。仅支持 M1、M2、M3、M4 及更新的 Apple Silicon Mac;Intel Mac 暂不支持。
Operra 是面向 OPC(One Person Company)的 AI 工作台:通过 AI 运营官 Oopz 将目标组织成 Task,使用 QCA(Qoder Cloud Agents)在用户自己的 GitHub 项目仓库中执行,并把成果和需要人工决定的事项带回工作台。项目采用 File-System-Based 设计,AGENTS、SPEC、MEMORY、Task、Schedule、Skill 和交付物优先保存为仓库中的普通文件。
请只在信任发布者的前提下安装。安装包不包含维护者的 Token、私钥或用户数据;首次使用需要连接你自己的 QCA 凭证和 GitHub 账号。
推荐:终端安装
下面三条命令先下载安装脚本、核对脚本 SHA-256,再执行。脚本会继续下载固定版本的 DMG、核对 SHA-256,并安装到 ~/Applications/Operra.app。
curl -fL https://github.com/anchenqlw/operra/releases/download/v0.1.0-unsigned.1/install-operra-0.1.0-macos-arm64-unsigned.sh -o /tmp/install-operra.sh
echo "2a2011d3b66b038751f99c9290692a270495cca441c998fdfad0a50866f65525 /tmp/install-operra.sh" | shasum -a 256 -c -
bash /tmp/install-operra.sh安装器不会使用 sudo,不会关闭 Gatekeeper,也不会覆盖已有的 ~/Applications/Operra.app。如需升级,请先在 Finder 中移走旧版本,再重新执行安装命令。
macOS 阻止首次打开时
先尝试打开一次,然后进入“系统设置 → 隐私与安全性”,确认来源后选择“仍要打开”。不要执行关闭 Gatekeeper 的命令。
手动安装
下载 Operra-0.1.0-macos-arm64-unsigned.dmg,核对下面的 SHA-256 后打开,并把 Operra 拖到用户的 Applications 文件夹:
5e4057eb61d2f365820912c6eb4063f11117230279c5f2d6da75eb2856232095 Operra-0.1.0-macos-arm64-unsigned.dmg
已知边界
- 未使用 Apple Developer ID 签名或 Apple 公证,macOS 会显示额外安全提示;
- 该测试渠道不提供应用内自动更新,新版本需要手动重新安装;
- 仅支持 Apple Silicon,未提供 Intel 安装包;
- 建议先用于非关键项目,并保留自己的仓库备份。
完整产品理念、工作方式和数据归属说明见仓库 README。