Scripts2026年5月19日·1 分钟阅读

Wave Terminal — Open-Source AI-Integrated Terminal Emulator

A modern, cross-platform terminal that embeds AI chat, file previews, web browsing, and graphical widgets directly inside the terminal window, combining command-line and GUI workflows.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Wave Terminal
通用 CLI 安装命令
npx tokrepo install 7572b001-539f-11f1-9bc6-00163e2b0d79

Introduction

Wave Terminal is an open-source terminal emulator that blends traditional command-line interaction with graphical widgets, inline file previews, and built-in AI assistance. Instead of switching between terminal and browser, developers can preview Markdown, images, CSVs, and web pages in tabbed blocks alongside their shell sessions. AI chat is integrated for command suggestions and explanations.

What Wave Terminal Does

  • Provides a modern terminal with tabbed workspaces and split panes
  • Embeds inline previews for Markdown, images, CSV data, and web pages
  • Integrates AI chat powered by configurable LLM backends for command help
  • Supports SSH connections with a graphical connection manager
  • Renders graphical blocks (charts, editors, browsers) alongside terminal output

Architecture Overview

Wave Terminal is built with Go on the backend and a TypeScript/React frontend rendered via Electron. The backend manages shell sessions, SSH connections, and block rendering through a local WebSocket server. Graphical blocks are React components that receive data from the shell context. AI integration routes prompts to configurable LLM providers (OpenAI, local models) through a pluggable adapter layer. Configuration is stored in a local JSON-based state file.

Self-Hosting & Configuration

  • Download the installer for macOS, Linux, or Windows from the project website
  • Configure AI by providing an API key in Settings for OpenAI or compatible endpoints
  • Set up SSH connections through the built-in connection manager with key-based auth
  • Customize keybindings, themes, and default shell in the settings panel
  • Workspace state persists across restarts including open tabs and split layouts

Key Features

  • Inline file and data previews without leaving the terminal
  • Built-in AI assistant for command suggestions, error explanations, and scripting help
  • Graphical block system that renders charts, editors, and web content in terminal tabs
  • SSH connection manager with session persistence
  • Cross-platform support for macOS, Linux, and Windows

Comparison with Similar Tools

  • iTerm2 — macOS-only terminal with profiles and splits; Wave adds AI and graphical blocks
  • Warp — AI-powered terminal; Wave is fully open source and supports inline widget rendering
  • Kitty — fast GPU-rendered terminal; Wave focuses on graphical integration over raw speed
  • Alacritty — minimalist GPU terminal; Wave targets users who want richer in-terminal experiences
  • Ghostty — fast native terminal; Wave differentiates with embedded AI and preview blocks

FAQ

Q: Is an AI API key required? A: No. AI features are optional. Wave works as a full-featured terminal without any AI configuration.

Q: Does it support tmux or screen? A: Yes. Wave runs any shell and multiplexer. Its native tabs and splits can also substitute for tmux.

Q: What shells are supported? A: Bash, Zsh, Fish, PowerShell, and any POSIX-compatible shell.

Q: Is it resource-heavy compared to native terminals? A: It uses Electron, so memory usage is higher than purely native terminals, but comparable to VS Code's integrated terminal.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产