pkg.soopen package index

brew / 排名 1947

使用 Homebrew, apk, Nix, pacman, zypper 安装 sheldon

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install sheldon

local Homebrew formula metadata

Linux

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

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

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

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

Arch Linux pacman已验证 · 92%
sudo pacman -S sheldon

Arch Linux sync databases · sheldon · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install sheldon

openSUSE Tumbleweed package metadata · sheldon · 来源: download.opensuse.org

概览

软件包摘要

Fast, configurable, shell plugin manager

命令和别名

  • sheldon

历史

项目历史与用法

Sheldon is a Rust-based command-line manager that downloads shell plugins and renders a startup script from declarative TOML configuration.

项目历史

Sheldon was developed as a fast, configurable manager for shell plugins. It supports GitHub repositories, Gists, arbitrary Git repositories, remote files, local directories, and inline plugin definitions.

The project evolved toward XDG-compatible state management and supports configurable templates for generating Bash or Zsh startup code.

采用历史

Sheldon is packaged by Homebrew, Alpine Linux, Arch Linux, Nix, and openSUSE according to the supplied package metadata. The project also publishes prebuilt Linux and macOS binaries and supports installation through Cargo.

Version 0.7.0 standardized the XDG directory layout, replacing the older default under `~/.sheldon`.

使用方式

Users run `sheldon init` to create `plugins.toml`, declare Git, GitHub, Gist, remote, local, or inline plugins, and add `eval "$(sheldon source)"` to their Bash or Zsh startup file.

`sheldon lock` installs or updates sources and writes a lock file; `sheldon source` verifies the lock state and emits the configured shell script.

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

Sheldon applies a compiled Rust implementation and parallel installation to the shell-plugin-manager niche while keeping shell startup integration to a generated script. Its declarative TOML model makes plugin sources, revisions, templates, and loading behavior reproducible and inspectable.

时间线

  • 2020-10-16: Version 0.6.0 added XDG directory support.
  • 2022-10-13: Version 0.7.0 made XDG directories the default.
  • 2022-11-01: Version 0.7.1 fixed custom-config-file handling.

Related projects

  • Oh My Zsh is a commonly managed plugin collection and framework.
  • Antigen, Zinit, zplug, and other shell plugin managers occupy the same ecosystem, while Sheldon emphasizes a compiled binary, TOML configuration, and parallel installation.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:shell

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 8 个平台目标。
  • 安装时包含 3 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

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

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/sheldon/plugins.toml

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

页面生成时间2026-09-19
管理器版本0.8.5
管理器更新时间2026-09-12
本地数据OK
上游当前
检测到的最新版本0.8.5

https://github.com/rossmacarthur/sheldon

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

安装元数据

软件包元数据

软件包键brew:sheldon
版本0.8.5
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/sheldon
主页https://sheldon.cli.rs
仓库https://github.com/rossmacarthur/sheldon
上游文档https://sheldon.cli.rs
许可证Apache-2.0 OR MIT
源码归档https://github.com/rossmacarthur/sheldon/archive/refs/tags/0.8.5.tar.gz
最后更新2026-09-12T23:09:08Z
Pulseupdated
依赖libgit2, libssh2, openssl@3
构建依赖pkgconf, rust
macOS 提供的库curl
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesheldon
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%

sheldon

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

sheldon 0.8.1-r0

Fast, configurable, shell plugin manager

https://github.com/rossmacarthur/sheldon

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

sheldon-bash-completion 0.8.1-r0

Bash completions for sheldon

https://github.com/rossmacarthur/sheldon

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

sheldon-zsh-completion 0.8.1-r0

Zsh completions for sheldon

https://github.com/rossmacarthur/sheldon

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

sheldon 0.8.5-3

A fast and configurable shell plugin manager

https://sheldon.cli.rs

sudo pacman -S sheldon
  • License: Apache-2.0 AND MIT
  • Architecture: x86_64
  • 7 依赖
  • normalized package name match
  • 匹配方式:Sheldon
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sheldon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

sheldon 0.8.5-1.5

Fast, configurable, shell plugin manager

https://sheldon.cli.rs/

sudo zypper install sheldon
  • License: MIT OR Apache-2.0 AND MIT AND Zlib AND LGPL-2.1-or-later AND CC-BY-SA-4.0 AND Apache-2.0 WITH LLVM-exception AND BSD-4-clause AND OpenSSL AND Unicode AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sheldon
  • 7 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Sheldon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: sheldon from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

sheldon-bash-completion 0.8.5-1.5

Bash completion for sheldon

https://sheldon.cli.rs/

sudo zypper install sheldon-bash-completion
  • License: MIT OR Apache-2.0 AND MIT AND Zlib AND LGPL-2.1-or-later AND CC-BY-SA-4.0 AND Apache-2.0 WITH LLVM-exception AND BSD-4-clause AND OpenSSL AND Unicode AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: sheldon
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Sheldon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: sheldon-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

sheldon-zsh-completion 0.8.5-1.5

ZSH completion for sheldon

https://sheldon.cli.rs/

sudo zypper install sheldon-zsh-completion
  • License: MIT OR Apache-2.0 AND MIT AND Zlib AND LGPL-2.1-or-later AND CC-BY-SA-4.0 AND Apache-2.0 WITH LLVM-exception AND BSD-4-clause AND OpenSSL AND Unicode AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: sheldon
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Sheldon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: sheldon-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst

来源线索

由仓库数据生成

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

使用的来源

  • Geiger risk classifier
  • 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
  • pkg.so package database
  • pkgdb category and tag curation