Automic VaultAutomic Vault

brew

Installer yash avec Homebrew, apk, dnf, MacPorts, Nix, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de yash pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install yash

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install yash

MacPorts ports tree · shells/yash/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add yash

Alpine Linux edge package indexes · yash · Source: dl-cdn.alpinelinux.org

Fedora dnfvérifié · 92%
sudo dnf install yash

Fedora Rawhide package metadata · yash · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#yash

nixpkgs package indexes · pkgs/by-name/ya/yash/package.nix · Source: api.github.com

Ubuntu aptvérifié · 92%
sudo apt install yash

Ubuntu 24.04 LTS package indexes · yash · Source: archive.ubuntu.com

aperçu

Résumé du paquet

Yet another shell: a POSIX-compliant command-line shell

historique

Historique du projet et usages

yash, Yet Another Shell, is Yuki Watanabe's POSIX-focused command-line shell. It aims to be highly POSIX-compliant while still offering interactive conveniences such as completion, prediction, arrays, aliases, extended globbing, and redirection features.

Historique du projet

Upstream NEWS records Yash 2.0 alpha0 as the first 2.x release on 2008-05-26. The project later moved to GitHub; the README says it is maintained on GitHub but was formerly on OSDN, and the GitHub repository was created on 2012-11-24.

A defining thread in Yash history is conformance work. NEWS records POSIX.1-2008 conformance in Yash 2.8 in April 2009, support for the 2013 edition of POSIX.1-2008 in 2.42 in August 2016, and support for POSIX.1-2008 Technical Corrigendum 2 in 2.44 in January 2017. The current README says Yash now fully supports POSIX.1-2024 except for listed limitations.

The project has stayed actively maintained in a conservative shell-tooling style. The README describes stable maintenance releases every three months or so, and GitHub releases show 2.61 published on 2026-03-03.

Historique d'adoption

Yash's adoption is niche compared with bash, zsh, dash, or fish, but it has a clear role for users who care about POSIX behavior, shell-language edge cases, and an interactive shell that does not primarily chase bash compatibility. Package managers such as Homebrew, MacPorts, Fedora, Nix, and Ubuntu carry it as an alternative shell rather than as a default system shell.

Its maintenance style also attracts shell implementers and portability-minded users: NEWS entries repeatedly track standard changes, built-in behavior, job control, pathname expansion, and line-editing details rather than splashy user-interface pivots.

Modes d'utilisation

Users can run yash as an interactive shell, script interpreter, or login shell. The README documents startup files under `$XDG_CONFIG_HOME/yash/profile` or `~/.yash_profile` for login shells and `$XDG_CONFIG_HOME/yash/rc` or `~/.yashrc` for interactive configuration.

In practice it is useful for POSIX shell testing, portable script development, and users who want a smaller standards-oriented shell with interactive amenities such as command completion, history-based prediction, global aliases, arrays, and extended globbing.

Pourquoi les passionnés de paquets s'y intéressent

yash is package-nerd significant because shells are both applications and compatibility surfaces. Packaging yash gives users a reproducible alternative interpreter for testing scripts against POSIX semantics without replacing the system `/bin/sh`.

It is also a good example of long-haul small-project maintenance: standards tracking, portability fixes, completion updates, and cautious release cadence matter more than branding. That makes it valuable in package collections even when its user base is specialized.

Chronologie

  • 2008-05-26: Yash 2.0 alpha0 is recorded as the first 2.x release.
  • 2009-04-18: Yash 2.8 NEWS states conformance to POSIX.1-2008.
  • 2012-11-24: magicant/yash repository is created on GitHub.
  • 2016-08-27: Yash 2.42 adds support for the 2013 edition of POSIX.1-2008.
  • 2017-01-17: Yash 2.44 adds support for POSIX.1-2008 Technical Corrigendum 2.
  • 2026-03-03: Yash 2.61 is released; the manual version matches 2.61.

Related projects

  • dash and bash are common comparison points for POSIX shell behavior and scripting compatibility.
  • zsh and fish occupy the more feature-forward interactive shell space that yash partially overlaps but does not try to clone.
  • yash-rs is the upstream author's Rust reimplementation project for a future extended POSIX shell.

posture de sécurité

Niveau de risque : yellow

generalized runtime or code generation signal.

Classificateur de risque

risque yellow · confiance moyen · runtime

Pourquoi

  • generalized runtime or code generation signal

Signaux

  • text:shell

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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
$XDG_CONFIG_HOME/yash/profile~/.yash_profile$XDG_CONFIG_HOME/yash/rc~/.yashrc

exécutables

Exécutables installés

CommandeTypeExpositionNote
yashcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-26
version du gestionnaire2.61
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/magicant/yash

  • infoNo package-manager update timestamp was available.confiance faible
  • infoNo cached GitHub release or tag data was available.https://github.com/magicant/yashconfiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:yash
Version2.61
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/yash
Page d'accueilhttps://magicant.github.io/yash/
Dépôthttps://github.com/magicant/yash
Docs amonthttps://magicant.github.io/yash/doc
LicenceGPL-2.0-or-later
Archive sourcehttps://github.com/magicant/yash/releases/download/2.61/yash-2.61.tar.xz
Dépendancesgettext
Bibliothèques fournies par macOSncurses
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

yash

nix profile install nixpkgs#yash
  • normalized package name match
  • Correspondance par : Yash
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ya/yash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

yash 2.55-2

yet another shell

https://yash.osdn.jp/

sudo apt install yash
  • Section: universe/shells
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Yash
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yash from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-yash-completion 2.60-r0

Yash completions for git

https://magicant.github.io/yash/

sudo apk add git-yash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-yash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

openssh-client-yash-completion 2.60-r0

Yash completions for openssh-client

https://magicant.github.io/yash/

sudo apk add openssh-client-yash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openssh-client-yash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

subversion-yash-completion 2.60-r0

Yash completions for subversion

https://magicant.github.io/yash/

sudo apk add subversion-yash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: subversion-yash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

valgrind-yash-completion 2.60-r0

Yash completions for valgrind

https://magicant.github.io/yash/

sudo apk add valgrind-yash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: valgrind-yash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

yash 2.60-r0

Yet another shell

https://magicant.github.io/yash/

sudo apk add yash
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yash from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

yash-binsh 2.60-r0

yash as /bin/sh

https://magicant.github.io/yash/

sudo apk add yash-binsh
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yash-binsh from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

yash-completion 2.60-r0

Yet another shell (command-line completion)

https://magicant.github.io/yash/

sudo apk add yash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

yash-doc 2.60-r0

Yet another shell (documentation)

https://magicant.github.io/yash/

sudo apk add yash-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: yash
  • normalized package name match
  • Correspondance par : Yash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yash-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

yash 2.61-1.fc45

Yet Another SHell

https://github.com/magicant/yash/

sudo dnf install yash
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: yash
  • 8 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Yash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yash from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

yash-doc 2.61-1.fc45

Documentation for yash

https://github.com/magicant/yash/

sudo dnf install yash-doc
  • License: CC-BY-SA-2.1-JP
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: yash
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Yash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yash-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

yash

sudo port install yash
  • normalized package name match
  • Correspondance par : Yash
MacPorts ports tree · api.github.com · MacPorts ports tree: shells/yash/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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