Skip to content

Releases: baremetalrt/dist

BareMetalRT 0.13.19

23 Jun 01:37

Choose a tag to compare

BareMetalRT 0.13.19

Installation

  1. Download and run BareMetalRT-0.13.19-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.19

BareMetalRT 0.13.18

23 Jun 01:28

Choose a tag to compare

BareMetalRT 0.13.18

Installation

  1. Download and run BareMetalRT-0.13.18-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.18

BareMetalRT 0.13.17

23 Jun 01:16

Choose a tag to compare

BareMetalRT 0.13.17

Installation

  1. Download and run BareMetalRT-0.13.17-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.17

BareMetalRT 0.13.16

23 Jun 00:53

Choose a tag to compare

BareMetalRT 0.13.16

Installation

  1. Download and run BareMetalRT-0.13.16-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.16

BareMetalRT 0.13.15

22 Jun 21:27

Choose a tag to compare

BareMetalRT 0.13.15

Installation

  1. Download and run BareMetalRT-0.13.15-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.15

BareMetalRT 0.13.14

22 Jun 15:42

Choose a tag to compare

BareMetalRT 0.13.14

Installation

  1. Download and run BareMetalRT-0.13.14-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.14

BareMetalRT 0.13.12

22 Jun 12:21

Choose a tag to compare

What's new in 0.13.12

Model loading and serving is now reliable instead of fingers-crossed, and the node no longer misreports its state.

  • Loads retry instead of failing on a transient hiccup (VRAM blip, slow import, flaky download).
  • No leaked GPU memory between model loads — a worker that times out or crashes is now reaped, so the next load no longer fails for lack of VRAM ("Impossible to fit in kvCache").
  • The node tells the truth — after an unload or an unexpected drop it shows idle (not a stale ready), and a crashed inference worker now self-heals (reloads) instead of erroring on every chat.
  • A broken tokenizer is a real error, not a silent node that accepts chats then 503s forever.
  • A corrupt model registry can't wipe your downloaded models — it's backed up and fails loud instead of silently resetting to empty.

Experimental (off by default): a new native serving path with rock-solid model swapping, opt-in via BMRT_NATIVE_RESIDENCY=1. Normal behavior is unchanged.


Installation

  1. Download and run BareMetalRT-0.13.12-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and GPU libraries are bundled. No separate CUDA Toolkit or TensorRT install is required; it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in once to link this GPU to your account — after that it runs locally, no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

BareMetalRT 0.13.11

22 Jun 07:20

Choose a tag to compare

BareMetalRT 0.13.11

Installation

  1. Download and run BareMetalRT-0.13.11-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.11

BareMetalRT 0.13.10

22 Jun 06:43

Choose a tag to compare

BareMetalRT 0.13.10

Installation

  1. Download and run BareMetalRT-0.13.10-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.10

BareMetalRT 0.13.9

22 Jun 06:21

Choose a tag to compare

BareMetalRT 0.13.9

Installation

  1. Download and run BareMetalRT-0.13.9-Setup.exe
  2. The installer sets up everything it needs — the Python runtime and
    GPU libraries are bundled. No separate CUDA Toolkit or TensorRT
    install is required;
    it runs a quick NVIDIA-driver check only.
  3. The app opens on your machine at http://localhost:8080. Sign in
    once to link this GPU to your account — after that it runs locally,
    no login, nothing leaves your machine.

System Requirements

  • Windows 10/11 (64-bit)
  • NVIDIA GPU (RTX 2000-series or newer recommended)
  • A recent NVIDIA driver (580+) — no system CUDA Toolkit or TensorRT needed

Full Changelog: https://github.com/baremetalrt/dist/commits/v0.13.9