Skip to content

Omeety Terminal v0.1.1 — macOS Chrome support

Choose a tag to compare

@littlejoely littlejoely released this 26 Jul 10:47

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-pty macOS spawn-helper executable bit.
  • Documentation for the macOS Developer Tools permission required by node.

Install / 安装

macOS

  1. Download and extract omeety-terminal-v0.1.1-macos.zip.
  2. Install Node.js LTS.
  3. In macOS Terminal or iTerm, run ./installer/install.sh.
  4. If macOS asks whether node may use Developer Tools, choose Allow.
  5. Open chrome://extensions, enable Developer mode, choose Load unpacked, and select the extracted extension directory.

下载并解压 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.ps1

Verification / 验证

  • 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.