macOS
brew install gdownlocal Homebrew formula metadata
sudo port install gdownMacPorts ports tree · net/gdown/Portfile · source: api.github.com
brew
Google Drive Public File Downloader when Curl/Wget Fails. Version 6.1.0 via Homebrew; verified 2026-05-31.
install
brew install gdownlocal Homebrew formula metadata
sudo port install gdownMacPorts ports tree · net/gdown/Portfile · source: api.github.com
sudo apt install gdownDebian stable package indexes · gdown · source: deb.debian.org
nix profile install nixpkgs#gdownnixpkgs package indexes · gdown · source: raw.githubusercontent.com
overview
Google Drive Public File Downloader when Curl/Wget Fails
history
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.
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.
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.
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.
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.
security posture
No matching local secret-handling manifest was found for gdown. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gdown | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/wkentaro/gdown
install metadata
| Package key | brew:gdown |
|---|---|
| Version | 6.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gdown |
| Homepage | https://github.com/wkentaro/gdown |
| Repository | https://github.com/wkentaro/gdown |
| Upstream docs | https://github.com/wkentaro/gdown#readme |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/6a/b5/a45f62f20664031bf74a6aeb6f8d8cd5910e411bf90d756bd6b09bdc6c35/gdown-6.1.0.tar.gz |
| Last updated | 2026-05-31T16:11:54Z |
| Pulse | updated |
| Dependencies | certifi, python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gdown |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gdown 5.2.0+dfsg-2
Google Drive public file downloader
https://github.com/wkentaro/gdown
sudo apt install gdowngdown
nix profile install nixpkgs#gdowngdown
sudo port install gdownsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.