Wingetlywingetly
← All apps
T

tether

by thxnlov3.0.3

Last updated

Tray bridge between Windows and your SSH hosts - clipboard, files, tunnels, ADB.

Install with winget

$ winget install --id thxnlo.tether --exact --version 3.0.3

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

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

tether keeps your Windows machine tethered to your SSH hosts. Screenshots

and files copied to the clipboard upload over SSH and the remote path lands

on your clipboard, ready to paste into Claude Code, Codex, or any SSH

session. It also supervises SSH port forwards with keep-alive and automatic

reconnection, shares local Android (adb) devices with a server, and fetches

files a server drops in an outbox directory back to the local clipboard.

Requires the built-in Windows OpenSSH client and key-based auth.

Installers · v3.0.3

ArchitectureTypeScopeInstallDownload
neutralPortable-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 tether.

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

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.229

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • DittoScott Brogden
    Ditto.Dittov3.25.113.0

    Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.

  • Android StudioGoogle LLC
    Google.AndroidStudiov2026.1.3.7

    The official Integrated Development Environment (IDE) for Android app development.

  • Win-CodexBarCodexBar Contributors
    Finesssee.Win-CodexBarv0.53.0

    Windows-native menu bar app for OpenAI Codex and Claude Code usage stats.

  • Android SDK Platform-ToolsGoogle LLC
    Google.PlatformToolsv37.0.1

    Android SDK Platform-Tools includes tools that interface with the Android platform, primarily adb and fastboot.

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

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

More from thxnlo or browse adb, claude-code, clipboard.

Frequently asked questions

How do I install tether on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id thxnlo.tether --exact --version 3.0.3. winget downloads the installer from thxnlo and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install tether silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id thxnlo.tether --exact 3.0.3 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall tether via winget?
Run: winget uninstall --id thxnlo.tether --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from tether's Apps & Features entry.
Is tether free?
tether is distributed under MIT. Refer to the publisher (https://github.com/thxnlo/tether) for the full license terms - Wingetly itself does not charge for installation.
Does tether 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 tether directly from the publisher.
How do I keep tether up to date?
Run winget upgrade --id thxnlo.tether --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of tether from microsoft/winget-pkgs.