pkg.soopen package index

brew / Rang 327

zoxide mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zoxide in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install zoxide

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install zoxide

MacPorts ports tree · sysutils/zoxide/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add zoxide

Alpine Linux edge package indexes · zoxide · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install zoxide

Debian stable package indexes · zoxide · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install zoxide

Fedora Rawhide package metadata · zoxide · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#zoxide

nixpkgs package indexes · pkgs/by-name/zo/zoxide/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S zoxide

Arch Linux sync databases · zoxide · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install zoxide

openSUSE Tumbleweed package metadata · zoxide · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install zoxide

Chocolatey community package catalog · zoxide · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/zoxide

Scoop official bucket manifest trees · bucket/zoxide.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id ajeetdsouza.zoxide -e

Windows Package Manager source index · ajeetdsouza.zoxide · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Shell extension to navigate your filesystem faster

Befehle und Aliase

  • zoxide

Verlauf

Projektgeschichte und Nutzung

zoxide is a Rust command-line directory jumper: a smarter `cd` inspired by `z` and `autojump` that remembers frequently used directories and lets users jump to them with short fuzzy queries.

Projektgeschichte

Ajeet D'Souza created the public zoxide repository in March 2020. The README positions it as a modern successor in the directory-jump family, explicitly inspired by `z` and `autojump`, but built as a cross-shell Rust binary rather than shell-only glue.

Over time zoxide evolved from a small navigation helper into a carefully integrated shell tool. The README documents setup for Bash, Zsh, Fish, PowerShell, Nushell, POSIX shells, Elvish, Xonsh, Tcsh, and others, while the changelog shows ongoing work on completions, shell hooks, Windows behavior, symlink handling, database safety, and shell-specific edge cases.

Adoptionsgeschichte

By July 2026 GitHub metadata showed more than 37,000 stars, making zoxide one of the most visible modern Rust CLIs in the shell-productivity niche. The official README lists installation through Cargo, Homebrew, MacPorts, Nix, distro packages, Winget, Scoop, Chocolatey, Termux, BSD package systems, and an install script.

Its adoption path follows the practical workstation-tool pattern: users first install it through Cargo or a shell setup script, then standardize it through OS package managers so dotfiles and new machines can depend on the same `z` command.

Wie es verwendet wird

Common use is to initialize zoxide in the user's shell and replace or supplement `cd` with `z`. Examples include `z foo` to jump to the best-ranked matching directory, multi-term queries such as `z foo bar`, `z -` for the previous directory, and `zi` for interactive selection through fzf.

zoxide is not a file manager. It is a tiny behavioral database plus shell integration that makes repeated navigation cheap, especially for developers moving among many project trees.

Warum Paket-Nerds sich dafür interessieren

Package nerds care about zoxide because it is the directory-jump idea packaged in a modern, portable form: one Rust executable plus shell init snippets. It also shows how small terminal utilities earn broad package-manager coverage when they improve an everyday shell primitive without replacing the shell.

Zeitleiste

  • 2020-03-05: The public `ajeetdsouza/zoxide` repository is created.
  • 2020s: zoxide becomes available across Cargo, Homebrew, Linux distributions, BSD packages, Windows package managers, and Termux as documented by the README.
  • 2024-2026: The changelog records active compatibility work for Nushell, PowerShell, Fish, Zsh, POSIX shells, Tcsh, and Windows path behavior.
  • 2026-01-31: zoxide 0.9.9 is published on GitHub.

Related projects

  • `z` and `autojump` are the direct inspirations named by the README.
  • fzf is the common companion for interactive `zi` selection.
  • fasd and shell framework integrations such as Oh My Zsh occupy the same shell-navigation neighborhood.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:shell

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
zoxideExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version0.10.0
Manager aktualisiert2026-07-04
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:zoxide
Version0.10.0
PaketmanagerHomebrew
Homepagehttps://github.com/ajeetdsouza/zoxide
Repositoryhttps://github.com/ajeetdsouza/zoxide
Zuletzt aktualisiert2026-07-04T16:03:51Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

zoxide 0.9.7-1+b1

Smarter cd command for your terminal

https://github.com/ajeetdsouza/zoxide

sudo apt install zoxide
  • Section: admin
  • Architecture: amd64
  • Source Package: rust-zoxide
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Zoxide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zoxide from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zoxide

nix profile install nixpkgs#zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zo/zoxide/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

zoxide 0.9.3-1

Smarter cd command for your terminal

https://github.com/ajeetdsouza/zoxide

sudo apt install zoxide
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: rust-zoxide
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Zoxide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zoxide from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

zoxide 0.9.9-r0

Faster way to navigate your filesystem

https://github.com/ajeetdsouza/zoxide

sudo apk add zoxide
  • License: MIT
  • Architecture: x86_64
  • Source Package: zoxide
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Zoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zoxide from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

zoxide-bash-completion 0.9.9-r0

Bash completions for zoxide

https://github.com/ajeetdsouza/zoxide

sudo apk add zoxide-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zoxide-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

zoxide-doc 0.9.9-r0

Faster way to navigate your filesystem (documentation)

https://github.com/ajeetdsouza/zoxide

sudo apk add zoxide-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zoxide-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

zoxide-fish-completion 0.9.9-r0

Fish completions for zoxide

https://github.com/ajeetdsouza/zoxide

sudo apk add zoxide-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zoxide-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

zoxide-zsh-completion 0.9.9-r0

Zsh completions for zoxide

https://github.com/ajeetdsouza/zoxide

sudo apk add zoxide-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zoxide-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

zoxide 0.9.8-3.fc45

Smarter cd command for your terminal

https://crates.io/crates/zoxide

sudo dnf install zoxide
  • License: MIT AND MPL-2.0 AND (Apache-2.0 OR MIT) AND (MIT-0 OR Apache-2.0)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-zoxide
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Zoxide
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zoxide from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

zoxide 0.10.0-1

A smarter cd command for your terminal

https://github.com/ajeetdsouza/zoxide

sudo pacman -S zoxide
  • License: MIT
  • Architecture: x86_64
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Zoxide
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: zoxide from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

zoxide 0.10.0-1.2

A smarter cd command

https://github.com/ajeetdsouza/zoxide

sudo zypper install zoxide
  • License: MIT
  • Category: System/Console
  • Architecture: x86_64
  • Source Package: zoxide
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Zoxide
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zoxide from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

zoxide

sudo port install zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/zoxide/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

zoxide

choco install zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: zoxide from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','zerotier-one'
Scoop95%

main/zoxide

scoop install main/zoxide
  • normalized package name match
  • Abgeglichen nach: Zoxide
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/zoxide.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

ajeetdsouza.zoxide

winget install --id ajeetdsouza.zoxide -e
  • normalized package name match
  • Abgeglichen nach: Zoxide
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: ajeetdsouza.zoxide from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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