Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtlayaView

License: MIT Platform: Windows .NET 9 Rust Renderer

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: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.35/AtlayaView-2.0.35-win-x64-full.zip
FX: https://github.com/Morfyuum/AtlayaView/releases/download/v2.0.35/AtlayaView-2.0.35-win-x64-fx.zip

AtlayaView logo

Screenshots

AtlayaView treemap overview

Cushion treemap detail

Highlights

  • 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.
  • Portable release model with 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.

Tech Stack

Building

Requirements:

  • Windows
  • .NET 9 SDK
  • Rust toolchain with cargo

Build the application:

dotnet build .\AtlayaView.csproj -c Release

Build the Rust renderer only:

cd .\native\atlaya_renderer
cargo build --release

Create both Windows release variants:

pwsh -File .\build-hybrid.ps1 -Configuration Release

Release Variants

  • Self-contained: includes the .NET runtime and runs without a separate runtime installation.
  • Framework-dependent: smaller download that requires an installed .NET 9 runtime.

Project Structure

  • 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.

Downloads

Current public downloads:

Releases

AtlayaView uses two Windows release variants:

  • 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

License

This project is licensed under the MIT License. See LICENSE.

About

Fast local disk space visualizer for Windows with cushion treemaps, WPF UI, and optional Rust renderer

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages