pkg.soopen package index

brew / 順位 2630

filebrowser を Homebrew, apk, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install filebrowser

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install filebrowser

MacPorts ports tree · net/filebrowser/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add filebrowser

Alpine Linux edge package indexes · filebrowser · ソース: dl-cdn.alpinelinux.org

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

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

概要

パッケージ概要

Web File Browser

コマンドとエイリアス

  • filebrowser

履歴

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

File Browser is a self-hosted web file manager that serves a chosen directory through a browser UI for uploading, deleting, previewing, editing, and sharing files.

Its package-manager appeal is that it compresses a useful private-cloud pattern into a single Go binary: install it, point it at a path, and run a small web server.

プロジェクトの歴史

The upstream repository was created in 2015 and describes the project as a web file browser. The README frames the goal as create-your-own-cloud software: a server-side binary directed at a filesystem path and exposed through a web interface.

Versioned tags show the project reaching v1.0.0 in 2017 and v2.0.0 in 2019, with the v2 series becoming the long-lived packaging target for most users.

The README says File Browser is a finished product and is in maintenance-only mode, with maintainers focusing on bug triage, security issues, and review of bug-fix pull requests rather than planned new features.

採用の歴史

File Browser's adoption came from a simple niche: self-hosters, homelab users, and small teams wanted a browser-based file manager without deploying a full groupware or storage platform.

Its availability in Homebrew, Alpine, MacPorts, and Nix reflects that it is useful both as a local developer utility and as a small server component in Unix-like environments.

The maintenance-only status is also part of its adoption story: the project reached a stable product shape, so package managers mostly carry it as dependable infrastructure rather than a fast-moving feature app.

使われ方

Typical use is to install File Browser, choose the root directory to expose, configure a database and settings, and run the web server behind local authentication or a reverse proxy.

Users choose it when they need a quick file-management UI for a server directory, a small replacement for ad hoc SFTP access, or a browser-accessible drop zone for local infrastructure.

The operational model is intentionally compact: one binary, a database file for persistent state, static web assets in the binary, and command-line/config settings for binding, root path, and users.

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

File Browser is a neat package-manager specimen because it turns what could be a pile of web-app dependencies into a single installed executable.

It also represents the self-hosted Go-binary pattern common in Homebrew and Nix: portable server, minimal runtime dependencies, easy service wrapping, and a config/database file that package maintainers need to account for.

タイムライン

  • 2015: Upstream GitHub repository created.
  • 2017: v1.0.0 tag committed.
  • 2019: v2.0.0 tag committed.
  • 2020: v2.6.x releases published in the long-running v2 line.
  • 2026: README states the project is a finished product in maintenance-only mode.

Related projects

  • File Browser sits near self-hosted file managers, WebDAV/SFTP front ends, and single-binary Go server tools.
  • It is often paired with system service managers, reverse proxies, and container runtimes rather than with a larger application framework.

セキュリティ状態

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

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

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

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
./.filebrowser.{json,toml,yaml,yml}~/.filebrowser.{json,toml,yaml,yml}/etc/filebrowser/.filebrowser.{json,toml,yaml,yml}

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./filebrowser.db

実行可能ファイル

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

コマンド種類公開範囲メモ
filebrowser実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版2.63.23
マネージャ更新日2026-07-28
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:filebrowser
バージョン2.63.23
パッケージマネージャHomebrew
ホームページhttps://filebrowser.org/
リポジトリhttps://github.com/filebrowser/filebrowser
最終更新2026-07-28T01:40:25Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Nix95%

filebrowser

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

filebrowser 2.27.0-r23

Web File Browser

https://github.com/filebrowser/filebrowser

sudo apk add filebrowser
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: filebrowser
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Filebrowser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: filebrowser from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

filebrowser-openrc 2.27.0-r23

Web File Browser (OpenRC init scripts)

https://github.com/filebrowser/filebrowser

sudo apk add filebrowser-openrc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: filebrowser
  • normalized package name match
  • 一致条件: Filebrowser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: filebrowser-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
MacPorts95%

filebrowser

sudo port install filebrowser
  • normalized package name match
  • 一致条件: Filebrowser
MacPorts ports tree · api.github.com · MacPorts ports tree: net/filebrowser/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

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