From cde01b3696ce8d514b3bfc39ca38f9c6916e22e0 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:16:40 -0400 Subject: [PATCH] docs: add langflow desktop to install page (#7386) * install-instructions * numbering * url * get-started * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * version-management * order-and-style * introduction-and-admonition * space * docs: update installation guide to reflect removal of cloud hosted service option --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --- .../Get-Started/get-started-installation.md | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/docs/docs/Get-Started/get-started-installation.md b/docs/docs/Get-Started/get-started-installation.md index 5d35c29d0..e0aea7e6b 100644 --- a/docs/docs/Get-Started/get-started-installation.md +++ b/docs/docs/Get-Started/get-started-installation.md @@ -3,7 +3,10 @@ title: Install Langflow slug: /get-started-installation --- -You can deploy Langflow either locally or as a hosted service with [**Datastax Langflow**](#datastax-langflow). +Langflow can be installed in two ways: + +* As a [Python package](#install-langflow-locally) +* As a [standalone desktop application](#install-langflow-desktop) ## Install Langflow locally @@ -79,9 +82,43 @@ To reinstall Langflow and all of its dependencies, add the `--force-reinstall` f python -m pip install langflow --force-reinstall ``` -## DataStax Langflow {#datastax-langflow} +## Install Langflow Desktop -**DataStax Langflow** is a hosted version of Langflow integrated with [Astra DB](https://www.datastax.com/products/datastax-astra). Be up and running in minutes with no installation or setup required. [Sign up for free](https://astra.datastax.com/signup?type=langflow). +:::important +Langflow Desktop is in **Alpha**. +Development is ongoing, and the features and functionality are subject to change. +::: + +**Langflow Desktop** is a desktop version of Langflow that includes all the features of open source Langflow, with an additional **Version Management** feature for managing your Langflow version. + +:::important +Langflow Desktop is available only for macOS. +::: + +To install Langflow Desktop, follow these steps: + +1. Navigate to [Langflow Desktop](https://www.langflow.org/desktop). +2. Enter your **Name**, **Email address**, and **Company**, and then click **Download**. +3. Open the **Finder**, and then navigate to **Downloads**. +4. Double-click the downloaded `*.dmg` file. +5. To install Langflow Desktop, drag and drop the application icon to the **Applications** folder. +6. When the installation completes, open the Langflow application. + +The application checks [uv](https://docs.astral.sh/uv/concepts/tools/), your local environment, and the Langflow version, and then starts. + +### Manage your Langflow version in Langflow Desktop + +When a new version of Langflow is available, Langflow Desktop displays an upgrade message. + +To manage your Langflow version in Langflow Desktop, follow these steps: + +1. To access Langflow Desktop's **Version Management** pane, click your **Profile Image**, and then select **Version Management**. +Langflow Desktop's current version is displayed, with other version options listed after it. +The **latest** version is always highlighted. +2. To change your Langflow version, select another version. +A confirmation pane containing the selected version's changelog appears. +3. To change to the selected version, click **Confirm**. +The application restarts with the new version installed. ## Common installation issues