Download Latest Version textgen-portable-4.8-macos-x86_64.tar.gz (296.7 MB)
Email in envelope

Get an email when there's a new version of Text Generation Web UI

Home / v4.8
Name Modified Size InfoDownloads / Week
Parent folder
textgen-portable-ik-4.8-windows-cuda12.4.zip 2026-05-07 1.3 GB
textgen-portable-4.8-windows-cuda12.4.zip 2026-05-07 934.3 MB
textgen-portable-ik-4.8-windows-cuda13.1.zip 2026-05-07 1.4 GB
textgen-portable-4.8-windows-cuda13.1.zip 2026-05-07 856.3 MB
textgen-portable-4.8-windows-rocm7.2.zip 2026-05-07 633.3 MB
textgen-portable-4.8-windows-cpu.zip 2026-05-07 334.2 MB
textgen-portable-4.8-windows-vulkan.zip 2026-05-07 352.4 MB
textgen-portable-ik-4.8-windows-cpu.zip 2026-05-07 350.5 MB
textgen-portable-ik-4.8-linux-cuda12.4.tar.gz 2026-05-07 1.3 GB
textgen-portable-4.8-linux-cuda12.4.tar.gz 2026-05-07 889.2 MB
textgen-portable-ik-4.8-linux-cuda13.1.tar.gz 2026-05-07 1.4 GB
textgen-portable-4.8-macos-x86_64.tar.gz 2026-05-07 296.7 MB
textgen-portable-4.8-linux-cuda13.1.tar.gz 2026-05-07 842.0 MB
textgen-portable-4.8-linux-rocm7.2.tar.gz 2026-05-07 414.9 MB
textgen-portable-ik-4.8-linux-cpu.tar.gz 2026-05-07 350.5 MB
textgen-portable-4.8-linux-vulkan.tar.gz 2026-05-07 339.9 MB
textgen-portable-4.8-linux-cpu.tar.gz 2026-05-07 321.5 MB
textgen-portable-4.8-macos-arm64.tar.gz 2026-05-07 284.3 MB
README.md 2026-05-07 5.0 kB
v4.8 source code.tar.gz 2026-05-07 24.9 MB
v4.8 source code.zip 2026-05-07 25.0 MB
Totals: 21 Items   12.7 GB 13

Changes

  • Redesigned chat composer: Taller input area with the paperclip and message-action buttons pinned to the bottom, similar to Gemini and DeepSeek.
  • Smooth scroll animation when sending a new message: Inspired by Gemini's chat UI.
  • Electron improvements:
  • Persist window bounds and maximize state across launches.
  • Add a --no-electron flag to skip the desktop window and use the web UI in the browser instead.
  • Disable spellcheck in the chat input.
  • API: Add support for list-format content in tool and assistant messages.
  • Add more space below the last chat/chat-instruct message so its action buttons have breathing room.

Bug fixes

  • Electron:
  • Fix --listen mode in the launcher.
  • Fix missing log colors on Windows.
  • Fix big character picture failing to load (#7540).
  • Fix speculative decoding broken by upstream llama.cpp arg renames (#7541).
  • Fix truncation length reverting after model load on UI reload (#7540).
  • Don't clear the chat input when sending a message with no model loaded (#7542).

Dependency updates

Portable builds

TextGen is now a desktop app for local LLMs. Download, unzip, double-click.

[!NOTE] NVIDIA GPU: If nvidia-smi reports CUDA Version >= 13.1, use the cuda13.1 build. Otherwise, use cuda12.4.

ik_llama.cpp is a llama.cpp fork (github.com) with new quant types. If unsure, use the llama.cpp column.

Windows

GPU/Platform llama.cpp ik_llama.cpp
NVIDIA (CUDA 12.4) Download (891 MB) Download (1.23 GB)
NVIDIA (CUDA 13.1) Download (817 MB) Download (1.33 GB)
AMD/Intel (Vulkan) Download (336 MB)
AMD (ROCm 7.2) Download (604 MB)
CPU only Download (319 MB) Download (334 MB)

Linux

GPU/Platform llama.cpp ik_llama.cpp
NVIDIA (CUDA 12.4) Download (848 MB) Download (1.20 GB)
NVIDIA (CUDA 13.1) Download (803 MB) Download (1.33 GB)
AMD/Intel (Vulkan) Download (324 MB)
AMD (ROCm 7.2) Download (396 MB)
CPU only Download (307 MB) Download (334 MB)

macOS

Architecture llama.cpp
Apple Silicon (arm64) Download (271 MB)
Intel (x86_64) Download (283 MB)

Updating a portable install:

  1. Download and extract the latest version.
  2. Replace the user_data folder with the one in your existing install. All your settings and models will be moved.

Starting with 4.0, you can also move user_data one folder up, next to the install folder. It will be detected automatically, making updates easier:

:::txt
textgen-4.6/
textgen-4.7/
user_data/    <-- shared by both installs
Source: README.md, updated 2026-05-07