Verify before use

Confirm the bundle, package and internal release manifest independently.

Each layer has a separate integrity control. A checksum proves exact bytes, while the repository signing key authenticates APT metadata used later during conversion.

Public bundle

Verify the downloaded ZIP.

5aef3456b6d8c96b5eb91789768920f20924962efb06edc45287e812c8465db0  Sentinel_Linux_Converter_v1_0_18_9.zip
sha256sum -c Sentinel_Linux_Converter_v1_0_18_9.zip.sha256
unzip -t Sentinel_Linux_Converter_v1_0_18_9.zip
Complete internal manifest

Verify all 100 release targets.

unzip Sentinel_Linux_Converter_v1_0_18_9.zip
cd Sentinel_Linux_Converter_v1_0_18_9
sha256sum -c SHA256SUMS
Debian package

Verify and inspect the enclosed package.

91539f5527bf433df0663d916725818e02219e8f5ee697f38a0b007d9cb5b436  sentinelos-converter_1.0.18-9_all.deb
sha256sum packages/sentinelos-converter_1.0.18-9_all.deb
dpkg-deb --info packages/sentinelos-converter_1.0.18-9_all.deb
dpkg-deb --contents packages/sentinelos-converter_1.0.18-9_all.deb | less
Engine validation

Run read-only static validation.

./sentinel-convert.sh --version
./sentinel-convert.sh --check

Bundle bytes

SHA-256 published and verified.

Bundle manifest

PASS: 117 of 117 targets.

Detached signature

Pending. The repository key is not a detached signature over this ZIP.

Documentation note: START_HERE.txt contains an outdated package filename, but the actual package, sidecar and Debian control metadata all agree on sentinelos-converter_1.0.18-9_all.deb .