Getting Started

How to get started with Langflow

1

Install Langflow

Run `uv pip install langflow -U` ensuring Python 3.10–3.13 and uv are installed.

2

Start Langflow

Execute `uv run langflow run` and open http://127.0.0.1:7860 in your browser.

3

Use the Visual Editor

Drag and drop components to build your AI workflow.

4

Deploy or Export

Deploy your flow as an API or MCP server, or export it as JSON for integration.

5

Alternative Installation

Use Docker with `sudo docker run -d -p 7860:7860 --name langflow langflowai/langflow:latest` for Linux environments.

6

Desktop App

Download and install the Langflow Desktop app for Windows or macOS from the official website.