Download Latest Version textgen-portable-3.7.1-macos-x86_64.zip (163.1 MB)
Email in envelope

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

Home / v3.7.1
Name Modified Size InfoDownloads / Week
Parent folder
textgen-portable-3.7.1-windows-cuda11.7.zip 2025-07-09 708.2 MB
textgen-portable-3.7.1-windows-cuda12.4.zip 2025-07-09 817.8 MB
textgen-portable-3.7.1-windows-vulkan.zip 2025-07-09 199.3 MB
textgen-portable-3.7.1-windows-cpu.zip 2025-07-09 191.2 MB
textgen-portable-3.7.1-linux-cuda12.4.zip 2025-07-09 822.2 MB
textgen-portable-3.7.1-linux-cuda11.7.zip 2025-07-09 752.2 MB
textgen-portable-3.7.1-macos-x86_64.zip 2025-07-09 163.1 MB
textgen-portable-3.7.1-linux-cpu.zip 2025-07-09 228.7 MB
textgen-portable-3.7.1-linux-vulkan.zip 2025-07-09 236.9 MB
textgen-portable-3.7.1-macos-arm64.zip 2025-07-09 174.0 MB
README.md 2025-07-09 2.6 kB
v3.7.1 source code.tar.gz 2025-07-09 24.9 MB
v3.7.1 source code.zip 2025-07-09 25.0 MB
Totals: 13 Items   4.3 GB 56

Changes

  • Chat tab improvements:
  • Move the 'Enable thinking' checkbox from the Parameters tab to the right sidebar
  • Keep the last chat message visible as the input area grows
  • Optimize chat scrolling again (I think that will be the last time—it's really responsive now)
  • Replace 'Generate' with 'Send' in the main button
  • Support installing user extensions in user_data/extensions/ for convenience
  • Small UI optimizations and style improvements
  • Block model and session backend events in --multi-user mode (#7098). Thanks @Alidr79
  • One-click installer: Use miniforge instead of miniconda to avoid Anaconda licensing issues for organizations with 200+ people
  • Standardize margins and paddings across all chat styles (new in 3.7.1)
  • Update the keyboard shortcuts documentation (new in 3.7.1)
  • docs: Add Mirostat Explanation (#7128). Thanks @Cats1337. (new in 3.7.1)

Bug fixes

  • Fix the DuckDuckGo search
  • Fix scrolling during streaming when thinking blocks are present
  • Fix chat history getting lost if the UI is inactive for a long time
  • Fix chat sidebars toggle buttons disappearing (#7106). Thanks @philipp-classen
  • Fix autoscroll after initial fonts loading
  • Handle either missing <think> start or </think> end tags (#7102). Thanks @zombiegreedo
  • Fix custom stopping strings being reset when switching models
  • Fix navigation icons temporarily hiding when switching message versions (new in 3.7.1)
  • Revert "Keep the last chat message visible as the input area grows", as it was very glitchy (new in 3.7.1)

Backend updates


Portable builds

Below you can find portable builds: self-contained packages that work with GGUF models (llama.cpp) and require no installation! Just download the right version for your system, unzip, and run.

Which version to download:

  • Windows/Linux:
  • NVIDIA GPU: Use cuda12.4 for newer GPUs or cuda11.7 for older GPUs and systems with older drivers.
  • AMD/Intel GPU: Use vulkan builds.
  • CPU only: Use cpu builds.

  • Mac:

  • Apple Silicon: Use macos-arm64.
  • Intel CPU: Use macos-x86_64.

Updating a portable install:

  1. Download and unzip the latest version.
  2. Replace the user_data folder with the one in your existing install. All your settings and models will be moved.
Source: README.md, updated 2025-07-09