`cbt` is a command-oriented and command-only build tool that allows one to develop applications and libraries in C++ without resorting to make-files or any heavyweight build-tools.
It comes with its own dependency resolution management system, plus it is completely decentralised. As long as an URL refers to a `tar.gz` file and the library follows strict `cbt` directory structure format, it can be built and linked easily.
Every other historical tools till date are beautiful and have their own respective places, but I felt that I can do much better for the community.
I have made the eighth release here: https://github.com/swar-mukh/cbt/releases/tag/cbt-2026.02.06
Do share your thoughts and feedbacks. Yes, there's a long way to go and fix various bugs, but I shall be there.