An open API service indexing awesome lists of open source software.

https://github.com/kiwamizamurai/vizdisk

Cross-platform disk usage analyzer with interactive TreeMap visualizations
https://github.com/kiwamizamurai/vizdisk

daisydisk golang shadcn-ui wails

Last synced: about 1 month ago
JSON representation

Cross-platform disk usage analyzer with interactive TreeMap visualizations

Awesome Lists containing this project

README

          

VizDisk Logo

# VizDisk

**Cross-platform disk usage analyzer with interactive TreeMap and Sunburst visualizations**

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kiwamizamurai/vizdisk)](https://github.com/kiwamizamurai/vizdisk/releases)
[![GitHub all releases](https://img.shields.io/github/downloads/kiwamizamurai/vizdisk/total)](https://github.com/kiwamizamurai/vizdisk/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

VizDisk transforms file system data into interactive TreeMap and Sunburst chart visualizations, making it easy to discover what's consuming your disk space.

## 📸 Screenshots

> **Note**: Screenshots coming soon! Add some screenshots of the app in action to showcase the TreeMap visualization and user interface.

## ✨ Features

- **Multiple Visualization Options** - Choose between TreeMap rectangles and Sunburst radial charts
- **Interactive Charts** - Visual representation of file and folder sizes with hover tooltips
- **Effortless Navigation** - Double-click folders to drill down, breadcrumb navigation to go back
- **Context Menu Actions** - Right-click to delete files or open in Finder/File Explorer

## Installation

### Homebrew (macOS & Linux)

```bash
# Add the tap
brew tap kiwamizamurai/tap

# Install VizDisk
brew install vizdisk
```

### Manual Installation

Download the latest release from [GitHub Releases](https://github.com/kiwamizamurai/vizdisk/releases).

## Contributing

Contributions are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for development setup and guidelines.

## License

MIT License - see [LICENSE](LICENSE) file.