Realm is a mobile database: a replacement for SQLite & ORMs
1,324
stars
3,301
commits
C#
primary language
Jan 21, 2026
updated
[!WARNING] We announced the deprecation of Atlas Device Sync + Realm SDKs in September 2024. For more information please see:
For a version of
realm-dotnetwithout sync features, install version 20 or see the "community" branch.
Realm is a mobile database that runs directly on phones, tablets or wearables.
This repository holds the source code for the .NET / C# versions of Realm. Currently, we support all major mobile and desktop operating systems, such as iOS, Android, UWP, macOS, Linux, and Windows. For a full list of supported platforms and their versions, check out the Platform and Framework Compatibility section in the documentation.
Please see the detailed instructions in our Quick Start to add Realm to your solution.
The documentation can be found in the Guides/ directory.
Generate API reference docs from the Docs/ directory.
If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use the preview releases published after every
commit to our private NuGet feed. The source URL you need to specify for our feed is https://s3.amazonaws.com/realm.nugetpackages/index.json.
Refer to this guide for instructions on adding custom sources to the NuGet Package Manager.
We highly recommend using our pre-built binaries via NuGet but you can also build from source.
Prerequisites:
Instructions:
wrappers/README.mdRealm.sln in Visual StudioRealm, Realm.Fody and Realm.SourceGeneratorIf you are actively testing code against the Realm source, see also the unit test projects and other tests under the Tests folder.
Some minimal examples of Realm use can be found in the examples folder:
It is possible to find additional (and more complex) examples that use Atlas Device Sync in the realm-dotnet-samples repo.
See CONTRIBUTING.md for more details!
This project adheres to the MongoDB Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to community-conduct@mongodb.com.
Realm .NET and Realm Core are published under the Apache License 2.0.
If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm to share your thoughts!
And if you don't like it, please let us know what you would like improved, so we can fix it!
(top 30 of 49)
Realm is a mobile database: a replacement for SQLite & ORMs
1,324
stars
3,301
commits
C#
primary language
Jan 21, 2026
updated
[!WARNING] We announced the deprecation of Atlas Device Sync + Realm SDKs in September 2024. For more information please see:
For a version of
realm-dotnetwithout sync features, install version 20 or see the "community" branch.
Realm is a mobile database that runs directly on phones, tablets or wearables.
This repository holds the source code for the .NET / C# versions of Realm. Currently, we support all major mobile and desktop operating systems, such as iOS, Android, UWP, macOS, Linux, and Windows. For a full list of supported platforms and their versions, check out the Platform and Framework Compatibility section in the documentation.
Please see the detailed instructions in our Quick Start to add Realm to your solution.
The documentation can be found in the Guides/ directory.
Generate API reference docs from the Docs/ directory.
If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use the preview releases published after every
commit to our private NuGet feed. The source URL you need to specify for our feed is https://s3.amazonaws.com/realm.nugetpackages/index.json.
Refer to this guide for instructions on adding custom sources to the NuGet Package Manager.
We highly recommend using our pre-built binaries via NuGet but you can also build from source.
Prerequisites:
Instructions:
wrappers/README.mdRealm.sln in Visual StudioRealm, Realm.Fody and Realm.SourceGeneratorIf you are actively testing code against the Realm source, see also the unit test projects and other tests under the Tests folder.
Some minimal examples of Realm use can be found in the examples folder:
It is possible to find additional (and more complex) examples that use Atlas Device Sync in the realm-dotnet-samples repo.
See CONTRIBUTING.md for more details!
This project adheres to the MongoDB Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to community-conduct@mongodb.com.
Realm .NET and Realm Core are published under the Apache License 2.0.
If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm to share your thoughts!
And if you don't like it, please let us know what you would like improved, so we can fix it!
(top 30 of 49)
C#
93.0%
C++
6.0%