Skip to content

DTUI2 v1.0.0 - Shared Memory Fix

Choose a tag to compare

@kwonah0 kwonah0 released this 01 Sep 13:16
· 24 commits to main since this release

DTUI2 v1.0.0 - All Issues Fixed

✅ Latest Fix: Shared Memory Permissions

  • Fixed "/dev/shm" permission errors for non-root users
  • Added --disable-dev-shm-usage flag
  • Added --in-process-gpu flag
  • No sudo required

📦 Download

  • DTUI2-1.0.0.AppImage - Linux portable executable (119MB)

🚀 Usage

# Standard usage
chmod +x DTUI2-1.0.0.AppImage
./DTUI2-1.0.0.AppImage

# If you still get shared memory errors:
./DTUI2-1.0.0.AppImage --no-sandbox --disable-dev-shm-usage

# If FUSE not available:
./DTUI2-1.0.0.AppImage --appimage-extract
./squashfs-root/dtui2-react --no-sandbox --disable-dev-shm-usage

✅ All Issues Resolved

  • Shared memory permission errors
  • GPU/libva warnings
  • DevTools disabled in production
  • Test code execution disabled
  • Config auto-creation

🎯 Features

  • Works without root/sudo
  • Real shell command execution
  • Configurable code blocks
  • Markdown rendering
  • Dark theme UI

📝 Notes

  • Fully portable - no installation
  • F12 to open DevTools if needed
  • Config at ~/.config/DTUI2/dtui.json