You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2.0 — Linux x86_64
New: Linux build. Requires glibc 2.35+ (Ubuntu 22.04+, Debian 12+, Mint 21+,
Pop!_OS 22.04+, Fedora 36+, Arch, openSUSE 15.5+). Nothing to install — Tcl/Tk and
the X11 client libs are bundled, so glibc is the only external dependency.
Fixed (Linux): the browser now opens reliably. PyInstaller's bootloader was leaking
the bundle's libraries into xdg-open via LD_LIBRARY_PATH, so the browser could fail
to start against our bundled libstdc++/libfreetype while the server ran fine.
Fixed (all platforms): captures whose names begin with "." no longer write invisible
dotfiles into ~/NAM-A2A1-out/.
Linux and Windows are verified in CI (the frozen binary's full import graph) but have
not been run on real hardware — no conversion has been completed on either. macOS is
tested end to end.