Open-source archive automation

Unpack nested archives without losing control

Download the verified UnpackFlow command-line package for Linux, macOS, or Windows—or install the complete Codex Skill for guided, observable archive work.

CLI and Skill are separate downloads

Choose what you need

The CLI is for direct terminal use. The Skill adds instructions, safety checks, progress reporting, references, installers, and bundled runtime tools as one complete directory.

CLI

Command-line packages

Platform-specific packages for local batch, nested, split, and self-extracting archive workflows.

949.4 KB

Linux

unpack-flow-2.1.9-linux.tar.gz

Download locally
SHA-25678326f748089df499c8d78b2e419deedf9d3339f537a67bb8b72a7d464e629a5
852.8 KB

macOS

unpack-flow-2.1.9-macos.tar.gz

Download locally
SHA-25659ee7592af4fefacb8da481ce999effb88b9b06af02ab667578c2083dc0829ff
4.11 MB

Windows

unpack-flow-2.1.9-windows.zip

Download locally
SHA-2565b23ab4d470867b707e22f2fe44050663842a667d05cea43860210dd7447296e
Skill90 files

Complete Codex Skill

The full versioned Skill directory—not a single script. Install it when you want Codex to plan, run, monitor, and verify extraction with you.

unpack-flow-skill-2.1.9.zip · 10.6 MB

Download locally
SHA-25639071fd800604dcfb3d8e0531cabc3601cfc2bd24db72bea1f27ca6582126279
Download upstream checksums

Built for difficult archive jobs

01

Nested archives

Continue through multiple archive layers with bounded depth and clear output folders.

02

Split archives

Recognize supported multipart sets and avoid processing every part as a separate archive.

03

Visible progress

Report the current archive, phase, layer, elapsed time, and completion evidence.

04

Cross-platform

Reviewed workflows for Linux, macOS, and Windows with platform-specific packages.

05

Source preservation

Keep source archives by default and avoid silent overwrites or unknown executable launches.

06

Batch organization

Handle files, folders, absolute or relative paths, and matched inputs consistently.

Install and use the Skill

The installer audits the directory, stages it atomically, and backs up an existing installation when --replace is used.

  1. 1

    Download the complete Skill ZIP and compare its SHA-256 below.

  2. 2

    Extract it to a temporary folder; keep the top-level folder named unpack-flow.

  3. 3

    Run the bundled install_local.py with --replace. It creates a backup before replacing an older copy.

  4. 4

    Restart Codex, then ask naturally for an archive, folder, or batch to be unpacked.

Linux / macOS

python3 unpack-flow/scripts/install_local.py unpack-flow --replace

Windows

py unpack-flow\scripts\install_local.py unpack-flow --replace

Expected result: $CODEX_HOME/skills/unpack-flow/SKILL.md exists together with scripts, references, assets, and tools.

Example request

“Use UnpackFlow to inspect and unpack the archives in ./downloads. Preserve the originals and keep reporting progress.”

A live GitHub-backed download

GitHub Releases is the only version source. The website checks stable releases on a schedule, rejects unsupported major versions, downgrades, missing assets, checksum failures, unsafe archive paths, and same-tag digest changes, then atomically promotes the verified local mirror.