This extension enhances CKAN by enabling seamless previews of various archive formats, ensuring easy access and efficient data management. Features include: represents archives as interactive file trees, supports 13 archive formats (ZIP, ZIPX, JAR, RAR, CBR, 7Z, TAR, TAR.XZ, TAR.GZ, TAR.BZ2, DEB, RPM, A, AR, LIB), password-protected archive support for RAR format, caching the file tree for faster access, file and folder search within archives, sorting by name/size/type/format/date, support for local and remote files, handles large archives efficiently. Uses external libraries: rarfile (4.0) for RAR/CBR with unrar CLI utility dependency, py7zr (0.20.6) for 7Z archives with PyCryptodome/PyZstd/PyPPMd/bcj-cffi dependencies, rpmfile (1.1.1) for RPM with optional zstandard, ar (>=1.0.0) for DEB/A/AR/LIB formats, built-in zipfile for ZIP/ZIPX/JAR, built-in tarfile for TAR formats. Requires CKAN 2.10+, Python 3.8-3.10. AGPL licensed.