ttar (tiny tar) - this is utility, written in C and built on a freestanding syscall-only approach without libc, external libraries, and unnecessary dependencies. The utility adheres to the philosophy of "one tool - one task". Direct use of Linux calls, and rejection of unnecessary functionality, gave a binary size of 2.4K for the arm64 architecture. I created it because I'm a purist when it comes to tiny utilities. I also hope it will be useful to someone, or perhaps inspire someone to take up the same craft.