# Installer gdown avec Homebrew, apt, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gdown pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gdown
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gdown
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gdown
```

  Preuve: MacPorts ports tree: net/gdown/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install gdown
```

  Preuve: Debian stable package indexes: gdown from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gdown
```

  Preuve: nixpkgs package indexes: gdown from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:gdown
- **Gestionnaire de paquets:** Homebrew
- **Version:** 6.1.0
- **Résumé source:** Google Drive Public File Downloader when Curl/Wget Fails
- **Page d'accueil:** <https://github.com/wkentaro/gdown>
- **Dépôt:** <https://github.com/wkentaro/gdown>
- **Dernière mise à jour:** 2026-05-31T16:11:54Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gdown (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 6.1.0
## Historique du projet et usages

gdown is a Python command-line tool and library for downloading public Google Drive files and folders in cases where ordinary curl or wget downloads hit Google Drive confirmation pages, awkward share-link formats, or export flows.

### Historique du projet

The official repository was created in 2015 under wkentaro/gdown and describes the project as a Google Drive public file and folder downloader. Its README positions it explicitly as a tool for the gap left by curl and wget on Google Drive URLs, later expanding to folder downloads, Google Docs/Sheets/Slides export formats, resumable transfers, cookies, proxies, and a Python API.

By the 5.x and 6.x release series, gdown had become both a CLI and a reusable Python package, with installation documented through pip and uv and with examples for direct file IDs, shared links, recursive folders, JSON listing, cached downloads, and arbitrary HTTP/HTTPS URLs.

### Historique d'adoption

The repository's packaging metadata and README badges show distribution through PyPI, while the input package facts show availability through Homebrew, Debian, MacPorts, and Nix. The official GitHub repository also has several thousand stars, reflecting broad use beyond a single package manager.

### Modes d'utilisation

Common usage is to paste a Google Drive share URL or file ID into the gdown CLI, optionally adding output paths, resume mode, folder mode, export formats, or cookie support. Python users can call gdown.download, gdown.download_folder, or cached_download from scripts and data-processing workflows.

### Pourquoi les passionnés de paquets s'y intéressent

For package and data workflow users, gdown matters because it turns a web-app download flow into a scriptable artifact fetch. It is common in machine-learning examples, reproducible notebooks, CI scripts, and package recipes that need to pull large public Drive assets without teaching curl about Google's confirmation pages.

### Chronologie

- 2015: Official GitHub repository created.
- 2024: v5.2.0 published in the 5.x release line.
- 2026: v6.0.0 and v6.1.0 published, continuing active maintenance.

### Related projects

- gdown is related to curl and wget as a specialized downloader for Google Drive URLs, and to other Google Drive CLI clients such as glotlabs/gdrive when OAuth-backed Drive management rather than public-file download is needed.

### Sources

- <https://github.com/wkentaro/gdown>
- <https://github.com/wkentaro/gdown#readme>
- <https://github.com/wkentaro/gdown/releases>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gdown. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Debian apt - gdown - 5.2.0+dfsg-2+deb13u1: normalized package name match | Debian stable package indexes: gdown from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Google Drive public file downloader | https://github.com/wkentaro/gdown
- Nix - gdown: normalized package name match | nixpkgs package indexes: gdown from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- MacPorts - gdown: normalized package name match | MacPorts ports tree: net/gdown/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gdown.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gdown.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
