> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ditto.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Edge Server Quickstart

> Get started quickly with Ditto using the Ditto Quickstart Applications

## Prerequisites

<Note>
  Edge Server does not currently support Windows. But it can run in a Docker container using Windows Subsystem for Linux ([WSL](https://learn.microsoft.com/en-us/windows/wsl/about)).
</Note>

Following are the recommended requirements for running the Edge Server Quickstart:

* Ditto [SDK Connection Details](/cloud/portal/getting-sdk-connection-details) from the Ditto Portal
* [Docker](https://www.docker.com/) on a host that supports `linux/arm64` or `linux/amd64` platforms using a [containerd](https://docs.docker.com/desktop/features/containerd/) image store.
* A Linux Arm64 or Linux x86 host if installing native binaries.

- [Git](https://git-scm.com/)
- [curl](https://curl.se/)
- [just](https://just.systems/) command runner (optional).

## Outcomes

By the end of this quickstart, you will have:

* A running instance of the Ditto Edge Server
* A basic understanding of how to configure and use the Edge Server
* Experience with syncing data between devices in a local mesh network

## Get Started

The full setup instructions are available in the [Ditto quickstart apps repository](https://github.com/getditto/quickstart/blob/main/edge-server/README.md).

## Additional Resources

* [Overview](/edge-server/overview): Learn more about the Edge Server and its capabilities.
* [Installation guide](/edge-server/install-guide): For more details about installation and configuration.
* [Edge Server Roadmap](/edge-server/compatibility): Check the roadmap and compatibility details for the Edge Server.
