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: Apr 19, 2026 8:54am
Followers: 0
Rank: 365/17421
Monitored via:
GitHub Releases Site Monitor Winget
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

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).