Mosaic
Store

CLI

Mosaic

Splits an image into tiles so a small vision model can actually review it.

View on GitHub CLI · v0.1 · Free

Requirements

Install

pip install git+https://github.com/mfleurival/mosaic.git

What it does

Overview

Small models, one tile at a time

Hand a 4B vision model a full screenshot and it describes the gist. Details go missing, because the whole image gets squeezed into a handful of tokens.

Mosaic cuts the image into a grid and walks it: one global pass for context, a focal pass on each tile plus its neighbors, then a synthesis pass that puts the findings back together. The model never has to see everything at once, so it stops skimming.

Usage

One command

mosaic review screenshot.png --model qwen/qwen3-vl-4b --intensity dense

Points at LM Studio on localhost:1234 by default. Any vision-capable model works.

More from the store

macOS

Nodebook

AI chat on an infinite canvas. Branch a conversation instead of losing it.

Web

Redline

Mark up a screenshot and hand the critique to a coding agent.

Web

Backdraft

Import your codebase, edit it on a visual canvas, and every change writes back to your real source.