🍺 BREW Explorer

← all formulae

davix

brew install davix v0.8.10_1 LGPL-2.1-or-later

Library and tools for advanced file I/O with HTTP-based protocols

145
30-day installs · #2982
497
90-day · #2898
2.4k
365-day · #2623
107
★ GitHub stars · updated 11mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake",
    "doxygen"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Library and tools for advanced file I/O with HTTP-based protocols",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:51+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "davix",
  "github_default_branch": "devel",
  "github_last_commit_at": "2025-09-19T15:34:20Z",
  "github_readme_excerpt": "# Davix\n\n[![build status](https://gitlab.cern.ch/dmc/davix/badges/devel/pipeline.svg)](https://gitlab.cern.ch/dmc/davix/commits/devel)\n\n[Davix](http://dmc.web.cern.ch/projects/davix/home) aims to make the task of managing files over HTTP-based protocols simple. It is being developed by IT-ST at CERN, and while the project\u0027s purpose is its use on the [CERN grid](http://wlcg.web.cern.ch/), the functionality offered is generic.\n\n## Documentation\n\nVisit [https://davix.web.cern.ch](https://davix.web.cern.ch) to view the latest documentation.\n\n\n## HTTP File Management\nHTTP is gaining popularity for file management tasks, beyond its traditional use for serving web pages. It is versatile enough to be fit for this purpose; `PUT`, `MOVE` and `DELETE` requests can be used for basic file manipulation, for example. (uploading, moving, and deleting a file, respectively)\n\nSome common file-management operations are not possible to do with plain HTTP, however, which is why the [WebDAV](https://en.wikipedia.org/wiki/WebDAV) extensions were developed, which davix supports.\n\nDavix also supports a plethora of authentication methods:\n* x509 user certificate\n* VOMS proxy\n* RFC proxy with VOMS extensions support\n* username / password\n* AWS S3 compatible services\n* Microsoft Azure compatible services\n\n## Usage\nDavix provides a shared library as well as a few command line tools. The library offers two sets of APIs, a file-oriented and a POSIX-like interface.\n\nHere are some example invocations of the command-line tools.\n\n```\n# upload a file using a VOMS proxy\ndavix-put myfile https://someserver/dir/myfile -E /tmp/x509up_u1000\n# download a file from an Amazon S3 bucket\ndavix-get https://mybucket.s3.amazonaws.com/somefile --s3accesskey [..] --s3secretkey [..]\n# do an ls on a WebDAV-enabled server\ndavix-ls https://someserver/dir\n```\n\n## Compiling\n1. Install the necessary dependencies:\n   * cmake\n   * libxml2-devel\n   * openssl-devel\n\n2. Compile:\n```\ngit clone https://github.com/cern-fts/davix.gi",
  "github_repo": "cern-fts/davix",
  "github_stars": 107,
  "github_topics": [],
  "homepage": "https://github.com/cern-fts/davix",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 145,
  "installs_365d": 2420,
  "installs_90d": 497,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "LGPL-2.1-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "davix",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2982,
  "rank_365d": 2623,
  "rank_90d": 2898,
  "raw_hash": "622bd49ede4976ef",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/d/davix.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "python": "build"
    },
    "curl",
    "libxml2"
  ],
  "version_head": "HEAD",
  "version_stable": "0.8.10",
  "versioned_formulae": [],
  "why_use_this": null
}