realm/realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 16th, 2012
Open Issues & Pull Requests: 498 (+0)
GitHub issues: Enabled
Number of forks: 2,238
Total Stargazers: 16,614 (+1)
Total Subscribers: 361 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 43.2 hours
Mean response time: 44.2 days
90th percentile: 89.0 days
Tracked items: 132

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Encryption:On" is answered fastest, typically in about 12 hours, while "Repro:No" waits about 10 days. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 127
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 829 days
Stale 30+ days: 126
Stale 90+ days: 122

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • O-Community (143)
  • T-Bug (113)
  • SDK-Use:Local (102)
  • Encryption:Off (81)
  • Frequency:Always (72)
  • Repro:Always (64)
  • Frequency:Sometimes (29)
  • T-Enhancement (23)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Realm is a mobile database that runs directly on iOS, macOS, tvOS, and watchOS devices as a replacement for Core Data and SQLite.

Realm solves the problem of managing persistent data on mobile devices by providing an object-oriented database that eliminates the need for an ORM layer. The approach centers on live objects that automatically propagate updates across the application, enabling reactive programming patterns. Data can be encrypted both in transit and at rest, and the database is designed to work efficiently offline by persisting data directly to disk while minimizing memory, disk space, and battery consumption.

Developers should choose Realm if they want to reduce boilerplate code through an intuitive object model and need seamless integration with SwiftUI for reactive UI updates. The tool suits projects requiring offline-first functionality and those handling sensitive data that must be encrypted. The project supports multiple installation methods including Swift Package Manager, CocoaPods, Carthage, and XCFramework imports, making it flexible for different project setups.

The project maintains active engagement with its community through Stack Overflow support and a dedicated community forum. Documentation is comprehensive and includes a quick start guide alongside detailed API references that can be generated from source. The build system is straightforward, requiring only a single command to compile from source, though building requires Xcode 15.3 or newer and an internet connection for the initial download of the core binary. The project accepts bug reports and feature requests through GitHub issues and provides clear contribution guidelines for developers interested in participating.