1

Download the docker container

To run the docker container, first clone the reposity for pull the contianer.

git clone https://github.com/letta-ai/letta
2

Set environment variables

Either set the environment variables in your shell on in a .env file.

3

(Optional) View and modify the compose YAML file

You can view and modify the compose.yaml file, for example, if you would like to change the default ports or pgvector version.

4

Run Docker Compose

To start the Letta server, we use Docker Compose, which runs both the Letta container and the database container:

docker compose up 

You can now access the ADE (in your browser) and REST API server at http://localhost:8083.