Create TAR Online
Combine multiple files into one uncompressed TAR archive that works well in Linux and Unix environments.
What is the TAR archive utility?
The TAR archive utility is a browser-based packaging utility. It combines multiple files and folders into one standard .tar archive, also known as Tape Archive. TAR is very common on Linux and Unix systems and only bundles files together without compressing them, so packaging is usually very fast.
How to create a TAR archive online?
- Add files:Drag the files or entire folders you want to archive into the dashed area above, or click the button to choose them.
- Review the list:Confirm the loaded files and folder paths, and remove anything you do not want to include.
- Start packaging:Enter the archive filename you want and click the button to start creating the TAR file.
- Download the archive:Because no heavy compression is involved, packaging usually finishes almost instantly and the .tar file download starts automatically.
Frequently asked questions
What is the difference between TAR and ZIP?
The biggest difference is that ZIP is both an archive and a compression format, so it combines files and reduces their size. TAR is only an archive format that joins files together into one larger file without shrinking them. On Linux, people often package files with TAR first and then compress the result with Gzip to create a .tar.gz file.
Can large files make the browser crash?
Yes, that can happen. Because the utility runs fully in the browser, all file data must be loaded into device memory before the archive can be created. If you try to package several GB of files at one time, the browser may run out of memory. It is recommended to handle very large files in smaller batches.
Is my data safe?
Yes. Because no files are uploaded to cloud servers, all reading, merging, and packaging happen locally on your own computer. The utility can still work even if your internet connection is disconnected, which makes it suitable for sensitive or private business files.
Recommended utilities
You may also need these file utilities