vazr >
Introduction

vazr in 30 seconds

A fast, safe CLI that finds and removes junk taking up disk space.

1. Prerequisites

vazr runs on any system with Node.js.

Node.js >= 18.0.0

2. Install

Install vazr globally via npm.

$ npm install -g @lechakrawarthy/vazr
$ vazr --version
v0.1.0

3. Run your first scan

Preview what can be cleaned without deleting anything.

$ vazr scan --dry-run
Scan complete.
Potential reclaimable
7.30 GB

4. Next steps

Review results, then clean safely.

01

Scan

Find junk and estimate reclaimable space.

vazr scan
02

Review

Inspect what will be removed.

vazr review
03

Clean

Remove junk safely.

vazr clean
04

Automate

Schedule cleanups or run in CI.

vazr clean --json
New here?

Follow the First Scan guide to see a full walkthrough.

First Scan