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.5.3 | 6a075ee2cc579e8ad7add2e0a4e505e11a0f0b01f1a2e48ecf294e1aad03f5a2 |
| macOS | 1.2.0 | 107df7454a5386631b96ebe3c244476b9ac181534445cd4c421011d38eccf87d |
| Windows (.msi) | 1.5.1 | ef39f43b98c47dbbd312e4f9ce357cf7e6e9bcaf15785751c359376caebba2df |
| Windows (.zip) | 1.5.1 | f9ae52aad29e38080e3b98c0228f05293dfba721127963eca03e36a1f1dd20cb |
| Linux .deb AMD64 | 1.2.0 | 1397e9740c35729daa2b6de15de17df3805af37133356fe84665b7430a20e0aa |
| Linux .deb ARM64 | 1.2.0 | 6f97a81094452846664ceb2eeeb370e0fa110b080828a28a1e3a01e3d7c5abbb |
| Linux .rpm x86_64 | 1.2.0 | 28b698cf17b98337e6c9a52f8ce686da5ca0730dcea3ee3aad3ec4585b3cf18e |
| Linux .rpm aarch64 | 1.2.0 | d3801ffea00116493a708633a0be9b98756ae59c0532470ec99aef49b3fa569a |
| Linux .pkg x86_64 | 1.2.0 | 486250fd5fa56073d443d8449a661d8dbfdb86d40ad2db326426df8265033153 |
| Linux .pkg aarch64 | 1.2.0 | 4aea06e15e1d9e1c1e8305d012e0b6b8be57f10b826fdacd4589339b388acbac |
| Linux .tar.gz x86_64 | 1.2.0 | 66cf7c4518ec54f3990a169a86dbd7e779188e3697c6dd78a2fd5bf0836ca46c |
| Linux .tar.gz aarch64 | 1.2.0 | 1e8712ffb470a41366e1b646bbdcf03046f73e71861dd0b12d8b5180683bf2f0 |
Verification commands
macOS
shasum -a 256 Cyclope-1.2.0.dmg
Linux
sha256sum cyclope_1.2.0_amd64.deb
Windows
certutil -hashfile Cyclope-1.5.1-windows-x64.msi SHA256
Android (APK)
sha256sum cyclope-1.5.3-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.5.3-android.apk | grep -i internet
Expected result: the INTERNET permission does not appear.