Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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 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

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

Tech Stack

Building

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 Release

Build the Rust renderer only:

cd .\native\atlaya_renderer
cargo build --release

Create both Windows release variants as installers and portable ZIPs:

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.

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.

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, 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

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages