v0.0.43

getmaxun/maxunv0.0.43Jun 24, 2026by amhsirak

AI Summary

This release focuses on infrastructure efficiency by significantly reducing Docker image sizes for both backend and browser components, and adds support for multi-URL LLM extraction.

Key Highlights

  • Backend Docker image reduced by 61%.
  • Browser Docker image reduced by 42%.
  • Support for multi-URL LLM extraction added.
  • MINIO_PUBLIC_URL honored for browser-facing object URLs.

New Features

  • Multi-URL LLM extraction support
  • Optimized Docker images for self-hosting

Full Release Notes

## 📦 Smaller Docker Images

We've significantly reduced the size of our Docker images, making Maxun faster to pull, quicker to deploy, and more storage-efficient for self-hosted installations.

* **Backend image:** **61% smaller**
* **Browser image:** **42% smaller**

### Why this matters

- Faster downloads and updates
- Lower disk space usage
- A smoother self-hosting experience

Simply pull the latest images to benefit from the reduced footprint. Happy self-hosting 🦄 

## What's Changed
* fix: misc ui  by @amhsirak in https://github.com/getmaxun/maxun/pull/1120
* fix(storage): honor MINIO_PUBLIC_URL for browser-facing object URLs by @Osamaali313 in https://github.com/getmaxun/maxun/pull/1102
* chore(deps): upgrade `esbuild` to latest version by @amhsirak in https://github.com/getmaxun/maxun/pull/1111
* fix: display llm robot create on reload or tab switch by @amhsirak in https://github.com/getmaxun/maxun/pull/1113
* fix: add maxun browser image by @RohitR311 in https://github.com/getmaxun/maxun/pull/1114
* fix: chrome web data network error display by @RohitR311 in https://github.com/getmaxun/maxun/pull/1115
* fix: clean smart query data display by @RohitR311 in https://github.com/getmaxun/maxun/pull/1116
* feat: add support for multi url llm extraction by @RohitR311 in https://github.com/getmaxun/maxun/pull/1117
* fix: md conversion reliability, llm extraction accuracy by @RohitR311 in https://github.com/getmaxun/maxun/pull/1118
* fix: extract engine reliability, accuracy enhancement by @RohitR311 in https://github.com/getmaxun/maxun/pull/1119
* fix(ui): match capture actions with recorder theme by @amhsirak in https://github.com/getmaxun/maxun/pull/1121
* fix: reduce docker images size by @RohitR311 in https://github.com/getmaxun/maxun/pull/1122
* fix: add selector waiting mechanism by @RohitR311 in https://github.com/getmaxun/maxun/pull/1123
* fix: rm list fallback by @RohitR311 in https://github.com/getmaxun/maxun/pull/1124
* chore: pre-release v0.0.43 by @amhsirak in https://github.com/getmaxun/maxun/pull/1125

## New Contributors
* @Osamaali313 made their first contribution in https://github.com/getmaxun/maxun/pull/1102

**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.42...v0.0.43