Forked from https://github.com/realm/realm-studio
Realm Studio Plus is the tool, any developer or system administrator would use when building and maintaining their app built on the Realm Mobile Platform.
Realm Studio Plus ensures that existing Realm Studio installations remain operational in anticipation of the end of support for the original version, while also offering enhanced features.
- Fix: Added compatibility with the latest operating systems (+ support for macOS Arm builds)
- Fix: Improved performance and fixed security issues through the latest module updates
- Fix: Removed code related to Realm Atlas Sync; removed the deprecated Realm Web API
- Feat: List of recently opened files
- Feat: Reload when data files are regenerated (improved "Watch file" functionality)
- Feat: Dark mode, selectable under View → Appearance (Match System / Light / Dark)
This repository is actively maintained. That's because I'm the one using it :) We also actively incorporate your pull requests.
User preferences are stored as a plain JSON file in the user data directory, and can be edited by hand — the app picks up changes without a restart. View → Show Settings File reveals it in the file manager.
| Platform | Location |
|---|---|
| macOS | ~/Library/Application Support/Realm Studio Plus/settings.json |
| Linux | ~/.config/Realm Studio Plus/settings.json |
| Windows | %APPDATA%\Realm Studio Plus\settings.json |
{
"theme": "system"
}| Key | Values | Default | Description |
|---|---|---|---|
theme |
system | light | dark |
"system" |
system follows the operating system's own appearance. |
Below is the README.md file from the original repository.
Visit https://docs.mongodb.com/realm/studio/ for more information on Realm Studio.
Click the links below to download the latest version of Realm Studio for
https://github.com/jooy2/realm-studio-plus/releases
See CODE_OF_CONDUCT.md for more details
See CONTRIBUTING.md for more details!
Realm Studio is published under the Apache 2.0 license.
Realm Studio Plus is a fork of the original Realm Studio. This project also inherits the license of the original project.