Omeety Terminal v0.1.1 — macOS Chrome support
This patch release adds verified macOS + Google Chrome support while preserving all Windows features from v0.1.0.
本补丁版本在保留 v0.1.0 全部 Windows 功能的基础上,新增经过真机验证的 macOS + Google Chrome 支持。
macOS support / macOS 支持
- Real zsh PTY in the Chrome side panel.
- System default Shell plus zsh, bash, fish, and custom executable selection.
- User-level Native Messaging registration for Chrome, Edge, and Chromium.
- Automatic MCP configuration for Codex CLI, Claude Code, and Kimi Code.
- Homebrew and common CLI locations added to PATH.
- Automatic repair for the
node-ptymacOSspawn-helperexecutable bit. - Documentation for the macOS Developer Tools permission required by
node.
Install / 安装
macOS
- Download and extract
omeety-terminal-v0.1.1-macos.zip. - Install Node.js LTS.
- In macOS Terminal or iTerm, run
./installer/install.sh. - If macOS asks whether
nodemay use Developer Tools, choose Allow. - Open
chrome://extensions, enable Developer mode, choose Load unpacked, and select the extractedextensiondirectory.
下载并解压 macOS 包,安装 Node.js LTS,在系统 Terminal 或 iTerm 中运行 ./installer/install.sh。如果系统询问是否允许 node 使用开发者工具,请选择“允许”。随后到 chrome://extensions 开启开发者模式并加载 extension 文件夹。
Windows
Download omeety-terminal-v0.1.1-windows.zip, extract it, and run:
powershell -ExecutionPolicy Bypass -File installer\install.ps1Verification / 验证
- Extension runtime regression: passed.
- macOS zsh PTY: passed.
- Streamable HTTP and legacy SSE: passed.
- MCP tool list and relay: 28 tools, mock regression 9/9 passed.
- Release archives checked for integrity, executable permissions, versions, and excluded runtime/secrets.
Compatibility / 兼容性
- Verified: Windows 11 + Microsoft Edge; macOS + Google Chrome.
- Safari is not included because it requires a separate macOS container app and browser adapter.
See the bundled SHA256SUMS.txt, CHANGELOG, and README for details.