dbxcli
brew install dbxcli
v3.3.3
Apache-2.0
Command-line tool for Dropbox users and team admins
47
30-day installs · #4789
47
90-day · #7503
47
365-day · #11254
1.1k
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
cli
dropbox
golang-application
Links
- https://github.com/dropbox/dbxcli
- GitHub: dropbox/dbxcli
- Brew formula source: Formula/d/dbxcli.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Command-line tool for Dropbox users and team admins",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:52+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "dbxcli",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-20T21:18:55Z",
"github_readme_excerpt": "# `dbxcli`: A command line tool for Dropbox users and team admins [UNOFFICIAL]\n\n[](https://github.com/dropbox/dbxcli/actions/workflows/ci.yml)\n[](https://goreportcard.com/report/github.com/dropbox/dbxcli)\n\n:warning: WARNING: This project is **NOT official**. What does this mean?\n\n * There is no formal Dropbox support for this project\n * Bugs may or may not get fixed\n * Not all SDK features may be implemented and implemented features may be buggy or incorrect\n\n## Features\n\n * Supports basic file operations like ls, cp, mkdir, mv, rm (via the Files API)\n * Supports search with sorting and flexible time formatting\n * Supports file revisions and file restore\n * Chunked uploads for large files, paginated listing for large directories\n * Recursive directory uploads (`put -r`) and downloads (`get -r`)\n * Retry with exponential backoff for uploads and downloads\n * Supports a growing set of Team operations\n\n## Installation\n\n### Homebrew (macOS and Linux)\n\n```sh\nbrew install dbxcli\n```\n\n### Linux\n\nDownload the archive for your architecture, verify its checksum, and install. Replace `X.Y.Z` with the latest version from the [Releases](https://github.com/dropbox/dbxcli/releases) page (without the leading `v`).\n\n```sh\ncurl -LO https://github.com/dropbox/dbxcli/releases/download/vX.Y.Z/dbxcli_X.Y.Z_linux_amd64.tar.gz\ncurl -LO https://github.com/dropbox/dbxcli/releases/download/vX.Y.Z/SHA256SUMS\ngrep \u0027dbxcli_X.Y.Z_linux_amd64.tar.gz\u0027 SHA256SUMS | sha256sum -c -\ntar -xzf dbxcli_X.Y.Z_linux_amd64.tar.gz\nsudo mv dbxcli_X.Y.Z_linux_amd64/dbxcli /usr/local/bin/\n```\n\nFor ARM systems, use `linux_arm64` or `linux_arm` instead of `linux_amd64`.\n\n### macOS (manual)\n\nIf you prefer not to use Homebrew:\n\n```sh\ncurl -LO https://github.com/dropbox/dbxcli/releases/download/vX.Y.Z/dbxcli_X.Y.Z_darwin_arm64.tar.gz\ncurl -LO https://github.com/",
"github_repo": "dropbox/dbxcli",
"github_stars": 1119,
"github_topics": [
"cli",
"dropbox",
"golang-application"
],
"homepage": "https://github.com/dropbox/dbxcli",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 47,
"installs_365d": 47,
"installs_90d": 47,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "dbxcli",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4789,
"rank_365d": 11254,
"rank_90d": 7503,
"raw_hash": "e370562c74d3f797",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/d/dbxcli.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "3.3.3",
"versioned_formulae": [],
"why_use_this": null
}