Edge Studio is a .NET application written in C# using the Avalonia framework. It is a desktop application that allows you to create a local Ditto Database based on a database registered in the Ditto Portal and use the Ditto SDK to query information in the Ditto Edge Server, local Edge Server, or P2P with other devices sharing the same DatabaseId.
Edge Studio can run on Windows, Linux, and macOS with the same codebase.
- You need a Ditto Portal account. You can sign up for a free account at Ditto Portal.
- A Mac with MacOS 15 and Xcode 16.0 or later installed
- .NET SDK 10.0 or later installed.
- Debian 9+
- Ubuntu 16.04+
- Fedora 30+
- .NET SDK 10.0 or later installed.
- Avalonia works reliably on most Linux distributions as long as they support the .NET SDK and have either X11 or framebuffer capabilities.
- WSL 2 distros are supported as well, but libice6, libsm6 and libfontconfig1 dependencies must be installed individually.
- .NET SDK 10.0 or later installed.
To setup Edge Studio to run, you'll need to tell the it about which DatbaseId to use for the local Ditto Store. Copy the .env.sample file from the root folder to .env and fill in the values based on your DatabaseId from the Ditto Portal.