Skip to content

v0.3.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:06

Release Notes - v0.3.8.0 - February 17, 2026

Note: If you're updating from an older version, it's recommended to press "Reset SteamCMD" in Settings before downloading to prevent issues.

Downloads

Platform Download Status
Windows Release.zip Stable
Linux Linux.zip Experimental

Download Progress

  • Rewrote progress tracking using actual folder sizes (using a workaround) - much more accurate
  • "Estimated progress bar" now OFF by default since the new method works better

SteamCMD Improvements

  • Clears SteamCMD caches before downloads to prevent stale data
  • Cleans up temp files after successful downloads to save disk space

Bug Fixes

  • Fixed internet check with multiple fallback checks
  • Fixed app not working properly on second monitors
  • Popups now appear centered on the app window
  • Fixed settings bug where show_fails loaded wrong value
  • Fix folder size calculations
  • More fixes and UI improvements

Linux Support (Experimental)

First Linux release! See the linux branch for source code and documentation.

Requirements

  • python3-tk / tk - GUI support
  • lib32gcc-s1 / lib32-gcc-libs - SteamCMD 32-bit libraries

Quick Install

Debian/Ubuntu:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install python3-tk lib32gcc-s1

wget https://github.com/faroukbmiled/BOIIIWD/releases/latest/download/Linux.zip
unzip Linux.zip && chmod +x BOIIIWD
./BOIIIWD

Arch:

# Enable multilib repository if needed
sudo pacman -Syu
sudo pacman -S tk lib32-gcc-libs

wget https://github.com/faroukbmiled/BOIIIWD/releases/latest/download/Linux.zip
unzip Linux.zip && chmod +x BOIIIWD
./BOIIIWD

Known Differences from Windows

  • Configs stored in ~/.config/boiiiwd/
  • No console toggle - run from terminal for live output
  • "View Logs" button opens log file in text editor

Linux support is experimental and may have bugs. Please report issues on GitHub.


Full Changelog: v0.3.7.3...v0.3.8.0