mutexer Agent
On-device UI: smarter background cropping and cleanup of unused frontend assets, reducing installed footprint.
Debian-based Linux. PREEMPT_RT optional.
On-device UI maintenance release.
Enhancements
• On-device UI background image now crops intelligently to screen dimensions rather than scaling the full image. Works correctly across phone and tablet form factors.
• Legacy frontend assets from prior releases have been cleaned up, reducing the agent's installed footprint.
Verify your download against the published hashes before installing.
88ce11d3ddb431707c1b0ee3fc9f45d03bb0eb69224dec143f29d38902a945995e8dbf10c1ca2fe58d8cc950c49154d8b6db28eaca20c3646d702e272eae84e90ce8c8914b0ea78c417a6c0172c38c6879cdb8229be3b694af6141c7d6a39103697f0b48291236f39543c667fb73e9cc3dc8d98163ecdffaec80405a233f3aa741fcbfaed723c4a9dc29c2eea06b0bcdFresh installs receive a unique one-line install command when you register a device in the mutexer console. The command embeds the device identity and enrolment token, so there is no generic installer to paste on this page.
Run the command below on any device already running the mutexer Agent. It preserves device identity, WireGuard keys, and autostart container state, and brings the agent to the latest published build.
cd ~ && curl -s https://get.mutexer.com/api/agents/upgrade-agent -o o.sh && chmod +x o.sh && ./o.sh && rm -rf o.shLog into the terminal of your device, then navigate to the agent directory.
cd /opt/mutexer/agentRun the agent version program.
sudo ./agent versionFull release sequence for the mutexer Agent. This page shows the build cut at each version tip.
Added support for remote updating.
Refreshed on-device UI styling.
Adds a cloud-to-device HTTP tunnel so management-plane tools can reach device-local APIs without any inbound connection to the device.
On-device web interface port is now configurable (default 8523) to avoid conflicts with other services on the device.
On-device UI: smarter background cropping and cleanup of unused frontend assets, reducing installed footprint.
Deployed applications now use their own startup command. Extraction of applications with nested directories now works correctly and is protected against archive-path attacks.
On-device UI improvements and fixes — new-tab opening for apps, better app carousel and layout behaviour.