Skip to content

DTUI2 v1.3.2 - Portable Release

Choose a tag to compare

@kwonah0 kwonah0 released this 02 Sep 11:00
· 6 commits to main since this release

πŸš€ DTUI2 v1.3.2 Release

πŸ“¦ Quick Installation

Download and Extract:

# Download
wget https://github.com/kwonah0/dtui2-react/releases/download/v1.3.2/dtui2-v1.3.2.tar.gz

# Extract
tar -xzf dtui2-v1.3.2.tar.gz
cd dtui2-v1.3.2

# Install dependencies
npm ci --production

# Run
npm run electron

✨ What's New

  • 🎯 Marker-based output extraction with <RESPONSE></RESPONSE> tags
  • πŸ”§ Fixed multiline command handling
  • πŸ“ Improved newline rendering in UI
  • 🐳 Docker and Singularity support
  • πŸš€ Portable release package

πŸ“‹ Features

  • Real PTY terminal support with colors
  • Shell command execution
  • AI agent integration
  • Markdown rendering
  • Cross-platform support

πŸ”§ Configuration

Environment variables or dtui.json file supported.

πŸ“– Documentation

πŸ› Known Issues

  • Docker automated build pending fixes
  • Use this portable release as alternative

Portable release includes all source files for local building