Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, MacPorts, Nix, scoop 安装 dasel

查看 dasel 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install dasel

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install dasel

MacPorts ports tree · textproc/dasel/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add dasel

Alpine Linux edge package indexes · dasel · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install dasel

Debian stable package indexes · dasel · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#dasel

nixpkgs package indexes · pkgs/by-name/da/dasel/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install extras/dasel

Scoop official bucket manifest trees · bucket/dasel.json · 来源: api.github.com

概览

软件包摘要

JSON, YAML, TOML, XML, and CSV query and modification tool

命令和别名

  • dasel

历史

项目历史与用法

dasel is a command-line query and modification tool for structured data formats including JSON, YAML, TOML, XML, and CSV. Its package-manager appeal is simple: one small executable covers several file formats that otherwise tend to require separate tools.

项目历史

The project is maintained by Tom Wright and documented through its official docs site and GitHub repository. Its design centers on a selector language that can read and modify nested data across multiple serialization formats.

dasel's history is less about a large ecosystem moment and more about the packaging of a practical CLI for configuration-heavy workflows. The official docs emphasize installation, selectors, conversion, and command examples rather than a separate historical narrative.

采用历史

dasel has been packaged across common Unix package managers because it fits a familiar CLI niche: scripting against config files without writing one-off parsing code. It is most naturally adopted by shell users who want a `jq`-like utility that is not limited to JSON.

使用方式

Common usage includes selecting values, updating fields, converting between formats, and using the tool in shell pipelines. Since it operates on passed files and streams, there is no official per-user config or credentials location to record.

为什么软件包爱好者会关心

Package nerds care about dasel because it collapses a handful of format-specific dependencies into one CLI. That makes it attractive in minimal environments, CI scripts, and dotfile repositories where JSON, YAML, TOML, and XML all show up.

时间线

  • Project era: dasel established itself as a multi-format structured-data CLI.
  • Present: The official docs describe dasel as a data selector and modifier for JSON, YAML, TOML, XML, and CSV.

Related projects

  • dasel is commonly compared with `jq` for JSON, `yq` for YAML, and other small command-line tools that query or transform structured configuration files.

安全态势

尚未找到受保护工具覆盖

没有找到 dasel 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
daselcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本3.11.2
管理器更新时间2026-06-27
本地数据OK
上游当前
检测到的最新版本v3.11.2

https://github.com/TomWright/dasel

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:dasel
版本3.11.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/dasel
主页https://daseldocs.tomwright.me
仓库https://github.com/TomWright/dasel
上游文档https://github.com/TomWright/dasel#readme
许可证MIT
源码归档https://github.com/TomWright/dasel/archive/refs/tags/v3.11.2.tar.gz
最后更新2026-06-27T19:01:12Z
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 Namedasel
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

dasel 2.8.1-1

Query, update and convert data structures from the command line (program)

https://github.com/tomwright/dasel

sudo apt install dasel
  • Section: golang
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Dasel
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dasel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

golang-github-tomwright-dasel-dev 2.8.1-1

Query, update and convert data structures from the command line (library)

https://github.com/tomwright/dasel

sudo apt install golang-github-tomwright-dasel-dev
  • Section: golang
  • Architecture: all
  • Source Package: dasel
  • normalized package name match
  • 匹配方式:Dasel
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-github-tomwright-dasel-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

dasel

nix profile install nixpkgs#dasel
  • normalized package name match
  • 匹配方式:Dasel
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/da/dasel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

dasel 2.6.0-1build1

Query, update and convert data structures from the command line (program)

https://github.com/tomwright/dasel

sudo apt install dasel
  • Section: universe/golang
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Dasel
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dasel from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

golang-github-tomwright-dasel-dev 2.6.0-1build1

Query, update and convert data structures from the command line (library)

https://github.com/tomwright/dasel

sudo apt install golang-github-tomwright-dasel-dev
  • Section: universe/golang
  • Architecture: all
  • Source Package: dasel
  • normalized package name match
  • 匹配方式:Dasel
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-github-tomwright-dasel-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

dasel 2.8.1-r15

Query and modify data structures using selector strings

https://daseldocs.tomwright.me/

sudo apk add dasel
  • License: MIT
  • Architecture: x86_64
  • Source Package: dasel
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Dasel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dasel from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dasel-bash-completion 2.8.1-r15

Bash completions for dasel

https://daseldocs.tomwright.me/

sudo apk add dasel-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: dasel
  • normalized package name match
  • 匹配方式:Dasel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dasel-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dasel-fish-completion 2.8.1-r15

Fish completions for dasel

https://daseldocs.tomwright.me/

sudo apk add dasel-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: dasel
  • normalized package name match
  • 匹配方式:Dasel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dasel-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dasel-zsh-completion 2.8.1-r15

Zsh completions for dasel

https://daseldocs.tomwright.me/

sudo apk add dasel-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: dasel
  • normalized package name match
  • 匹配方式:Dasel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dasel-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

dasel

sudo port install dasel
  • normalized package name match
  • 匹配方式:Dasel
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/dasel/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/dasel

scoop install extras/dasel
  • normalized package name match
  • 匹配方式:Dasel
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/dasel.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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