Skip to content

v0.9.22 - Linux Compatibility Fixes

Choose a tag to compare

@chicohaager chicohaager released this 04 Dec 11:39

What's New

Linux Compatibility Fixes

  • Ubuntu 24.04 Support: Fixed startup issues caused by disabled unprivileged user namespaces
  • Arch Linux Support: Fixed Vulkan driver compatibility issues (VK_ERROR_INCOMPATIBLE_DRIVER)
  • IP Detection Fallback: Added fallback to ip command when hostname -I is not available

Package Improvements

  • Added all required Electron dependencies to .deb package
  • Support for Ubuntu 24.04 t64 library variants (libasound2t64, etc.)

Other Changes

  • Removed Sentry error tracking

Installation

Debian/Ubuntu

wget https://github.com/chicohaager/zima-linux-client/releases/download/v0.9.22/zima-linux-client_0.9.22_amd64.deb
sudo apt install ./zima-linux-client_0.9.22_amd64.deb

AppImage (all distros)

wget https://github.com/chicohaager/zima-linux-client/releases/download/v0.9.22/ZimaOS_Client-0.9.22.AppImage
chmod +x ZimaOS_Client-0.9.22.AppImage
./ZimaOS_Client-0.9.22.AppImage

Note for AppImage users: You may need to install libfuse2 on Ubuntu 24.04:

sudo apt install libfuse2