Icon

zoxide

zoxide is a smarter cd command inspired by z and autojump. It tracks directories you use most frequently and recently, allowing fast navigation with fewer keystrokes. Built in Rust, it supports all major shells and offers features like fuzzy matching and interactive directory selection.
Latest: 3
Last checked: Jun 9, 2026 12:10am
Rank: 258/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MIT LicenseWinget: Available

Version & Lifecycle

0
Current: 3 N-2: 0.9.8 Avg cadence: Every 70 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • April 13, 2026
0

Deployment tip

For enterprise deployment of zoxide on Windows, download the pre-built zoxide-x86_64-pc-windows-msvc.zip binary from the official releases page, extract zoxide.exe to a shared network path (e.g., servertoolszoxide), and add this path to user or system PATH environment variables via Group Policy.
Then, deploy the PowerShell initialization command Invoke-Expression (& { (zoxide init powershell --hook pwd | Out-String) }) to user PowerShell profiles (e.g., via GPO preferences editing $PROFILE) to enable directory tracking without aliases.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

zoxideajeetdsouza zoxide

Packaging Notes

0

Rust-based command line tool; supports all major shells; integrates with tools like fzf, nnn, vim, yazi

Notes

0

Latest known version 0.9.8 as of 2025; supports bash, zsh, fish, PowerShell, Nushell; ranking algorithm based on frecency (frequency + recency).