Wingetlywingetly
← All apps

WinTerm2

by hailcantov1.0.8

Last updated

Windows 上的高级终端模拟器,灵感来自 macOS iTerm2

Install with winget

$ winget install --id hailcanto.WinTerm2 --exact --version 1.0.8

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for WinTerm2

WinTerm2 uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
WinTerm2.Setup.1.0.8.exe /S /currentuser

See the full silent install reference for WinTerm2

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

WinTerm2 是一款专为 Windows 打造的现代终端模拟器,借鉴了 macOS 上广受好评的 iTerm2 的设计理念。它提供多标签页、分屏、主题切换、搜索等功能,配合 WebGL 加速渲染和 ConPTY 支持,带来流畅且美观的终端体验。

亮点

- 多标签页 + 多层嵌套分屏

- 浮动面板(可拖拽移动、调整大小)

- 面板方向键导航 + 面板全屏

- 标签页双击重命名

- 同步输入(广播到同标签页所有面板)

- 命令面板(Ctrl+Shift+P 模糊搜索执行命令)

- 布局预设(双栏、三栏、田字格等一键应用)

- 会话保存与恢复(关闭后重开恢复布局和工作目录)

- 文件路径/URL 点击打开

- 智能路径识别(支持 Windows 绝对路径、相对路径、WSL/Git Bash Unix 路径)

- 右键上下文菜单

- 6 套精心调配的内置主题

- WebGL GPU 加速渲染

- 完整的 256 色 + TrueColor 支持

- Unicode 11 / CJK / Emoji 正确显示

- iTerm2 图片协议支持

- 窗口透明度调节

- 底部状态栏(面板信息 + 快捷键提示)

- 搜索匹配计数显示

- 自动检测 PowerShell 7 / Windows PowerShell

Installers · v1.0.8

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for WinTerm2.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

    更好用的开发工具,但不止于 SSH/控制台/More

  • MShellMShell Team
    inspoaibox.Mshellv0.2.20

    MShell 是一款现代化、功能丰富的 SSH 客户端,基于 Electron、Vue 3 和 TypeScript 构建。

  • terminalManagekuyep
    WEBNSNM.terminalManagev1.0.19

    本地开发管理工具

  • LuminLumin
    wmwlwmwl.LuminSSHv1.3.4

    面向开发者和运维人员的轻量全平台 SSH 客户端。

  • MyTerminalmyterminal
    CrazyFigure.MyTerminalv0.8.3

    一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。

  • ishellproishell
    TooYi.IShellv3.1.58

    轻量又高性能的 SSH 工具

More from hailcanto or browse 控制台, 终端.

Frequently asked questions

How do I install WinTerm2 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id hailcanto.WinTerm2 --exact --version 1.0.8. winget downloads the installer from hailcanto and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WinTerm2 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id hailcanto.WinTerm2 --exact 1.0.8 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for WinTerm2?
WinTerm2 uses EXE (NSIS). Run the downloaded installer with: WinTerm2.Setup.1.0.8.exe /S /currentuser. The silent switches are /S.
How do I uninstall WinTerm2 via winget?
Run: winget uninstall --id hailcanto.WinTerm2 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WinTerm2's Apps & Features entry.
Is WinTerm2 free?
WinTerm2 is distributed under 免费软件. Refer to the publisher (https://github.com/hailcanto/Winterm2) for the full license terms - Wingetly itself does not charge for installation.
Does WinTerm2 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls WinTerm2 directly from the publisher.
How do I keep WinTerm2 up to date?
Run winget upgrade --id hailcanto.WinTerm2 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WinTerm2 from microsoft/winget-pkgs.