pkg.soopen package index

brew / 順位 6003

xidel を Homebrew, chocolatey, Nix, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install xidel

local Homebrew formula metadata

Linux

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

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

概要

パッケージ概要

XPath/XQuery 3.0, JSONiq interpreter to extract data from HTML/XML/JSON

コマンドとエイリアス

  • xidel

履歴

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

Xidel is a command-line extraction and transformation tool for HTML, XML, and JSON. Its niche is combining downloader, scraper, XPath/XQuery interpreter, CSS selector tool, JSONiq/XPath JSON query support, and pattern-matching templates in one small CLI.

プロジェクトの歴史

The official homepage dates the initial Xidel release to 2012-09-05 and describes it as the first stand-alone command-line release of the VideLibri backend. Author Benito van der Zander maintains the tool, and the homepage states that the source history lives in a SourceForge Mercurial repository with GitHub and GitLab mirrors.

Xidel's evolution is language-support driven. Version 0.6 added XQuery support in 2012, 0.7 added JSONiq in 2013, 0.8 improved JSONiq and added arbitrary precision arithmetic in 2014, 0.9 expanded XPath/XQuery 3 syntax in 2015, 0.9.4 completed much of XPath/XQuery 3.0 support in 2016, and the 0.9.9 development branch advertises broad XPath/XQuery 3.1 and partial XPath 4.0 syntax support.

採用の歴史

Xidel is not a mass-market CLI like curl, but it has a loyal scraper/data-extraction niche because it can handle awkward mixed web data without gluing together several programs. The GitHub mirror metadata shows hundreds of stars, while the homepage documents prebuilt binaries for Windows, Linux, Android, and Mac preview builds, plus a single-binary usage model.

Its adoption path often overlaps with users of `curl`, `wget`, `xmlstarlet`, `jq`, XPath tools, and web scrapers. The difference is that Xidel can fetch, follow, query, pattern-match, transform, serialize, and export shell variables inside one XQuery-capable executable.

使われ方

Typical usage is `xidel URL --extract QUERY`, where the query may be CSS, XPath, XQuery, JSONiq, or an annotated pattern template. The homepage examples include extracting Google result URLs, following links and printing titles, querying JSON APIs, submitting forms, transforming HTML, serializing JSON/XML/HTML, and exporting extracted values as shell variables.

Package users reach for Xidel when a one-liner needs more structure than grep/sed but less ceremony than a custom scraper. It is especially useful for HTML pages with broken markup, API responses that need XPath-like traversal, and data extraction tasks that mix downloading, following links, and transforming output.

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

Xidel is package-nerd significant because it is an unusually dense single-purpose CLI: web fetcher, query language runtime, and data serializer in one package. That makes it a useful example of a tool whose value comes from bundling several web-data primitives behind one stable command.

It also has a distinctive maintenance profile: FreePascal source, Mercurial origin, Git mirrors, SourceForge downloads, and modern package-manager distribution. That mix makes it feel like old-school Unix web tooling that kept absorbing newer query-language standards.

タイムライン

  • 2012-09-05: initial Xidel release as a stand-alone command-line tool from the VideLibri backend.
  • 2012-11-06: version 0.6 adds XQuery support.
  • 2013-03-26: version 0.7 adds JSONiq support.
  • 2015-06-28: version 0.9 adds more XPath/XQuery 3.0 syntax, higher-order functions, and multipart form support.
  • 2016-06-08: version 0.9.4 completes much of XPath/XQuery 3.0 support and improves XQuery Test Suite conformance.
  • 2018-04-02: version 0.9.8 improves cookies, module loading, pattern matching, and multipage-template functions.
  • 0.9.9 development: the project advertises XPath/XQuery 3.1 progress and partial XPath 4.0 syntax support.

Related projects

  • VideLibri is the parent application/backend lineage from which Xidel was split as a stand-alone command-line tool.
  • XPath, XQuery, JSONiq, CSS selectors, and the W3C serialization/data-model standards are the query-language ecosystem Xidel packages for command-line use.
  • curl, wget, jq, and xmlstarlet are adjacent command-line tools that overlap with Xidel's web fetching, JSON querying, and XML processing use cases.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:interpreter

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:xidel
バージョン0.9.8
パッケージマネージャHomebrew
ホームページhttps://www.videlibri.de/xidel.html
リポジトリhttps://github.com/benibela/xidel
最終更新2026-06-22T14:06:41-07:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Nix95%

xidel

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

xidel

choco install xidel
  • normalized package name match
  • 一致条件: Xidel
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: xidel from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='8.17','wwphone-cti'
Scoop95%

main/xidel

scoop install main/xidel
  • normalized package name match
  • 一致条件: Xidel
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/xidel.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

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