Wingetlywingetly
← All apps

Transmission Remote GUI

by Yury Sidorov & Transmission Remote GUI working groupv5.18.0

Last updated

Transmission Remote GUI is a feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than the built-in Transmission web interface.

Install with winget

$ winget install --id PeterDaveHello.TransmissionRemoteGUI --exact --version 5.18.0

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

Silent install command for Transmission Remote GUI

Transmission Remote GUI uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
transgui-5.18.0-setup_64bit.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LANG=en

See the full silent install reference for Transmission Remote GUI

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

Transmission Remote GUI is a feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol.

It is faster and has more functionality than the built-in Transmission web interface.

Installers · v5.18.0

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x64EXE
Inno Setup
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 Transmission Remote GUI.

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

  • Deluge BitTorrent ClientDeluge Team
    DelugeTeam.Delugev2.2.0

    Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

  • qBittorrent BetaThe qBittorrent project
    qBittorrent.qBittorrent.Betav5.0.0

    Free and reliable P2P Bittorent client.

  • Free Download ManagerSoftdeluxe
    SoftDeluxe.FreeDownloadManagerv6.35.0.7018

    Free Download Manager (FDM for short) is a free, efficient, and comprehensive solution for managing all your downloads.

  • 迅雷极速版迅雷网络技术有限公司
    Thunder.Thunder.Speedv1.0.35.366

    Broadband Download, Thunder in a Flash!

  • qBittorrent (libtorrent 2)The qBittorrent project
    qBittorrent.qBittorrent.lt2v5.2.3

    Free and reliable P2P Bittorrent client.

  • qBittorrentThe qBittorrent project
    qBittorrent.qBittorrentv5.2.3

    Free and reliable P2P Bittorent client.

More from Yury Sidorov & Transmission Remote GUI working group or browse transmission, p2p, bittorrent.

Frequently asked questions

How do I install Transmission Remote GUI on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PeterDaveHello.TransmissionRemoteGUI --exact --version 5.18.0. winget downloads the installer from Yury Sidorov & Transmission Remote GUI working group and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Transmission Remote GUI silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PeterDaveHello.TransmissionRemoteGUI --exact 5.18.0 --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 Transmission Remote GUI?
Transmission Remote GUI uses EXE (Inno Setup). Run the downloaded installer with: transgui-5.18.0-setup_64bit.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LANG=en. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Transmission Remote GUI via winget?
Run: winget uninstall --id PeterDaveHello.TransmissionRemoteGUI --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Transmission Remote GUI's Apps & Features entry.
Is Transmission Remote GUI free?
Transmission Remote GUI is distributed under GPLv2. Refer to the publisher (https://github.com/transmission-remote-gui/transgui) for the full license terms - Wingetly itself does not charge for installation.
Does Transmission Remote GUI 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 Transmission Remote GUI directly from the publisher.
How do I keep Transmission Remote GUI up to date?
Run winget upgrade --id PeterDaveHello.TransmissionRemoteGUI --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Transmission Remote GUI from microsoft/winget-pkgs.