unpkg
a Mac OS X .pkg unarchiver - version 2.1
About
I dislike .pkg files on Mac OS X. I don't like how they can touch any part of the system they want. Many times the installer files are useless anyway; all they do is make sure an app is installed in /Applications, for example, which I can handle myself, thank you very much. So this utility simply unpacks all the files in a package. Very handy, and GNU GPL free too!
Note: Unpkg does not touch you system at all except for the folder where the unpacking takes places. Because it does not move files around in your system (on purpose), you should not use unpkg to install, say, incremental OS X updates. But if you just need to get a kext from that package, for example, then unpkg is exactly what you need.
Features
- Universal Binary
- super quick, no non-sense unpacking
- easy drag-'n'-drop or file select interface
- does not require any passwords (unpack all those archives that want Administrator privileges!)
- simple and pretty Cocoa dialogs and progress bars keep you updated on unpkg's status
- accepting of any location of the archive in the package
- automatic unpacking of files to a folder named after the package in the same directory if possible, or the users's choice
- good package detection (unpkg will not try to unpack something that's not a package)
- licensed under then GNU GPL
Screenshots
Downloads
-
unpkg-2.1.zip -- 2006-08-08
- fixes for possible security holes. Thanks, Cameron!
- make explicit the fact that this is released under the GNU GPL.
-
unpkg-2.0.zip -- 2006-06-14
- now a Universal Binary!
- completely new interface: no more text output, but pretty Cocoa dialogs and progress bars
- dialog boxes instead of text output
- file selection dialogs if no package is dragged onto unpkg's icon
- more file selection dialogs if unpkg can't save the file in the chosen location
- prettier error messages
-
Old release (PowerPC only...if you just absolutely need the outdated and ugly text-only interface): unpkg-1.61.zip -- 2005-06-27
Thanks
- Platypus -- A great program by Sveinbjorn Thordarson that encapsulates unpkg-script very nicely.
- CocoaDialog -- Another great program which gives unpkg 2.0+ its pretty Cocoa...dialogs.