Getting Started#
This guide is for first-time users installing InferencePort AI from
https://inference.js.org.
Before You Install#
Confirm your OS: Windows, macOS, or Linux.
If you are unsure which download to choose, use Download Guide.
If you plan to run local models, make sure Ollama is available.
Install InferencePort AI#
Open
https://inference.js.org/install.html.Download the installer/package that matches your OS.
Run the installer (or open the package) and complete setup.
Open InferencePort AI from Start Menu/Applications.
First Launch (Simple Path)#
Use this quick path to confirm everything works:
Open
Marketplace.Open
Local Chat(Ollama models) and download one model.Go to
Chat, select host and model, then send a test prompt.Confirm you receive a streaming response.
Optional Setup#
You can skip this section and come back later.
Sign in (optional): required only for account features and sync.
Enable sync (optional): off by default.
Add remote hosts (optional): if you use model servers on another machine.
Import models (optional):
.gguf/Modelfilefrom Marketplace.
What To Learn Next#
User Guide for all app features
Troubleshooting if something fails
Need source build instructions?#
If you want to build the app from source code instead of downloading from the website, see Build and Release.