Store

Setup

Run models on your own machine

Most of the tools in the store talk to a model running locally through LM Studio. It is free, it runs on your hardware, and setup takes about five minutes. Nothing you do leaves your computer.

  1. 1

    Install LM Studio

    Download it for macOS, Windows, or Linux and open it once. It is a normal desktop app.

    Get LM Studio

  2. 2

    Download a model

    In LM Studio, open the search tab and pull one model to start. If you are not sure which, a small Qwen model is a safe first choice: quick to download and it runs comfortably on most recent machines. You can always add more later.

    Some tools need a vision model (one that can see images). The per-tool list below says which.

  3. 3

    Start the local server

    Open the Developer tab (or the local server panel) and start the server. LM Studio then serves an OpenAI-compatible API at:

    http://localhost:1234

    That address is what every tool in the store looks for. Leave LM Studio running while you use them.

  4. 4

    Confirm it is running

    Load a model in LM Studio, then check the server is answering. In a terminal:

    curl http://localhost:1234/v1/models

    If you get back a list of models as JSON, you are set. Open any tool in the store and it will connect.

Which model for which tool

  • Nodebook

    Any chat model. Add a vision model too if you want to drop images into a node.

  • Mosaic

    A vision model, for example qwen/qwen3-vl-4b. It reads the image tiles.

  • Random Factor

    Any chat model that is decent with code. A mid-size Qwen works well.

  • LM Pocket

    Any chat model. The phone connects to the same LM Studio server on your Mac.