# Flow Connect Downloads

{% hint style="warning" %}
The web-based Flow Connect Designer is now the default for all organizations. The Windows-based Flow Designer is now the **Legacy Designer** and will be **discontinued on June 30, 2026**. New development should be done in the web Designer.
{% endhint %}

### Legacy Designer (Windows)

The Legacy Designer is the previous Windows-based Flow Connect Designer. It remains available until **June 30, 2026** as a fallback during the transition, should any application originally created in it still require the original tooling.

[Flow Connect Legacy Designer Installer](https://public.novacura.com/public-storage/designer-cloud-installers/Flow%20Cloud%20Studio%20Designer%20Setup.exe)

### Windows Client

The Windows client is primarily used for debugging your applications and components.

[Flow Connect Windows Client](https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe)

### Web Client

Run your applications in the web client.

[Flow Connect Web Client](https://app.novacura.com/)

### Mobile Clients

Run your applications on mobile devices.

[Flow Connect on App Store](https://apps.apple.com/app/novacura-connect/id6466287207)

[Flow Connect on Google Play](https://play.google.com/store/apps/details?id=se.novacura.cloud.app)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.novacura.com/flow-connect/reference/flow-connect-downloads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
