Skip to content

Nightly (2026-07-11 · 337d0ab)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:49

Nightly build

Built from main at commit 337d0ab on 2026-07-11.
Build workflow result: success.

Some targets may be missing when one or more build jobs fail.

Warning: Nightly builds are untested and may contain breaking changes.
Use a tagged release for production.

Install

macOS (Apple Silicon)

curl -fsSL https://raw.githubusercontent.com/giovannifil-64/oxydllm/main/install.sh | OXYDLLM_CHANNEL=nightly sh

Linux x86_64 (CUDA)

curl -fsSL https://raw.githubusercontent.com/giovannifil-64/oxydllm/main/install.sh | OXYDLLM_CHANNEL=nightly sh

Linux arm64 (CUDA — GH200 / GB300 / Jetson Thor / DGX Spark)

curl -fsSL https://raw.githubusercontent.com/giovannifil-64/oxydllm/main/install.sh | OXYDLLM_CHANNEL=nightly sh

Installer auto-selects the right CUDA target from detected GPU compute capability.
Override with OXYDLLM_CUDA_TARGET: x86_64 values: ada, hopper, blackwell, blackwell-ultra, blackwell-desktop; arm64 values: hopper, blackwell, blackwell-ultra, thor, blackwell-desktop.

Linux (CPU)

curl -fsSL https://raw.githubusercontent.com/giovannifil-64/oxydllm/main/install.sh | OXYDLLM_CHANNEL=nightly OXYDLLM_NO_GPU=1 sh

Docker (CUDA)

docker run --gpus all -p 11313:11313 \
  -v ~/.oxydllm/models:/root/.oxydllm/models \
  ghcr.io/giovannifil-64/oxydllm:nightly start

x86_64 per-arch nightlies: :nightly-cuda-ada, :nightly-cuda-hopper, :nightly-cuda-blackwell, :nightly-cuda-blackwell-ultra, :nightly-cuda-blackwell-desktop.
ARM64 per-arch nightlies: :nightly-cuda-hopper-arm64, :nightly-cuda-blackwell-arm64, :nightly-cuda-blackwell-ultra-arm64, :nightly-cuda-thor-arm64, :nightly-cuda-blackwell-desktop-arm64.

Docker (CPU)

docker run -p 11313:11313 \
  -v ~/.oxydllm/models:/root/.oxydllm/models \
  ghcr.io/giovannifil-64/oxydllm:nightly-cpu start