mutexer Agent
Support for Strongroom secrets and better Horizon cookie support.
Debian-based Linux. PREEMPT_RT optional.
This version of the agent supports integration with Strongroom, allowing secrets to be securely pushed to containers as environment variables. Support for Horizon was also improved, with better support for backend-created cookies.
Verify your download against the published hashes before installing.
271ce8fa9fa67c4410a597058533b2b83f8822c42abea5f073fbd40dff9f63d6a105096a0e4a4452e13097b286924f9b1beffb5360dfa5c57a29a22ade1a77dbc114c4f088120f3dfab0970a1048825d4783b24f09374cbefe13e4e4ff8b48aed1d1315339f0a5f5a2d0a5c20b56ea5654bafcd80c83dea16c30fec498619088b82faf32f780465ab27ee117d1ebc48aFresh 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.
Support for Strongroom secrets and better Horizon cookie support.
Added support for third-party container deployment, alongside OpenSSL update.
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.