OxDM 0.1.4
OxDM 0.1.4
A packaging-focused pre-release: native installers for macOS, Windows, and
Ubuntu/Debian, plus a Windows portable build and a discovery-scan fix.
Changes
- Linux — ship a
.debfor Ubuntu/Debian instead of the old AppImage/RPM.
The AppImage bundled an older glib/webkit that broke on newer systems and
couldn't find the WebKit helper on Fedora; the.debdepends on the system
WebKitGTK, so the app and the WebKit process it spawns are always the same
version. (Fedora/RHEL not yet supported — see below.) - Windows — added a no-install portable build (
-portable.zip)
alongside the MSI: unzip and runoxdm.exe, no installer, no registry writes. - Fixed — clicking a device while a discovery scan is running no longer
discards your selection and bounces you back to the welcome screen when the
scan finishes.
Downloads
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | oxdm-0.1.4-macos-aarch64.dmg |
| Windows (x86_64) — installer | oxdm-0.1.4-windows-x86_64.msi |
| Windows (x86_64) — portable | oxdm-0.1.4-windows-x86_64-portable.zip |
| Linux — Ubuntu/Debian (x86_64) | oxdm-0.1.4-ubuntu-x86_64.deb |
Windows
- Installer (
.msi) — standard install with a Start-menu shortcut. - Portable (
-portable.zip) — unzip and runoxdm.exe; no install, no
registry writes. - Both rely on the WebView2 runtime, preinstalled on Windows 10/11. If the
window stays blank on an old/stripped system, install the WebView2 runtime
from Microsoft.
Linux (pre-release)
Install with a tool that resolves dependencies (pulls in the system WebKitGTK):
sudo apt install ./oxdm-0.1.4-ubuntu-x86_64.deb-
Built on Ubuntu 24.04; installs on Ubuntu 24.04+ / Debian-based distros.
-
Fedora / RHEL-based distros are not yet supported (different WebKitGTK
layout, no.deb). Native support is planned via Flatpak. In the meantime you
can build from source after installing the WebKitGTK/GTK dev packages:cargo install --git https://github.com/smiti1642/oxdm