{"id":26462905,"url":"https://github.com/clerk/clerk-ios","last_synced_at":"2026-02-22T20:13:14.748Z","repository":{"id":227310390,"uuid":"699410058","full_name":"clerk/clerk-ios","owner":"clerk","description":"Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.","archived":false,"fork":false,"pushed_at":"2026-02-18T03:03:44.000Z","size":4615,"stargazers_count":81,"open_issues_count":2,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-18T07:07:21.623Z","etag":null,"topics":["apple","authentication","clerk","clerk-auth","clerk-sdk","ios","swift","swiftpackagemanager","swiftui"],"latest_commit_sha":null,"homepage":"https://clerk.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clerk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-10-02T15:20:49.000Z","updated_at":"2026-02-18T03:02:39.000Z","dependencies_parsed_at":"2024-07-05T18:16:19.659Z","dependency_job_id":"3bda3280-aef2-4d89-a43a-84af71ac4934","html_url":"https://github.com/clerk/clerk-ios","commit_stats":null,"previous_names":["clerk/clerk-ios"],"tags_count":122,"template":false,"template_full_name":null,"purl":"pkg:github/clerk/clerk-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clerk","download_url":"https://codeload.github.com/clerk/clerk-ios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29725438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":["apple","authentication","clerk","clerk-auth","clerk-sdk","ios","swift","swiftpackagemanager","swiftui"],"created_at":"2025-03-19T06:25:58.808Z","updated_at":"2026-02-22T20:13:14.739Z","avatar_url":"https://github.com/clerk.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://clerk.com?utm_source=github\u0026utm_medium=clerk_ios\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://images.clerk.com/static/logo-dark-mode-400x400.png\"\u003e\n      \u003cimg src=\"https://images.clerk.com/static/logo-light-mode-400x400.png\" height=\"64\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Official Clerk iOS SDK\n\u003c/h1\u003e\n\n[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://clerk.com/discord)\n[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs)\n[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)\n\nThe Clerk iOS SDK gives you access to prebuilt SwiftUI views, observable state management, and helpers to make user management easier.\n\n## 🚀 Get Started with Clerk\n\n1. [Sign up for an account](https://dashboard.clerk.com/sign-up?utm_source=github\u0026utm_medium=clerk_ios_repo_readme)\n1. Create an application in your Clerk dashboard\n1. Spin up a new codebase with the [quickstart guide](https://clerk.com/docs/quickstarts/ios?utm_source=github\u0026utm_medium=clerk_ios_repo_readme)\n\n## 🧑‍💻 Installation\n\n### Requirements\n- iOS 17+ / Mac Catalyst 17+ / macOS 14+ / tvOS 17+ / watchOS 10+ / visionOS 1+\n- Xcode 16+\n- Swift 5.10+\n\n### Swift Package Manager\n\nTo integrate using Apple's [Swift Package Manager](https://swift.org/package-manager/), navigate to your Xcode project, select `Package Dependencies` and click the `+` icon to search for `https://github.com/clerk/clerk-ios`.\n\nAlternatively, add the following as a dependency to your `Package.swift`:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/clerk/clerk-ios\", from: \"1.0.0\")\n]\n\n// Then add ClerkKit and/or ClerkKitUI to your target dependencies:\ntargets: [\n    .target(\n        name: \"YourApp\",\n        dependencies: [\n            .product(name: \"ClerkKit\", package: \"clerk-ios\"),\n            .product(name: \"ClerkKitUI\", package: \"clerk-ios\")\n        ]\n    )\n]\n```\n\n## 🎓 Docs\n\n- [Quickstart](https://clerk.com/docs/quickstarts/ios)\n- [Prebuilt Views](https://clerk.com/docs/reference/components/authentication/auth-view)\n- [Authentication Flows](https://clerk.com/docs/ios/reference/native-mobile/auth)\n- [User Management](https://clerk.com/docs/ios/reference/native-mobile/user)\n- [Organization Management](https://clerk.com/docs/ios/reference/native-mobile/organizations)\n- [iOS SDK Reference](https://clerk.github.io/clerk-ios/documentation/clerk/)\n\n## 🚢 Release Notes\n\nCurious what we shipped recently? Check out our [changelog](https://clerk.com/changelog)!\n\n## 🤝 How to Contribute\n\nWe're open to all community contributions! If you'd like to contribute in any way, please read [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines. We'd love to have you as part of the Clerk community!\n\n## 📝 License\n\nThis project is licensed under the **MIT license**.\n\nSee [LICENSE](https://github.com/clerk/javascript/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclerk%2Fclerk-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-ios/lists"}