Automic VaultAutomic Vault

brew

webdav を Homebrew, Nix でインストール

webdav のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install webdav

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#webdav

nixpkgs package indexes · pkgs/by-name/we/webdav/package.nix · ソース: api.github.com

概要

パッケージ概要

Simple and standalone WebDAV server

コマンドとエイリアス

  • webdav

履歴

プロジェクトの歴史と使われ方

hacdias/webdav is a simple standalone WebDAV server written in Go. It packages the long-lived WebDAV protocol into a single-purpose server for exposing a filesystem tree over HTTP with WebDAV methods, users, permissions, and lightweight configuration.

プロジェクトの歴史

The underlying protocol is older than the package: WebDAV was standardized as HTTP extensions for distributed authoring, with RFC 2518 published in 1999 and RFC 4918 replacing it in 2007 after interoperability experience. That background explains why a small modern server can interoperate with many clients, file managers, sync tools, and applications that already understand WebDAV.

Henrique Dias created the public hacdias/webdav repository in August 2017. The README presents the project as a simple standalone WebDAV server, installable from binary releases, from source with the Go toolchain, or through Homebrew.

採用の歴史

The project found an audience in self-hosting and local-network workflows where a full groupware server or cloud storage stack is too much. Its GitHub repository had more than 5,000 stars by July 2026, a strong signal for a small protocol server.

Because WebDAV remains a compatibility layer used by editors, file managers, note tools, and single-file web apps, hacdias/webdav is often adopted as glue: it lets an ordinary directory become a remote-save target without deploying a larger service.

使われ方

Typical usage is to write a YAML configuration that names the address, filesystem scope, users, permissions, and optional TLS/CORS behavior, then run the `webdav` server in front of the desired directory. Users connect with WebDAV-capable clients rather than with a custom application protocol.

The package is particularly useful for quick private file serving, development tests against a WebDAV endpoint, self-hosted syncing experiments, and applications that know how to save to a WebDAV URL.

パッケージ好きにとっての重要性

The package is significant because it gives a standards-era protocol a small contemporary binary. In packaging terms, it is the opposite of a platform: one command, one config file, and a well-known HTTP extension surface that other tools already know how to speak.

タイムライン

  • 1999: RFC 2518 standardized early WebDAV HTTP extensions.
  • 2007: RFC 4918 replaced RFC 2518 as the main WebDAV distributed-authoring protocol specification.
  • 2017-08: The hacdias/webdav repository was created.
  • 2026: The project was still seeing signed GitHub releases in the v5 series.

Related projects

  • Related software includes Apache mod_dav, nginx WebDAV modules, SabreDAV, rclone serve webdav, Nextcloud/WebDAV endpoints, and filebrowser, another prominent Henrique Dias self-hosted file-management project.

セキュリティ状態

保護ツール対応はまだ見つかっていません

webdav に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
config.yml/config.yml/opt/webdav.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
config.yml/config.yml/opt/webdav.yml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
webdavcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版5.14.0
マネージャ更新日2026-07-12
ローカルデータOK
上流最新
検出された最新v5.14.0

https://github.com/hacdias/webdav

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:webdav
バージョン5.14.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/webdav
ホームページhttps://github.com/hacdias/webdav
リポジトリhttps://github.com/hacdias/webdav
上流ドキュメントhttps://github.com/hacdias/webdav#readme
ライセンスMIT
ソースアーカイブhttps://github.com/hacdias/webdav/archive/refs/tags/v5.14.0.tar.gz
最終更新2026-07-12T10:09:33Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewebdav
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

webdav

nix profile install nixpkgs#webdav
  • normalized package name match
  • 一致条件: Webdav
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/we/webdav/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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