APXM is a mobile browser extension that overlays mobile APEX with a modern touch-optimised interface. APXM shows your empire status auto-magically.







APXM intercepts the WebSocket connection between APEX and the game server using a main-world content script injected before Prun loads. Messages are decoded through Socket.IO's double-encoding layer (engine.io + socket.io framing) and fed into typed Zustand stores. The React overlay renders from those stores.
The interception and message bus code lives in @prun/link, a shared library from the 27Bit toolset (private). APXM observes and displays — it never sends messages to the game server.
Found a bug or have a feature idea? Open an issue.
APXM is inspired by and built on the shoulders of giants — it wouldn't exist without the work that came before it.