Skip to content
Cyclope
Back to home

Cyclope — Integrity verification

Verify the authenticity of your Cyclope file with official SHA-256 checksums.

Why verify?

A SHA-256 checksum guarantees that the file you downloaded is identical to the file published by Privateer. If the checksums do not match, the file has been altered or corrupted.

Official SHA-256 checksums

Plateforme Version SHA-256
Android 1.7.5 66b32feccca2b9cabda563a8d8ac3cdcef44fd1fee981a5cd54dad5bca352f92
macOS 1.4.1 45445c3a3f15140f096145fcfc12982c588e29322d94b31de4d860af126e9f55
Windows (.msi) 1.6.1 ff411757a24b93aa55f3ff0d2105d8823506f19c9f6557a9af7c0a222f003871
Windows (.zip) 1.6.1 7e437058b4cbe304d77ff7acfd176c44960ce88b23a92fc5db4b2876354fca9b
Linux .deb AMD64 1.3.1 9825ef3d84567bf2785cd0a6838976061c8b5b2ef412f0ef0e7bc4b0398e8ee9
Linux .deb ARM64 1.3.1 9f67c23ad3166d5a933f302588defd4294351ac8752c64b7c4aa71e16b4751f2
Linux .rpm x86_64 1.3.1 b1f80c12c2a856d587819732ddc37d598a90a687a8d13ebaea41bec65c7883f1
Linux .rpm aarch64 1.3.1 fa01a6b218d9c96357af026f277c9a4d0bb5dccebfda9f8fe1f3cab7d8e44976
Linux .pkg x86_64 1.3.1 fd02caa8e4049b56ca8bcf914ed2f908a65492ad30c6795a3bf3768d016e79ae
Linux .pkg aarch64 1.3.1 d5e5b9d4491e1cdbe7a704174389a54ca53228d8eee8abd9b2e2475c0789d976
Linux .tar.gz x86_64 1.3.1 15dd7e3a00906a386ebf2475ddfa449fd13e033daab6aed2ee50f03deda4fb79
Linux .tar.gz aarch64 1.3.1 09beae23781803903fce784f1b572c9e35991747615a563c758f3bf184daf339

Verification commands

macOS

shasum -a 256 Cyclope-1.4.1.dmg

Linux

sha256sum cyclope_1.3.1_amd64.deb

Windows

certutil -hashfile Cyclope-1.6.1-windows-x64.msi SHA256

Android (APK)

sha256sum cyclope-1.7.5-android.apk

Detection engines by platform

android Google ML Kit Face Detection 16.1.7 (bundled — no Play Services)
ios Apple Vision — VNDetectFaceLandmarksRequest (system framework)
macos Apple Vision — VNDetectFaceLandmarksRequest (system framework)
windows Pigo 1.4.6 — pure Go, no native dependencies
linux GoCV / OpenCV 0.36.0

Every engine runs entirely on-device, with no network connection.

Proof of no network connection

On Android, an application cannot establish a network connection without declaring the android.permission.INTERNET permission. Cyclope does not declare it.

Verify it yourself with aapt:

aapt dump permissions cyclope-1.7.5-android.apk | grep -i internet

Expected result: the INTERNET permission does not appear.