A web-based tool that converts .tar and .tar.gz files to .zip format directly in your browser. No server upload required - all processing happens locally in your browser for maximum privacy and security.
- Convert .tar files to .zip format
- Modern, drag-and-drop interface
- 100% client-side processing
- No file size limits (other than browser memory constraints)
- Progress indication during conversion
- Automatic download of converted files
- Open
index.htmlin your web browser - Drag and drop a .tar file onto the interface, or click to select a file
- Wait for the conversion to complete
- The converted .zip file will automatically download
This tool uses the following technologies:
- Pure JavaScript for file processing
- JSZip library for creating ZIP files
- Modern Web APIs (File API, Drag and Drop API)
- No external dependencies or server requirements
Works in all modern browsers that support:
- File API
- Drag and Drop API
- async/await
- TextDecoder
To modify or enhance this tool:
- Clone the repository
- Make your changes to the source files:
index.html- Main interfacestyles.css- Stylingapp.js- Application logic
- Test in a web browser