Wingetlywingetly
← All apps

Termite

by CompuPhasev3.4

Last updated

Termite is an easy to use and easy to configure RS232 terminal. It uses an interface similar to that of "messenger" or "chat" programs, with a large window that contains all received data and an edit line for typing in strings to transmit.

Install with winget

$ winget install --id Compuphase.Termite --exact --version 3.4

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

Silent install command for Termite

Termite uses EXE. The silent install switches are /S.

One-line silent install (x86)
termite-3.4.exe /S

See the full silent install reference for Termite

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.

Installers · v3.4

ArchitectureTypeScopeInstallDownload
x86EXE-Direct

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

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

  • Pawn embedded scripting languageCompuPhase
    Compuphase.Pawnv4.1.7152

    Pawn is a quick and small scripting language that requires few resources.

  • WezTermWez Furlong
    wez.wezterm.nightlyv20260915-135123-2658f629

    A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

  • 哔哩哔哩哔哩哔哩
    Bilibili.Bilibiliv1.18.0

    Bilibili Windows client

  • 腾讯视频腾讯科技(深圳)有限公司
    Tencent.TencentVideov11.184.2229.0

    China's leading online streaming platform that offers unlimited HD videos for watching online

  • Serial LabSerial Lab
    SerialLab.SerialLabv1.0.0

    Serial Lab is a Windows application (Written in C#) that reads, writes and plots data from/to serial port.

  • WindTermkingToolbox
    kingToolbox.WindTermv2.7.0

    A professional, quicker, and better SSH/SFTP/Shell/Telnet/Tmux/Serial client terminal.

More from CompuPhase or browse rs232, serial.

Frequently asked questions

How do I install Termite on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Compuphase.Termite --exact --version 3.4. winget downloads the installer from CompuPhase and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Termite silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Compuphase.Termite --exact 3.4 --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 Termite?
Termite uses EXE. Run the downloaded installer with: termite-3.4.exe /S. The silent switches are /S.
How do I uninstall Termite via winget?
Run: winget uninstall --id Compuphase.Termite --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Termite's Apps & Features entry.
Is Termite free?
Termite is distributed under Copyright (c) CompuPhase. Refer to the publisher (https://www.compuphase.com/software_termite.htm) for the full license terms - Wingetly itself does not charge for installation.
Does Termite 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 Termite directly from the publisher.
How do I keep Termite up to date?
Run winget upgrade --id Compuphase.Termite --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Termite from microsoft/winget-pkgs.