How to use Files to TAR
- Add the files you want to bundle.
- Click Create TAR.
- Your .tar downloads instantly.
Build TAR archives in the browser
TAR is the standard archive format on Unix and Linux. This tool writes a valid ustar archive locally — no server, no upload. Filenames must be under 100 characters.
- Is the TAR compressed?
- No, TAR itself is uncompressed. You can gzip it afterwards with command-line tools if needed.
- Are my files uploaded?
- No. Everything is processed locally in your browser, so your files never leave your device.