🚀 Maxun v0.0.17 | New Recorder + MCP Server 🚀
We’ve just shipped one of the biggest updates to Maxun yet - including a complete overhaul of our recorder and a brand-new local LLM integration layer.
⚡ DOM-Based Recorder
We’ve switched from image-based recording to a DOM-based recorder, and the difference is massive.
- 🧠 Real-time fidelity : What you see is what gets captured
- 🚀 Faster + lighter : No more bulky screenshots for every change
- 🧩 Better detection : Elements, structure, and interactions are captured more precisely
This brings Maxun recording in line with how modern browsers and apps behave - giving you a more accurate and high-performance experience.
Maxun_New_Recorder.mp4
✨ Maxun MCP Server - Run Maxun from Your Local LLM
You can now control Maxun using natural language inside your local AI apps like Claude Desktop.
Maxun_MCP_Claude.mp4
What You Can Do? Just talk to your LLM
- “Show me all my robots”
- “Run robot abc123”
- "What happened in run abc100 for robot abc123?"
No special commands. The LLM will automatically use Maxun’s tools for you.
📘 Read the MCP setup guide here: https://docs.maxun.dev/category/mcp
What's Changed
- feat: db migrations for docker setup by @amhsirak in #620
- fix: download csv and json list data by @RohitR311 in #625
- chore: cleanup old docker files by @amhsirak in #634
- chore: archive bullmq worker by @amhsirak in #635
- chore: bump @axios from 0.26.0 to 1.9.0 by @amhsirak in #637
- feat: unified run creation and execution by @RohitR311 in #628
- feat: browser performance optimization by @RohitR311 in #640
- feat: return partial run results for abort and failed runs by @RohitR311 in #636
- fix: abort operation by @amhsirak in #629
- chore: pre-release v0.0.16 by @amhsirak in #641
- docs: clearer usage of google client secret env variable by @ninja-programmer in #644
- feat: docs tab in main menu by @amhsirak in #642
- feat(ui): consistent style based on mode by @amhsirak in #643
- feat: recorder revamp by @RohitR311 in #654
- feat: remove duration from preview text by @amhsirak in #652
- feat: MCP server support by @RohitR311 in #638
- chore: pre-release v0.0.17 by @amhsirak in #655
Full Changelog: v0.0.16...v0.0.17