{"id":48789406,"url":"https://github.com/konosubakonoakua/zig-ncdu","last_synced_at":"2026-04-13T19:03:02.803Z","repository":{"id":206975196,"uuid":"718128998","full_name":"konosubakonoakua/zig-ncdu","owner":"konosubakonoakua","description":"[folk] disk usage analyzer with an ncurses interface","archived":false,"fork":false,"pushed_at":"2025-11-03T03:01:13.000Z","size":273,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-03T05:11:48.290Z","etag":null,"topics":["cli","disk","disk-usage","linux","ncurses","tool","tui","zig"],"latest_commit_sha":null,"homepage":"https://dev.yorhel.nl/ncdu","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konosubakonoakua.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSES/MIT.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-13T12:50:47.000Z","updated_at":"2025-11-03T03:00:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"60d6a227-6779-46a7-a0d5-2fbcc18bcf5d","html_url":"https://github.com/konosubakonoakua/zig-ncdu","commit_stats":null,"previous_names":["konosubakonoakua/ncdu-zig","konosubakonoakua/zig-ncdu"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/konosubakonoakua/zig-ncdu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konosubakonoakua%2Fzig-ncdu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konosubakonoakua%2Fzig-ncdu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konosubakonoakua%2Fzig-ncdu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konosubakonoakua%2Fzig-ncdu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konosubakonoakua","download_url":"https://codeload.github.com/konosubakonoakua/zig-ncdu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konosubakonoakua%2Fzig-ncdu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","disk","disk-usage","linux","ncurses","tool","tui","zig"],"created_at":"2026-04-13T19:03:01.248Z","updated_at":"2026-04-13T19:03:02.796Z","avatar_url":"https://github.com/konosubakonoakua.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: Yorhel \u003cprojects@yorhel.nl\u003e\nSPDX-License-Identifier: MIT\n--\u003e\n\n# ncdu-zig\n\n## Description\n\u003cimg src=\"https://github.com/user-attachments/assets/a0235a3e-5071-406b-83ce-7343ab0268e1\" width=\"50%\" /\u003e\n\nNcdu is a disk usage analyzer with an ncurses interface. It is designed to find\nspace hogs on a remote server where you don't have an entire graphical setup\navailable, but it is a useful tool even on regular desktop systems. Ncdu aims\nto be fast, simple and easy to use, and should be able to run in any minimal\nPOSIX-like environment with ncurses installed.\n\nSee the [ncdu 2 release announcement](https://dev.yorhel.nl/doc/ncdu2) for\ninformation about the differences between this Zig implementation (2.x) and the\nC version (1.x).\n\n## Requirements\n\n- Zig 0.14 or 0.15\n- Some sort of POSIX-like OS\n- ncurses\n- libzstd\n\n## Install\n\nYou can use the Zig build system if you're familiar with that.\n\nThere's also a handy Makefile that supports the typical targets, e.g.:\n\n```\nmake\nsudo make install PREFIX=/usr\n```\n\n## Caution\n\u003e [!IMPORTANT]\n\u003e This repo is upload from https://dev.yorhel.nl/ncdu, maybe diverged from the origin.\n\n## Similar projects\n- [Duc](http://duc.zevv.nl/) - Multiple user interfaces.\n- [gt5](http://gt5.sourceforge.net/) - Quite similar to ncdu, but a different approach.\n- [gdu](https://github.com/dundee/gdu) - Go disk usage analyzer inspired by ncdu.\n- [dua](https://github.com/Byron/dua-cli) - Rust disk usage analyzer with a CLI.\n- [diskonaut](https://github.com/imsnif/diskonaut) - Rust disk usage analyzer with a TUI.\n- [godu](https://github.com/viktomas/godu) - Another Go disk usage analyzer, with a slightly different browser UI.\n- [tdu](https://bitbucket.org/josephpaul0/tdu) - Go command-line tool with ncdu JSON export.\n- [TreeSize](http://treesize.sourceforge.net/) - GTK, using a treeview.\n- [Baobab](http://www.marzocca.net/linux/baobab.html) - GTK, using pie-charts, a treeview and a treemap. Comes with GNOME.\n- [GdMap](http://gdmap.sourceforge.net/) - GTK, with a treemap display.\n- [Filelight](https://apps.kde.org/filelight/) - KDE, using pie-charts.\n- [QDirStat](https://github.com/shundhammer/qdirstat) - Qt, with a treemap display.\n- [K4DirStat](https://github.com/jeromerobert/k4dirstat) - Qt, treemap.\n- [xdiskusage](http://xdiskusage.sourceforge.net/) - FLTK, with a treemap display.\n- [fsv](http://fsv.sourceforge.net/) - 3D visualization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonosubakonoakua%2Fzig-ncdu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonosubakonoakua%2Fzig-ncdu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonosubakonoakua%2Fzig-ncdu/lists"}