Skip to content

Omeety Terminal v0.1.0 — First Public Beta

Choose a tag to compare

@littlejoely littlejoely released this 26 Jul 10:08
· 27 commits to main since this release

Omeety Terminal is a real local terminal in the Edge/Chrome side panel and an agent-neutral browser exoskeleton for Codex, Claude Code, Kimi Code, and other MCP-capable CLIs.

Omeety Terminal 是 Edge/Chrome 侧栏里的真实本地终端,也是面向 Codex、Claude Code、Kimi Code 及其他 MCP CLI 的 Agent 中立浏览器外骨骼。

Highlights / 主要能力

  • Real Windows ConPTY terminal with multiple tabs and configurable shells.
  • 28 browser-control MCP tools over Streamable HTTP, with legacy SSE support.
  • Active-tab snapshots, stable element UIDs, element picking, screenshots, Console capture, navigation-resilient waits, CDP input, and file uploads.
  • Automatic MCP setup for Codex CLI, Claude Code, and Kimi Code.
  • Localhost-only bridge and confirmation gates for dangerous browser actions.
  • Session keepalive and limited recent-output replay while the side panel is closed.
  • Bilingual documentation and reproducible headed Edge regression probes.

Fix included in this release / 本次修复

Settings now switches shells through an atomic PTY restart. Saving or leaving Settings reliably restores the icon, custom shell paths survive reloads, and failed shell spawns no longer emit a false connected state.

设置页面现在通过原子 PTY 重启切换 Shell;保存或退出后会可靠恢复 图标,自定义 Shell 路径在重载后不会丢失,Shell 启动失败也不会再同时显示虚假的已连接状态。

Install / 安装

  1. Download and extract omeety-terminal-v0.1.0-windows.zip.
  2. Install Node.js LTS.
  3. Run powershell -ExecutionPolicy Bypass -File installer\install.ps1.
  4. Open edge://extensions, enable Developer mode, choose Load unpacked, and select extension.

当前已在 Windows 11 + Microsoft Edge 验证。安装器也注册 Chrome,但实际覆盖较少;macOS/Linux 仍需要 Shell 适配。

SHA-256 (omeety-terminal-v0.1.0-windows.zip):

9a691d6afa4ea50cef480b63ab7bbd9a641f9ac44f1eff59e0e88fe75e698a16

See the README, changelog, and security policy.