{"id":45580181,"url":"https://github.com/vettid/vettid-ios","last_synced_at":"2026-02-23T11:42:48.939Z","repository":{"id":333229526,"uuid":"1136617077","full_name":"vettid/vettid-ios","owner":"vettid","description":"VettID iOS App - Swift/SwiftUI","archived":false,"fork":false,"pushed_at":"2026-01-18T03:03:18.000Z","size":1514,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-18T14:42:21.177Z","etag":null,"topics":["identity","ios","privacy","security","swift","swiftui"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vettid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-18T02:34:08.000Z","updated_at":"2026-01-18T03:03:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vettid/vettid-ios","commit_stats":null,"previous_names":["vettid/vettid-ios"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vettid/vettid-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vettid%2Fvettid-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vettid%2Fvettid-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vettid%2Fvettid-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vettid%2Fvettid-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vettid","download_url":"https://codeload.github.com/vettid/vettid-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vettid%2Fvettid-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["identity","ios","privacy","security","swift","swiftui"],"created_at":"2026-02-23T11:42:45.258Z","updated_at":"2026-02-23T11:42:48.930Z","avatar_url":"https://github.com/vettid.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VettID iOS\n\nPrivacy-first digital identity app for iOS.\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n\n## Overview\n\nVettID gives you complete control over your digital identity through hardware-secured vaults. Your personal data is encrypted and stored in AWS Nitro Enclaves - even VettID cannot access your information.\n\n## Features\n\n- **Secure Enrollment** - QR code-based credential setup\n- **Hardware Security** - Keys stored in iOS Secure Enclave\n- **Biometric Auth** - Face ID and Touch ID\n- **E2E Encryption** - X25519 + XChaCha20-Poly1305\n- **Vault Communication** - Real-time NATS messaging\n- **PCR Attestation** - Verify enclave integrity via App Attest\n\n## Requirements\n\n- iOS 16.0+\n- Xcode 15.0+\n- Swift 5.9+\n\n## Project Structure\n\n```\nVettID/\n├── Core/\n│   ├── Crypto/              # X25519, Ed25519, encryption\n│   ├── Storage/             # Keychain, secure storage\n│   ├── Networking/          # API client\n│   ├── NATS/                # NATS messaging client\n│   └── Attestation/         # App Attest integration\n├── Features/\n│   ├── Enrollment/          # QR scanning, credential setup\n│   ├── Authentication/      # Login, biometrics\n│   ├── Vault/               # Vault status, commands\n│   ├── Transfer/            # Credential transfer\n│   └── Settings/            # User preferences\n└── Resources/\n    └── Assets.xcassets\n```\n\n## Build\n\n1. Clone the repository\n2. Open `VettID.xcodeproj` in Xcode\n3. Configure signing \u0026 capabilities\n4. Build and run\n\n```bash\n# Command line build\nxcodebuild -scheme VettID -configuration Debug build\n\n# Run tests\nxcodebuild -scheme VettID test\n```\n\n## Security\n\n- All cryptographic keys stored in iOS Secure Enclave where available\n- Keychain storage with `kSecAttrAccessibleWhenUnlockedThisDeviceOnly`\n- App Attest for device integrity verification\n- No sensitive data in UserDefaults or plain files\n\n## Related Repositories\n\n- [vettid-dev](https://github.com/vettid/vettid-dev) - Backend infrastructure\n- [vettid-android](https://github.com/vettid/vettid-android) - Android app\n- [vettid-desktop](https://github.com/vettid/vettid-desktop) - Desktop app (Tauri/Rust/Svelte)\n- [vettid-agent](https://github.com/vettid/vettid-agent) - Agent connector (Go sidecar)\n- [vettid-service-vault](https://github.com/vettid/vettid-service-vault) - Service integration layer\n- [vettid.org](https://github.com/vettid/vettid.org) - Website\n\n## License\n\nAGPL-3.0-or-later - See [LICENSE](LICENSE) for details.\n\n## Links\n\n- Website: [vettid.org](https://vettid.org)\n- Documentation: [docs.vettid.dev](https://docs.vettid.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvettid%2Fvettid-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvettid%2Fvettid-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvettid%2Fvettid-ios/lists"}