{"id":51373998,"url":"https://github.com/nathannncurtis/canopy","last_synced_at":"2026-07-03T10:10:47.855Z","repository":{"id":365793688,"uuid":"1273799588","full_name":"nathannncurtis/canopy","owner":"nathannncurtis","description":"Windows disk size analyzer","archived":false,"fork":false,"pushed_at":"2026-06-18T23:21:27.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-19T00:14:47.919Z","etag":null,"topics":["cpp","csharp","disk-analyzer","disk-space","ntfs","treemap","windows","wpf"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathannncurtis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T22:13:02.000Z","updated_at":"2026-06-18T23:21:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nathannncurtis/canopy","commit_stats":null,"previous_names":["nathannncurtis/size-monitor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nathannncurtis/canopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathannncurtis%2Fcanopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathannncurtis%2Fcanopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathannncurtis%2Fcanopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathannncurtis%2Fcanopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathannncurtis","download_url":"https://codeload.github.com/nathannncurtis/canopy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathannncurtis%2Fcanopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35081455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","csharp","disk-analyzer","disk-space","ntfs","treemap","windows","wpf"],"created_at":"2026-07-03T10:10:47.015Z","updated_at":"2026-07-03T10:10:47.847Z","avatar_url":"https://github.com/nathannncurtis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# canopy\n\n![C++](https://img.shields.io/badge/C%2B%2B-20-blue)\n![C#](https://img.shields.io/badge/C%23-.NET%209-purple)\n![License](https://img.shields.io/badge/license-GPL%203.0-blue)\n![Platform](https://img.shields.io/badge/platform-Windows-lightgrey)\n![Version](https://img.shields.io/badge/version-1.0.0-orange)\n\n**A fast Windows disk space analyzer with a native WPF interface.**\n\n---\n\n## Why Canopy?\n\nMost disk analyzers either scan slowly or feel dated. Canopy uses the NTFS Master File Table directly (the same index Windows already maintains) to enumerate every file on a volume in a single pass without opening any files. On large drives this is dramatically faster than walking the directory tree the conventional way.\n\n- MFT enumeration via USN journal (`FSCTL_ENUM_USN_DATA`) for local NTFS volumes\n- `NtQueryDirectoryFile` with a thread pool for UNC paths (`\\\\server\\share`)\n- AVX2 SIMD size accumulation with runtime CPU dispatch and scalar fallback\n- Squarified treemap with drill-down navigation (left-click in, right-click out)\n- Directory tree view with proportional size bars\n- Fluent Design UI (WPF-UI, Mica backdrop, dark theme)\n\n## Requirements\n\n- Windows 10 or later\n- Administrator privileges for MFT scanning (falls back to directory scan without elevation)\n\n## Usage\n\nDownload the latest release ZIP, extract it, and run `Canopy.exe`. The DLL (`Canopy.Core.dll`) must stay alongside the EXE.\n\nEnter a local path (`C:\\`) or a UNC path (`\\\\server\\share`) and click **Scan**.\n\n## Building from Source\n\n**Prerequisites:** Visual Studio 2022 (C++ workload), CMake 3.25+, .NET 9 SDK.\n\n```bat\nbuild.bat\n```\n\nOutput lands in `dist\\Canopy\\`. The build is unsigned.\n\nOr build components separately:\n\n```bat\ncmake -S Core -B Core\\build -A x64\ncmake --build Core\\build --config Release\ndotnet publish App\\SizeMonitor.App.csproj -c Release -r win-x64 --self-contained true -o dist\\Canopy\ncopy Core\\build\\bin\\Release\\Canopy.Core.dll dist\\Canopy\\\n```\n\n## License\n\nGPL-3.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathannncurtis%2Fcanopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathannncurtis%2Fcanopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathannncurtis%2Fcanopy/lists"}