Fast local disk space visualization for Windows with cushion treemaps, a WPF desktop UI, and an optional native Rust renderer.
AtlayaView scans one or more drives and turns used storage into an instantly readable treemap, making large folders and files visible at a glance.
Website: https://atlaya.capecter.com
Source Repository: https://github.com/Morfyuum/AtlayaView
Releases: https://github.com/Morfyuum/AtlayaView/releases
Public Downloads:
Full installer: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.36/AtlayaView-Setup-2.0.36-full.exe
FX installer: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.36/AtlayaView-Setup-2.0.36-fx.exe
Full portable ZIP: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.36/AtlayaView-2.0.36-win-x64-full.zip
FX portable ZIP: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.36/AtlayaView-2.0.36-win-x64-fx.zip
- Local-first desktop application for Windows with no cloud dependency.
- WPF frontend targeting .NET 9.
- Native Rust renderer for high-performance treemap drawing, with automatic fallback to the managed C# renderer if the DLL is unavailable.
- Available as a real Windows installer or as a portable ZIP, each in two variants: self-contained and framework-dependent.
- Built-in update check and self-updater for published releases.
- User interface available in German, English, French, Italian, and Spanish.
- C# / WPF / .NET 9
- Rust native renderer in native/atlaya_renderer
- PowerShell release automation via build-hybrid.ps1
Requirements:
- Windows
- .NET 9 SDK
- Rust toolchain with cargo
- Inno Setup 6 (only needed to build the installers in installer)
Build the application:
dotnet build .\AtlayaView.csproj -c ReleaseBuild the Rust renderer only:
cd .\native\atlaya_renderer
cargo build --releaseCreate both Windows release variants as installers and portable ZIPs:
pwsh -File .\build-hybrid.ps1 -Configuration Release- Self-contained: includes the .NET runtime and runs without a separate runtime installation.
- Framework-dependent: smaller download that requires an installed .NET 9 runtime.
Each variant is available both as a real Windows installer (built from installer/AtlayaView.iss / installer/AtlayaView-FX.iss, registers under "Apps"/"Programs" with its own Start Menu entry) and as a portable ZIP with no installation routine.
- Core: scanning, rendering, updates, settings, and application logic.
- Dialogs: WPF dialogs for settings, updates, filters, and about screens.
- ViewModels: presentation-layer state.
- Resources: icons, screenshots, and shared styles.
- native/atlaya_renderer: Rust renderer used by the desktop app.
Current public downloads:
- Full installer: AtlayaView-Setup-2.0.36-full.exe
- FX installer: AtlayaView-Setup-2.0.36-fx.exe
- Full portable ZIP: AtlayaView-2.0.36-win-x64-full.zip
- FX portable ZIP: AtlayaView-2.0.36-win-x64-fx.zip
AtlayaView uses two Windows release variants, each shipped as an installer and as a portable ZIP:
- Full: self-contained package with the .NET runtime included.
- FX: framework-dependent package for systems that already have .NET 9 installed.
All public releases are published on GitHub:
https://github.com/Morfyuum/AtlayaView/releases
This project is licensed under the MIT License. See LICENSE.


