Skip to content
View cypherair's full-sized avatar

Block or report cypherair

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cypherair/README.md

CypherAir X

Fully offline OpenPGP encryption for Apple platforms — zero network, minimal permissions. CypherAir X is an open-source OpenPGP tool for people who want to communicate securely without cryptographic knowledge: encrypt, decrypt, sign, and verify, with keys and contacts managed entirely on device. It is a SwiftUI app over a Rust OpenPGP engine (Sequoia PGP) bridged through UniFFI.

  • Platforms — iOS, iPadOS, macOS, and visionOS.
  • Zero network access — no HTTP(S), no networked SDKs, no telemetry, no update checks; the app works in airplane mode.
  • One usage description — for local biometric authentication. No camera, photo library, contacts, or network permission; any other entitlement in the project is a resource, sandbox, or hardening entitlement, not a privacy permission.
  • Key families — portable (software custody, exportable) and device-bound (Secure Enclave custody, never exportable), chosen at key generation and immutable per key. Promises: docs/PRODUCT.md; custody: docs/CUSTODY.md.

Build

  • macOS on Apple Silicon with a current Xcode.
  • Rust stable with the Apple targets: rustup target add aarch64-apple-ios aarch64-apple-ios-sim aarch64-apple-darwin aarch64-apple-visionos aarch64-apple-visionos-sim
  • A fresh clone cannot build until the sync in docs/BUILD.md has run. The sync downloads pinned, attested artifacts, so the build toolchain needs network access even though the app never does.

License

Unless otherwise noted, first-party CypherAir source code in this repository is made available under either of the following licenses, at your option:

  • GNU General Public License, version 3 or any later version
  • Mozilla Public License, version 2.0

SPDX expression for first-party code: GPL-3.0-or-later OR MPL-2.0.

Full license texts are provided in LICENSE-GPL and LICENSE-MPL.

The OpenPGP engine uses Sequoia PGP (LGPL-2.0-or-later).

Third-party components remain under their own licenses. See the bundled notices and repository documentation for third-party license details and distribution compliance materials.

Popular repositories Loading

  1. cypherair cypherair Public

    Offline OpenPGP encryption tool for iOS — cypherair.com

    Swift 1 1

  2. openssl-src-rs openssl-src-rs Public

    Forked from alexcrichton/openssl-src-rs

    Source code and logic to build OpenSSL from source

    Rust

  3. openssl openssl Public

    Forked from openssl/openssl

    General purpose TLS and crypto library

    C

  4. StopChromeMcp StopChromeMcp Public

    Swift

  5. rust rust Public

    Forked from rust-lang/rust

    Empowering everyone to build reliable and efficient software.

    Rust

  6. CubeOne CubeOne Public

    Swift