LINUS AI · local inference

What can your machine actually run?

Not a demo of a toy. This measures the machine you are on, tells you the largest model it can run locally and roughly how fast, and then lets you verify the engine right here — before you install anything.

Nothing is uploaded. The measurement runs here.

Why the browser is the slow way — and why that is the point

In a tab the engine gives up the two things it is built on: memory-mapping the model (natively the file is the arena, so RAM cost equals file size and the OS pages it in) and multi-core SIMD. It runs single-threaded on a copy in memory. Measured on the same machine, same model, same engine:

modelin a browser tabinstalled
360M3.4 tok/s28.6 tok/s
1B1.1 tok/s10.2 tok/s

So: the tab proves the engine runs on your machine with nothing installed and nothing sent anywhere. Installing it is what makes local AI a working tool rather than a curiosity — roughly 9× faster, and it scales to models a tab cannot hold at all.

Get the build for this machine

The engine is Apache-2.0 and free. There is one binary per machine — this picks yours, and the list is read from the store itself, so nothing is offered here that is not actually published.

See the products built on it Contact us