The mesh
Every model on your network, in one list.
Windows only for now.

Zero configuration
Run mimOE on two machines on the same network and they find each other. The workstation's 35B model appears on your laptop with no setup, no IPs, no YAML.
Shows up where you work
Nearby models get their own tab under Models and their own group in every model picker, tagged with the node they live on, one Try click from a conversation.
Routable by name
A nearby model's full name, {node-id}/{model}, is a real address. Agents and the Playground use it like any local model; the router does the network hop transparently.
Live, not cached
The list is queried when you look at it. A node that goes offline disappears; a model loaded a minute ago is already there. What you see is what the mesh can serve right now.
How it works
- 1
Run mimOE on more than one machine
A workstation with a big GPU, a laptop, a lab box: each runs mimOE. That's the whole setup; there is no step where you exchange IPs.
- 2
Nodes find each other
Instances on the same network discover each other automatically over link-local mesh discovery, each identified by a stable node ID.
- 3
Nearby models appear
Models → Nearby lists what every discovered node is serving right now, queried live when you open it, tagged with the node it lives on.
- 4
Use them by name
Hit Try, or address the model as {node-id}/{model} from an agent or your own app. The router carries the request across the mesh and streams the answer back.