> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is watsonx Orchestrate Developer Edition?

watsonx Orchestrate Developer Edition runs as a local server on your computer, giving you a dedicated development environment. The ADK includes commands that help you manage this local setup.

You can install two main components:

* **watsonx Orchestrate Developer Edition: watsonx Orchestrate server**

  This is a local version of watsonx Orchestrate that runs on `http://localhost:4321`. It includes its own UI, API endpoints, and optional services—such as Langfuse—that you can enable to build your agents.

  <Frame caption="watsonx Orchestrate Developer Edition: watsonx Orchestrate server UI running locally">
    <img src="https://mintcdn.com/ibm-2e3153bf/whWoZnwDF8LO_XWl/_releases/1.15.0/assets/developer_edition/ui.png?fit=max&auto=format&n=whWoZnwDF8LO_XWl&q=85&s=7cca45a87d2703e53af4cfd0001b8510" width="949" height="738" data-path="_releases/1.15.0/assets/developer_edition/ui.png" />
  </Frame>

* **watsonx Orchestrate Developer Edition: Orchestrate copilot server**

  This is the Orchestrate copilot assistant that helps you build and refine agents and tools. You can interact with it using the `orchestrate copilot` commands or through the Orchestrate copilot extension.

watsonx Orchestrate Developer Edition runs inside a Docker container. To use it, you need to install Docker Engine on your machine and configure a .env file with the required authentication variables to pull the container images. For more information, see [Installing watsonx Orchestrate Developer Edition](./wxOde_setup).
