# Install transmission-cli with Homebrew, apk, apt, dnf, pacman, scoop, zypper

Lightweight BitTorrent client. Version 4.1.3 via Homebrew; verified 2026-06-30.

## Install

```sh
sudo av install brew:transmission-cli
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install transmission-cli
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add transmission-cli
```

  Evidence: Alpine Linux edge package indexes: transmission-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install transmission-cli
```

  Evidence: Debian stable package indexes: transmission-cli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install transmission-cli
```

  Evidence: Fedora Rawhide package metadata: transmission-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S transmission-cli
```

  Evidence: Arch Linux sync databases: transmission-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install transmission-daemon
```

  Evidence: openSUSE Tumbleweed package metadata: transmission-daemon from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/transmission-cli
```

  Evidence: Scoop official bucket manifest trees: bucket/transmission-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:transmission-cli
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/transmission-cli>
- **Version:** 4.1.3
- **Source summary:** Lightweight BitTorrent client
- **Homepage:** <https://transmissionbt.com/>
- **Repository:** <https://github.com/transmission/transmission>
- **Upstream docs:** <https://github.com/transmission/transmission/tree/main/docs>
- **License:** GPL-2.0-only OR GPL-3.0-only
- **Source archive:** <https://github.com/transmission/transmission/releases/download/4.1.3/transmission-4.1.3.tar.xz>
- **Last updated:** 2026-06-30T12:22:58Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- transmission-cli (cli)
- transmission-create (cli)
- transmission-daemon (cli)
- transmission-edit (cli)
- transmission-remote (cli)
- transmission-show (cli)
- transmission-cli (alias)
- transmission-create (alias)
- transmission-daemon (alias)
- transmission-edit (alias)
- transmission-remote (alias)
- transmission-show (alias)

## Dependencies

- libevent
- libpsl
- miniupnpc

## Build dependencies

- cmake
- gettext
- pkgconf

## Uses from macOS

- curl

## Install behavior

- Post-install hook: not defined
- Service: declared
- Caveats: This formula only installs the command line utilities. Transmission.app can be downloaded directly from the website: https://www.transmissionbt.com/ Alternatively, install with Homebrew Cask: brew install --cask transmission
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.1.3
- Package-manager updated: 2026-06-30
- Local data: ok
- Upstream repository: https://github.com/transmission/transmission
- info: No cached GitHub release or tag data was available.
## Project history and usage

Transmission CLI is the command-line packaging surface of Transmission, a fast, lightweight, open-source BitTorrent client. The package exposes `transmission-daemon`, `transmission-remote`, and torrent utility commands for users who run Transmission on servers, NAS devices, routers, and other headless systems.

### Project history

Transmission presents itself as a multi-interface BitTorrent client: native macOS GUI, GTK and Qt clients, a Windows-compatible Qt GUI, a headless daemon, and a web UI. Its homepage emphasizes simple defaults, native integration, low resource use, and suitability for home NAS and media servers.

The CLI story has changed over time. The official README says `transmission-remote` is now the preferred CLI client, while the older standalone `transmission-cli` client is deprecated, limited to one torrent at a time, and kept primarily for older hardware that depends on it.

Transmission 4.0.0 was a major modernization release. The official release notes describe more than a year of work, over a thousand commits since 3.00, a migration from C90 to modern C++, a rewritten web client, stronger testing, BitTorrent v2 support, and better resource efficiency. Official releases continued into the 4.1 series, with 4.1.3 published in 2026.

### Adoption history

Transmission's adoption is tied to its reputation for low overhead and easy defaults. The official homepage says Ubuntu chose Transmission as its default BitTorrent client in part because of its easy learning curve, and it also states that Transmission has been used by Western Digital, Zyxel, and Belkin, supporting its role on embedded, NAS, and appliance-like hardware.

For command-line users, adoption centers on `transmission-daemon` plus `transmission-remote`. The headless documentation shows the daemon running in the background, exposing RPC on port 9091, and accepting commands for adding and removing torrents, listing downloads, showing session information, checking progress, and shutting the daemon down.

### How it is used

A typical headless workflow starts `transmission-daemon`, edits `~/.config/transmission-daemon/settings.json` while the daemon is stopped, then controls the session with `transmission-remote`. Users add magnet links or torrent files, list torrent IDs, stop or start selected torrents, remove items, inspect session info, and rely on the web UI or RPC protocol for remote control.

The package also includes utilities for working with torrent metadata: `transmission-show` examines `.torrent` files, `transmission-create` creates them, and `transmission-edit` edits them. Distribution packages may split these tools differently, which is why a CLI-specific package matters.

### Why package nerds care

For package nerds, Transmission CLI is the headless half of a well-known desktop BitTorrent client. It is the package you install on a server, seedbox, router, or NAS when a GUI is unnecessary but the same stable Transmission core and RPC ecosystem are desired.

It also has a packaging wrinkle: the historical `transmission-cli` executable is deprecated, but package names such as `transmission-cli` often remain because users actually want the daemon, remote controller, and helper tools bundled under that long-standing CLI package identity.

### Timeline

- Earlier CLI era: The standalone `transmission-cli` client was created before `transmission-remote` and later became deprecated.
- 3.00 era: The headless documentation examples show Transmission 3.00 daemon and RPC usage.
- 2023: Transmission 4.0.0 modernized the codebase, web client, testing, and BitTorrent feature support.
- 2026: Official releases list Transmission 4.1.3.

### Related projects

- Transmission CLI is part of the broader Transmission project alongside the macOS, GTK, Qt, Windows, daemon, web UI, RPC protocol, and torrent-metadata utility surfaces.

### Sources

- <https://api.github.com/repos/transmission/transmission/releases>
- <https://github.com/transmission/transmission#readme>
- <https://github.com/transmission/transmission/blob/main/docs/Headless-Usage.md>
- <https://github.com/transmission/transmission/blob/main/news/news-4.0.0.md>
- <https://transmissionbt.com/>


## Security Notes

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/transmission-cli/settings.json, ~/.config/transmission-daemon/settings.json
- macOS: ~/Library/Application Support/Transmission/settings.json, ~/Library/Preferences/org.m0k.transmission.plist
- Windows: %LOCALAPPDATA%/transmission-daemon/settings.json, %LOCALAPPDATA%/transmission/settings.json
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** transmission-cli
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - transmission-cli - 4.1.0~beta2+dfsg-3+deb13u1: normalized package name match | Debian stable package indexes: transmission-cli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight BitTorrent client (command line programs) | https://transmissionbt.com/
- Ubuntu apt - transmission-cli - 4.0.5-1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: transmission-cli from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight BitTorrent client (command line programs) | https://transmissionbt.com/
- apk - transmission-cli - 4.1.2-r0: normalized package name match | Alpine Linux edge package indexes: transmission-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight GTK BitTorrent client (cli) | https://transmissionbt.com/
- dnf - transmission-cli - 4.1.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: transmission-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Transmission command line implementation | http://www.transmissionbt.com
- pacman - transmission-cli - 4.1.1-1: normalized package name match | Arch Linux sync databases: transmission-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Fast, easy, and free BitTorrent client (CLI tools, daemon and web client) | http://www.transmissionbt.com/
- Scoop - main/transmission-cli: normalized package name match | Scoop official bucket manifest trees: bucket/transmission-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- Debian apt - transmission-daemon - 4.1.0~beta2+dfsg-3+deb13u1: installed executable or alias match | Debian stable package indexes: transmission-daemon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight BitTorrent client (daemon) | https://transmissionbt.com/
- Ubuntu apt - transmission-daemon - 4.0.5-1build5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: transmission-daemon from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight BitTorrent client (daemon) | https://transmissionbt.com/
- apk - transmission-daemon - 4.1.2-r0: installed executable or alias match | Alpine Linux edge package indexes: transmission-daemon from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight GTK BitTorrent client (daemon and webinterface) | https://transmissionbt.com/
- apk - transmission-remote - 4.1.2-r0: installed executable or alias match | Alpine Linux edge package indexes: transmission-remote from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight GTK BitTorrent client (remote client) | https://transmissionbt.com/
- dnf - transmission-daemon - 4.1.2-1.fc45: installed executable or alias match | Fedora Rawhide package metadata: transmission-daemon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Transmission daemon | http://www.transmissionbt.com
- zypper - transmission-daemon - 4.1.1-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: transmission-daemon from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Daemon for the "transmission" BitTorrent client | https://www.transmissionbt.com/


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [libevent](https://www.automicvault.com/pkg/brew/libevent/) - Runtime dependency declared by Homebrew.
- [libpsl](https://www.automicvault.com/pkg/brew/libpsl/) - Runtime dependency declared by Homebrew.
- [miniupnpc](https://www.automicvault.com/pkg/brew/miniupnpc/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [gettext](https://www.automicvault.com/pkg/brew/gettext/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rtorrent](https://www.automicvault.com/pkg/brew/rtorrent/) - Shares av.db curated category or tags: bittorrent, cli, networking, p2p, torrent-client.
- [mktorrent](https://www.automicvault.com/pkg/brew/mktorrent/) - Shares av.db curated category or tags: bittorrent, cli, networking, p2p.
- [rqbit](https://www.automicvault.com/pkg/brew/rqbit/) - Shares av.db curated category or tags: bittorrent, cli, networking, torrent-client.
- [btpd](https://www.automicvault.com/pkg/brew/btpd/) - Shares av.db curated category or tags: bittorrent, cli, daemon, networking, p2p.
- [intermodal](https://www.automicvault.com/pkg/brew/intermodal/) - Shares av.db curated category or tags: bittorrent, cli, networking.
- [mabel](https://www.automicvault.com/pkg/brew/mabel/) - Shares av.db curated category or tags: bittorrent, cli, networking.
- [mkbrr](https://www.automicvault.com/pkg/brew/mkbrr/) - Shares av.db curated category or tags: bittorrent, cli, networking.
- [qbittorrent-cli](https://www.automicvault.com/pkg/brew/qbittorrent-cli/) - Shares av.db curated category or tags: bittorrent, cli, networking.

## Combined YAML source

View the package source record on GitHub. [combined/transmission-cli.yml](https://github.com/automic-vault/db/blob/main/combined/transmission-cli.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
