ARC to TAR Converter

Repack ancient ARC files into Unix TAR format free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Unix Metadata Support

TAR preserves file permissions, ownership, and symbolic links — metadata that the DOS-era ARC format never handled.

No Retro Software Needed

ARC extraction software is practically extinct. Convertio reads your vintage archive in the cloud — no DOS tools required.

Secure File Processing

Uploaded ARC files are removed from servers immediately after conversion. TAR output files are deleted automatically within 24 hours.

How to convert ARC to TAR

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose tar or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your tar file right afterwards

About formats

ARC is one of the earliest widely-used compressed archive formats for personal computers, created by Thom Henderson of System Enhancement Associates) (SEA) in 1985 for MS-DOS. The format combines multiple files into a single archive with per-file compression, supporting several compression methods including no compression (stored), run-length encoding, Huffman coding, and LZW (Lempel-Ziv-Welch) variants. Each file entry in an ARC archive carries its own header with the original filename, compressed and uncompressed sizes, timestamp, CRC checksum, and compression method indicator. ARC became the dominant archive format on DOS-based bulletin board systems (BBS) during the mid-1980s, serving as the primary means of distributing software, documents, and data files online before the internet era. The format sparked a notable legal controversy when Phil Katz created a compatible utility (PKARC), leading to a lawsuit from SEA that ultimately motivated Katz to develop the ZIP) format as a legal alternative. One advantage of ARC was its per-file compression approach, allowing individual files to be extracted without decompressing the entire archive. The integrated CRC checksums provided another benefit, enabling reliable verification of data integrity after transfer over error-prone modem connections. While ZIP and more modern formats supplanted ARC by the early 1990s, the format holds historical significance as a foundational technology in the evolution of data compression and file distribution.
Initial release: 1985
TAR (Tape Archive) is a Unix archive format originating in Version 7 Unix) at AT&T Bell Labs in January 1979, originally designed for writing file backups to magnetic tape drives. Unlike ZIP or RAR, TAR is a pure archiving format that concatenates multiple files into a single stream without applying compression — each file is preceded by a 512-byte header block containing the filename, permissions, ownership, size, modification time, and checksum, followed by the file data padded to 512-byte boundaries. The format has evolved through several standards: the original V7 format, the POSIX.1-1988 ustar format (extending path lengths and adding support for more file types), and the POSIX.1-2001 pax format supporting extended attributes, arbitrary-length paths, and large file sizes. TAR is almost always paired with a compression tool — gzip (.tar.gz/.tgz), bzip2 (.tar.bz2/.tbz2), xz (.tar.xz), or others — producing a two-layer structure where compression operates on the entire stream for maximum efficiency. One advantage is exceptional Unix metadata fidelity — TAR preserves permissions, ownership, symbolic links, hard links, device files, and extended attributes with greater precision than most competing formats. Universal availability is another core strength: tar is a POSIX-mandated utility present on every Unix-like system, and tools on Windows and macOS handle TAR files natively. TAR remains the standard distribution format for source code, Linux filesystem images, container layers, and system backups.
Developer: AT&T / Unix
Initial release: January 1979

Frequently Asked Questions

Why convert ARC to TAR?

ARC was a DOS format from 1985 with no modern support. TAR is the Unix standard and preserves permissions, ownership, and symlinks.

What programs open TAR files?

The tar command is built into Linux and macOS. On Windows, 7-Zip extracts TAR archives. Every Unix-like system has native TAR support.

Does TAR add compression?

No — TAR is purely an archiver that bundles files together. For compression, pair it with gzip (TGZ) or xz (TAR.XZ) as a second step.

Can I use this to move old DOS data to Linux?

Exactly — TAR is the native format for Linux file deployment. Converting ARC to TAR bridges vintage DOS archives to modern Unix systems.

Is this service safe to use?

Yes. Uploaded ARC files are deleted immediately after conversion. TAR output is purged from convertio.co servers within 24 hours.