This Page is about Apps where I have recompiled/repackaged with static linking and usually in another container system like Wrappe or AppImage. The intention is to make it into a single, easy to run file.

Arguably easier than Windows’ EXE files.

LibreSprite: Link to heading

Sent a PR to LibreSprite upgrading their old AppImage packaging script which used an add function into an elegrant solution using sharun and AppImageTool.

Should work with any linux distro for a supported arch, including MUSL based ones.

PR Link

Pixelpulse2: Link to heading

“Pixelpulse is a powerful user interface for visualizing and manipulating signals while exploring systems attached to affordable analog interface devices, such as Analog Devices’ ADALM1000.” Adapted Pixelpulse2 to AppImage format using AppImageTool for packing and sharun for handling dependencies.

I needed this for my course’s lab session where I needed an Adalm1000 to demonstrate Lab Experiments but the upstream expected linux users to compile it themselves which is a pain since that involves wrestling with platform-specific Qt packages. By deferring it to a Github Actions workflow, this also allowed me to be inclusive of aarch64 users.

Should work with any linux distro for a supported arch, including MUSL based ones.

Officially Maintaining Pixelpulse2 package for Soar!

Website

Source

Source(Upstream)