NoxDir: A High-Performance Terminal Utility for Disk Usage Visualization

This repository profile is provided by osrepos.com, an open source repository discovery platform.

NoxDir: A High-Performance Terminal Utility for Disk Usage Visualization

Summary

NoxDir is a powerful, cross-platform command-line tool designed for visualizing file system usage. It offers a responsive, keyboard-driven terminal UI to help users quickly identify and manage disk space. Written in Go, NoxDir supports Windows, macOS, and Linux, making it a versatile utility for system cleanup.

Repository Information

Analyzed by OSRepos on December 28, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

NoxDir is a high-performance, cross-platform command-line tool designed for visualizing and exploring your file system usage. Written in Go, it detects mounted drives or volumes and presents disk usage metrics through a responsive, keyboard-driven terminal UI. NoxDir is crafted to help you quickly locate space hogs and streamline your cleanup workflow, supporting Windows, macOS, and Linux.

Installation

NoxDir offers several convenient installation methods:

  • Homebrew (macOS):
    brew tap crumbyte/noxdir
    brew install --cask noxdir
    
  • Arch-based Linux distros:
    pacman -S noxdir
    
  • NixOS / Nix:
    nix-env -iA nixpkgs.noxdir
    
  • Other Linux distros:
    curl -s https://crumbyte.github.io/noxdir/scripts/install.sh | bash
    
  • Pre-compiled Binaries: Download the latest optimized binary from the Releases page.
  • Go install (Go 1.24+):
    go install github.com/crumbyte/noxdir@latest
    
  • Build from source (Go 1.24+):
    git clone https://github.com/crumbyte/noxdir.git
    cd noxdir
    make build
    ./bin/noxdir
    

Examples

Using NoxDir is straightforward. Once installed, simply run it in your terminal:

noxdir

The interactive interface initializes immediately, allowing you to explore your disk usage without configuration. You can also use flags to customize its behavior:

  • Specify a root directory:
    noxdir --root="/path/to/your/directory"
    
  • Exclude specific directories from scanning:
    noxdir --exclude="node_modules,temp_files"
    
  • Enable caching for faster subsequent scans:
    noxdir --use-cache
    

Why Use NoxDir?

NoxDir stands out with its robust feature set and user-friendly design:

  • High Performance: Built with Go, it offers fast scanning and a responsive terminal UI.
  • Cross-Platform Compatibility: Seamlessly works across Windows, macOS, and Linux.
  • Interactive Visualization: A keyboard-driven interface helps you navigate and understand disk usage intuitively.
  • Delta Mode: Easily view file system changes since your last session, highlighting added or deleted items and space usage differences.
  • Customization: Personalize your experience with custom key bindings and color schemas to match your preferences.
  • Caching for Speed: Utilize caching to significantly reduce scanning times on frequently accessed volumes.
  • Command Bar: Execute actions on selected entries directly from an integrated command bar.

Links

Related repositories

Similar repositories that may be relevant next.

OpenRA: An Open Source Engine for Classic Westwood RTS Games

OpenRA: An Open Source Engine for Classic Westwood RTS Games

June 29, 2026

OpenRA is a powerful open-source real-time strategy game engine designed to revive classic Westwood games like Command & Conquer: Red Alert and Tiberian Dawn. Written in C#, it offers cross-platform compatibility, running seamlessly on Windows, Linux, *BSD, and Mac OS X. This project provides a robust framework for playing and modding beloved RTS titles, fostering an active community around these timeless games.

csharpgame-enginerts
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising

REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising

June 19, 2026

REAL Video Enhancer is a powerful open-source application designed to enhance video quality across Linux, Windows, and macOS. It leverages AI models for advanced video processing tasks such as frame interpolation, upscaling, decompression, and denoising. This tool provides a modern alternative to older software, making high-quality video enhancement accessible to a wider audience.

video-enhancementaiupscaling
Notes: A Fast and Beautiful Cross-Platform Note-Taking App

Notes: A Fast and Beautiful Cross-Platform Note-Taking App

June 18, 2026

Notes is an open-source, cross-platform note-taking application designed for speed and beauty. Written in C++ with Qt, it offers robust features like Markdown support, Kanban boards for tasks, and comprehensive organization options. This app prioritizes user privacy, ensuring a secure and efficient environment for capturing your thoughts.

note-taking-appcross-platformmarkdown
Task: A Modern, Cross-Platform Build Tool for Streamlined Workflows

Task: A Modern, Cross-Platform Build Tool for Streamlined Workflows

May 18, 2026

Task is an open-source, cross-platform build tool inspired by Make, designed to simplify and automate modern development workflows. It allows developers to define and run tasks using a simple YAML configuration, offering a powerful and intuitive alternative to traditional build systems. Written in Go, Task ensures fast execution and broad compatibility across various operating systems.

build-tooldevopsgo

Source repository

Open the original repository on GitHub.

14 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️