.SIT

SIT File

StuffIt Archive
Ask a question
QUICK ANSWER

A SIT file is a StuffIt archive -- the Mac equivalent of ZIP, used from the late 1980s into the 2000s for distributing Mac software. To open one on a Mac, use the free StuffIt Expander or The Unarchiver; on Windows, use StuffIt Expander for Windows or the unar command-line tool. StuffIt development ended in December 2019, so use ZIP for any new archives.

Developer: Aladdin Systems / Allume Systems / Smith Micro Software Category: Compressed Files MIME: application/x-stuffit
OPENS ON Windows macOS
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Jul 19, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the SIT file format?

A .sit file is an archive file format created in 1987 by Raymond Lau of Aladdin Systems for the classic Macintosh operating system. Today it is readable on many platforms, although it is no longer popular and seldom created from scratch. .sit archives are sometimes described as _"ZIP files for Mac OS"_, since they served the same role on classic Macintosh that ZIP archives play on Windows. The format is proprietary; ownership passed from Aladdin Systems through Allume Systems to Smith Micro Software, which is not the original creator.

A key strength of .sit was its faithful preservation of Macintosh-specific metadata - HFS type and creator codes, as well as both the data fork and resource fork of every archived file. Generic ZIP could not do this. Archives open with the four-byte ASCII signature SIT! and store data in a big-endian binary layout, with per-file compression (LZ and Huffman variants, and the later "Arsenic" method) and optional password protection. Files were frequently paired with a .hqx BinHex wrapper to survive transport over text-only email and Usenet.

The .sit format was superseded in 2002 by the redesigned .sitx (StuffIt X) format, which uses dynamic compression that adapts to the data supplied and is an entirely different binary layout. Smith Micro discontinued active StuffIt development in December 2019, and modern Mac workflows favour ZIP or .dmg for distribution. Free tools such as The Unarchiver and the unar command-line utility still open legacy .sit archives without difficulty.

Security & safety

RISK: MEDIUM

A .sit archive can contain any files, including old Mac executables - extract only from trusted sources and scan the contents. Practical risk today is the SOFTWARE: because StuffIt is discontinued, web searches for a 'StuffIt opener' frequently lead to bundled-adware installers and fake 'free download' portals. Get StuffIt Expander only from stuffit.com or the Mac App Store, and prefer the open-source The Unarchiver/Keka. Classic .sit files copied off a Mac may have lost their resource fork, leaving some old files non-functional even after extraction.

Format details

in a nutshell
FULL NAMEStuffIt Archiveaka StuffIt compressed archive, Stuffit file
DEVELOPERAladdin Systems / Allume Systems / Smith Micro Softwaresince 1987 (StuffIt, classic Mac OS)
MIME TYPEapplication/x-stuffit
TYPEProprietary Macintosh compressed archive (binary)
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
53495421
ASCII
SIT!
Older classic StuffIt archives begin with the ASCII "SIT!" (53 49 54 21); some variants start with "SITD" or "StuffIt". The newer StuffIt X format (.sitx) uses a different magic ("StuffIt (c)1997-...") and is a separate format. Old Mac SIT files may also carry data in the resource fork, lost when copied to non-Mac filesystems.

Programs that open SIT files

Windows3 apps
ExtractNow Free Batch extraction tool; handles .sit among many formats. Drag files in and extract.
StuffIt Expander for Windows Free Legacy free Expander extracts .sit on Windows. Product is discontinued (no updates), but downloads remain at stuffit.com.
The Unarchiver (unar CLI) Open-source Use the cross-platform 'unar file.sit' command line to extract classic StuffIt archives on Windows.
macOS3 apps
StuffIt Expander Free Drag the .sit onto StuffIt Expander (free on the Mac App Store) to extract. The original native opener.
The Unarchiver Free Double-click the .sit; The Unarchiver extracts classic StuffIt (and many other) archives. Best free general option.
Keka Open-source Drag the .sit onto Keka to extract legacy StuffIt archives.

Technical details

deep spec
Container typeProprietary binary archive
Magic bytes`SIT!` (hex `53 49 54 21`) at byte offset 0; some variants use `SITD` or `StuffIt`
Byte orderBig-endian throughout
MIME type(s)`application/x-stuffit`; also `application/x-sit`, `application/stuffit`
CompressionPer-file; LZ/Huffman variants; "Arsenic" (method 15) added in StuffIt 5.x
EncryptionOptional per-archive; DES in early versions, RC4 in later versions
IntegrityPer-entry CRC checksums for data validation
Archive structureHeader + sequential file entries, each holding filename, HFS metadata, optional data fork, optional resource fork, and compression data
Fork supportPreserves both HFS data fork and resource fork per archived file
HFS metadataStores Macintosh type codes and creator codes per entry
Associated OSClassic Mac OS, macOS, Windows (via StuffIt Expander)
Successor format`.sitx` (StuffIt X, 2002) - redesigned binary layout, separate format entirely
Developer lineageAladdin Systems → Allume Systems → Smith Micro Software; discontinued December 2019
Common transfer wrapperOften distributed inside `.hqx` (BinHex) encoding for safe transit over text-only email and Usenet
Released1987 (StuffIt, classic Mac OS)
Latest versionClassic SIT format (StuffIt 5.x era); superseded by SITX (StuffIt X) in 2002

SIT conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with SIT files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about SIT files.

Frequently asked questions

What is a SIT file?
A StuffIt archive - the classic Macintosh compressed-file format (the Mac counterpart to ZIP), used widely from the late 1980s into the 2000s for Mac software and downloads.
How do I open a .sit file on a Mac?
Use the free StuffIt Expander (Mac App Store), or just double-click it with The Unarchiver or Keka installed. All extract classic StuffIt archives at no cost.
How do I open a .sit file on Windows?
Use the legacy free StuffIt Expander for Windows (stuffit.com), ExtractNow, or the cross-platform 'unar' command from The Unarchiver. The format is old, so a dedicated extractor works best.
Is StuffIt still supported?
No - Smith Micro announced StuffIt's End of Life in December 2019 (last update 2020); it's no longer developed. You can still extract old .sit files with free tools, but use ZIP for new archives.
What's the difference between SIT and SITX?
SIT is the classic StuffIt format; SITX (StuffIt X, 2002) is a redesigned successor with better compression. They're different formats - make sure your extractor supports the one you have.
My .sit won't extract or files seem broken - why?
It may be a very old or corrupted archive, or it lost its Mac 'resource fork' when copied off a Mac (breaking some old apps). Try The Unarchiver/Keka, and if it's wrapped in a .hqx (BinHex) decode that first with StuffIt Expander.

References

1Wikipedia - StuffIten.wikipedia.org
2Smith Micro - StuffIt Application End of Lifesmithmicrosoftware.zendesk.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z