talemate/docs/getting-started/installation/docker.md
veguAI f5d41c04c8
Some checks failed
ci / container-build (push) Has been cancelled
ci / deploy-docs (push) Has been cancelled
Python Tests / test (3.11) (push) Has been cancelled
0.37.0 (#267)
0.37.0

- **Director Planning** — Multi-step todo lists in director chat plus a Generate long progress action for multi-beat scene arcs.
- **Auto Narration** — Unified auto-narration replacing the old Narrate after Dialogue toggle, with a chance slider and weighted action mix.
- **LLM Prompt Templates Manager** — Dedicated UI tab for viewing, creating, editing, and deleting prompt templates.
- **Character Folders** — Collapsible folders in the World Editor character list, synced across linked scenes.
- **OpenAI Compatible TTS** — Connect any number of OpenAI-compatible TTS servers in parallel.
- **KoboldCpp TTS Auto-Setup** — KoboldCpp clients with a TTS model loaded register themselves as a TTS backend.
- **Model Testing Harness** — Bundled scene that runs basic capability tests against any connected LLM.

Plus 27 improvements and 28 bug fixes
2026-05-12 21:01:51 +03:00

762 B

Quick install instructions

  1. git clone https://github.com/vegu-ai/talemate.git
  2. cd talemate
  3. copy config file
    1. linux: cp config.example.yaml config.yaml
    2. windows: copy config.example.yaml config.yaml (or just copy the file and rename it via the file explorer)
  4. docker compose up
  5. Navigate your browser to http://localhost:8082

!!! info "Pre-built Images" The default setup uses pre-built images from GitHub Container Registry that include CUDA support by default. To manually build the container instead, use docker compose -f docker-compose.manual.yml up --build.

!!! note When connecting local APIs running on the hostmachine (e.g. text-generation-webui), you need to use host.docker.internal as the hostname.