TarTool – Windows tar gzip tgz extraction tool
TarTool is a tiny windows command line tool to extract tar gzip (tar.gz or tgz extension) files.
You can download TarTool , unzip and run TarTool.exe as a command line executable.
You can also download TarTool from this alternate download location if the link above is down or does not work for you.
The source code for TarTool is now hosted on codeplex.
I wanted to play around with the Microsoft Shared Source CLI SSCLI. The download is only available as a tgz extension. Imagine that
After searching the interwebs for tools that would extract tar gzip files , I was disappointed since there was no simple tool to extract tar gzip files on my windows machine.
There are a few tools out there like WinRAR etc., but I found them too bloated for my task.
So I wrote a little tool using SharpZipLib, the open source Zip, GZip, Tar and BZip2 library (great job guys, BTW).
SharpZipLib does most of the heavy lifting so the core of TarTool is less than ten lines of C#. I can host the source code if there is enough interest.
The source is now hosted on codeplex.
Enjoy!
Update (05/06/2009 17:00 CST) :
TarTool now has an addtional option to untar tar file formats.
TarTool -x sample.tar temp
will untar the sample.tar contents into the temp folder.

January 24th, 2009 11:56
7zip anyone? OSS.
January 25th, 2009 14:59
yeah … 7-zip is pretty neat. There were a few recommendations for this tool on various forums.
TarTool.exe can be extended into cmdlets for powershell users. Besides it does only one thing extract tar.gz (tgz) on my windows 2008 machine, which is all I wanted to do.
April 11th, 2011 08:28
Works great, exactly the tool I needed to untar .tgz files on Windows.
May 12th, 2011 11:34
I needed a tool to untar a tar file in an automated script. This did exactly what I needed.
Thanks
May 12th, 2011 15:21
Thanks Randy.
June 6th, 2011 14:07
TarTool works perfectly!
This program will be in my tool box for a long time!
Thank you – Shane
June 27th, 2011 05:56
TarTool is great utility. It’s simple and fast and it helps me very much. Thanks for your job.
Another tools (7zip, Winzip, WiRAR,…) are not able to unpack tar.gz file directly to original files. They unpack to temporary .tar file (in 1st step) and only then to original files (in 2nd step).
TarTool does that! It saves a lot of time and disk space.