← Back to catalog
Letta

Letta

vlatest

Stateful agent platform from the MemGPT team -- agents with memory that learns and self-improves

Install

$curl -fsSL https://virtua.sh/i/letta | bash
No server?Virtua.Cloud →

What's included

  • Letta server -- stateful agents with self-editing memory (MemGPT lineage)
  • Bundled PostgreSQL -- agent state persists in /opt/letta/pgdata
  • SECURE mode -- server password enforced on every request
  • Caddy -- TLS termination with auto-HTTPS (no double auth, SDK-friendly)

After install

  • Connect the ADE or SDKs to your server URL with the server password
  • Add model API keys in /opt/letta/.env, then docker restart letta
  • Agent memory survives restarts and updates

Supported Operating Systems

Ubuntu 24Ubuntu 25Debian 12Debian 13Rocky 9Rocky 10Alma 9Alma 10

Requirements

RAM
1GB minimum
Disk
5GB minimum

Configuration

VariableDefaultDescription
LETTA_HOSTserver hostnameHostname or IP for the server URL. Hostnames get auto-HTTPS via Let's Encrypt.
LETTA_SERVER_PASSWORDrandom 24-charLetta server password (SECURE mode). Auto-generated if not set.
OPENAI_API_KEYemptyOptional OpenAI key, can be added later in /opt/letta/.env
ANTHROPIC_API_KEYemptyOptional Anthropic key, can be added later in /opt/letta/.env

Changelog

v1.0.02026-07-12
  • Initial release -- Letta server in SECURE mode with bundled PostgreSQL