Docs · Getting started

Platform support and requirements

A support level here is a claim about evidence, not about intent. Each row says what it rests on.

Support levels#

LevelWhat it means
RecommendedWhat Nodeau is developed and measured on. Problems here are bugs.
QualifiedRun end to end on real hardware from the artifact a customer downloads, with named exclusions.
ExperimentalImplemented, not qualified on hardware. Nothing sits here today.
UnsupportedRefused, or known not to work. Nodeau stops rather than half-working.

Platforms#

PlatformLevelWhat that rests on
Linux · NVIDIA — Ubuntu 24.04 LTS, x86_64RecommendedSeveral machines and four NVIDIA cards, through reboots, a power cut and a GPU swap between machines.
Apple Silicon — M-series MacQualifiedOne machine, an M3 Pro, installed from the public path and serving on Metal. Earlier macOS versions are untested rather than unsupported.
Other Linux distributionsUnknownnodeau install warns and continues. The pinned package versions are chosen for Ubuntu 24.04 and may not exist elsewhere.
Windows via WSLUnsupportedThe GPU path through WSL is genuinely different and has not been tested. install.sh detects and refuses.
Native WindowsUnsupportedNo build is published.
Intel MacUnsupportedinstall.sh detects and refuses by name. Metal execution needs an M-series chip.

GPUs#

LevelNotes
NVIDIA, on LinuxSupportedNodeau enforces no minimum compute capability. Cards it has no measurement for are estimated conservatively, and the decision says so.
Apple Silicon integrated GPUSupportedThrough Metal, on the native execution plane.
AMD GPUsUnsupportedA different runtime and memory story, not a configuration flag.
Intel GPUsUnsupportedSame.

Nodeau ships measured profiles for the cards it has run on and computes a figure for the rest from the model's own architecture and artifact size, plus a further margin. An estimate is never presented as a measurement — see admission.

How much VRAM you need#

The curated catalog is arranged on a hardware ladder, and every model states which rung it is on:

RungWhat it runs
8 GBA compact general model, an embedding model, a reranker, a compact multimodal model
12 GBA mainstream general model, a mainstream multimodal model
16 GBA larger, efficient mixture-of-experts model
24 GB, or several smaller cards in one machineThe flagship general model

A rung is guidance. The decision is always made by admission, on your card, at the moment you ask — see models.

The NVIDIA driver#

On Linux you need a working NVIDIA driver before installing Nodeau.

Terminal
nvidia-smi

If that prints a table of GPUs, you are ready.

Nodeau will never install, upgrade, replace or remove your driver, and never touches Secure Boot, the bootloader or the kernel command line. That decision affects whether your machine boots to a desktop, and it is yours. If the driver is not working, Nodeau stops and tells you rather than trying to fix it.

Disk#

The Nodeau binariesunder 100 MB
Container images (Linux only)about 3 GB
The starter modelabout 2.6 GB
Recommended free space20 GB

Model files are large and you will want more than one. Plan for the models you intend to run rather than for the starter.

Memory#

16 GB of system RAM or more is comfortable on Linux. Model files pass through system memory on their way to the card.

On Apple Silicon, memory is unified: the same pool serves the system, your applications and the GPU. Whether a model fits therefore depends on what else is running, and it can change between one attempt and the next. A refusal today after a success yesterday is Nodeau reading the machine correctly, not a fault — see Install on macOS.

Network#

Installation needs outbound HTTPS to reach the release, the container images and the model publisher. After that, inference needs no network at all.

Nodeau opens no inbound ports and needs no port forwarding. The local endpoint binds 127.0.0.1 and nothing else, and that is not a setting. If you connect a fleet to Nodeau Cloud, your machines reach out; nothing ever connects in. See security and privacy.

Privileges#

install.shRuns as you. Refuses to run as root. Calls no sudo.
nodeau install on LinuxNeeds sudo for the package and cluster steps. Every privileged command is printed in full before you are asked.
nodeau install on macOSNeeds no password at all. Everything lives in your own Library folder.

What each plan allows#

Limits are enforced by the binary from a signed entitlement, not by a web page.

Home (free)Home ProBusiness
Machines13Unlimited
GPUs in any one machine12Unlimited
Models serving at once2UnlimitedUnlimited
Batch jobs—UnlimitedUnlimited
Users11Unlimited

Everything that protects you — admission, artifact verification, authentication, every integrity check — is identical on every plan and is never withheld. See accounts, plans and entitlements.

Documentation for the current published build, the beta channel. Something here wrong or missing? Tell us — a report from a machine we have never seen is the most useful thing we get.