Wingetlywingetly
← All apps

BATorrent

by Mateus Cruzv3.0.3

Last updated

A privacy-first BitTorrent client with movie & game cover art, six themes, and zero ads.

Install with winget

$ winget install --id Mateuscruz19.BATorrent --exact --version 3.0.3

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

Silent install command for BATorrent

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

One-line silent install (x64, user scope)
BATorrent-setup-x86_64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for BATorrent

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

BATorrent is a free, open-source BitTorrent client for Windows, macOS, and Linux, built in C++/Qt 6 on the libtorrent engine. It shows your downloads as a grid of real movie, series, and game cover art (TMDB + IGDB) and can be themed six ways. It is privacy-first: VPN interface binding with a kill switch that drops all traffic if the tunnel dies, a Tor preset, anonymous handshake, and anti-leecher blocking. It also includes a browser WebUI with QR pairing, built-in search, RSS auto-download, stream-while-downloading, and Plex/Jellyfin/Emby library refresh. No ads, no telemetry, no "Pro" tier, and no account required.

Installers · v3.0.3

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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

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

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.07.04

    A feature-rich command-line audio/video downloader.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • Ente Authente.io
    ente-io.auth-desktopv4.4.25

    Open source 2FA authenticator, with end-to-end encrypted backups.

  • Q
    QtScrcpyBarry
    Barry-ran.QtScrcpyv3.3.3

    Android real-time display control software.

More from Mateus Cruz or browse bittorrent, torrent, torrent-client.

Frequently asked questions

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