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
- Host: GitHub
- URL: https://github.com/kiwamizamurai/vizdisk
- Owner: kiwamizamurai
- License: mit
- Created: 2025-08-09T01:54:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T09:57:42.000Z (11 months ago)
- Last Synced: 2025-09-03T08:54:13.478Z (10 months ago)
- Topics: daisydisk, golang, shadcn-ui, wails
- Language: TypeScript
- Homepage: https://kiwamizamurai.github.io/vizdisk/
- Size: 873 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# VizDisk
**Cross-platform disk usage analyzer with interactive TreeMap and Sunburst visualizations**
[](https://github.com/kiwamizamurai/vizdisk/releases)
[](https://github.com/kiwamizamurai/vizdisk/releases)
[](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.