SCIF TOOLS

Offline package bundling for air-gapped environments. Download packages on the unclassified side, burn to disc, install in the SCIF.

🐍

Python Package Bundler

Downloads wheels with all dependencies. Includes install.bat and SHA256 manifest.

Space or newline separated. Supports version specifiers.
USAGE IN SCIF
pip install --no-index --find-links=. numpy pandas requests Or just run install.bat <package-name>
📦

NPM Package Bundler

Packs npm tarballs for offline installation. Includes SHA256 manifest.

Space or newline separated. Supports scoped packages.
USAGE IN SCIF
npm install ./express-4.18.2.tgz ./lodash-4.17.21.tgz
🔒

SHA-256 Hash Verifier

Verify file integrity after burning to disc. Runs entirely in your browser.