Rapid-MLX
Copyright 2025-2026 the Rapid-MLX contributors

This product includes software developed by third parties. The notices below
are provided under section 4 of the Apache License, Version 2.0, and under the
terms of the other licenses named here.


Origin of this codebase
=======================

Rapid-MLX began as vLLM-MLX (`vllm-mlx`), created by Wayner Barrios and
published at:

    https://github.com/waybarrios/vllm-mlx

licensed under the Apache License, Version 2.0. The initial commit of this
repository (2025-12-06) is that project, and development continued in this
history until 2026-02-15. The project was renamed to Rapid-MLX on 2026-03-13.

**The files in this repository have been changed.** Since the rename the
codebase has been extensively modified, extended, and in large part rewritten
by the Rapid-MLX contributors; the Python package retains
the `vllm_mlx` import name from its origin. Neither the original authors nor
any upstream project endorses this distribution. The complete record of what
changed, when, and by whom is preserved in the git history of this repository.

Rapid-MLX is not affiliated with, and is not a distribution of, the vLLM
project (https://github.com/vllm-project/vllm).


Vendored third-party source
===========================

The following directories contain third-party source redistributed inside this
repository. Each keeps its upstream license text alongside the code.

* videox_fun_mlx/
  CogVideoX-Fun MLX runtime. Vendored from
  https://github.com/dgrauet/VideoX-Fun-mlx at commit
  26326e7d52e6762375227b320d77003dac764d14 (2026-07-21), which is a fork of
  the original VideoX-Fun by the Alibaba PAI team:
      https://github.com/aigc-apps/VideoX-Fun
  Licensed under the Apache License, Version 2.0.
  See videox_fun_mlx/LICENSE and videox_fun_mlx/NOTICE.

* vllm_mlx/audio/sa3/
  MLX Stable Audio 3. Vendored from
  https://github.com/Stability-AI/stable-audio-3 at commit
  124e8a799f57a1f665495ecb72e547d0a62867f1.
  MIT License — Copyright (c) 2026 Stability AI.
  See vllm_mlx/audio/sa3/LICENSE and vllm_mlx/audio/sa3/NOTICE.

* apps/rapid-mac/Vendor/SwiftMath/
  Vendored from https://github.com/mgriebling/SwiftMath at 1.7.3
  (fa8244ed032f4a1ade4cb0571bf87d2f1a9fd2d7) with a resource-resolution patch.
  MIT License — Copyright (c) 2023 Computer Inspirations.
  The bundled math fonts carry their own LICENSE, OFL.txt, and
  GUST-FONT-LICENSE.txt notices alongside the font files.
  See apps/rapid-mac/Vendor/SwiftMath/LICENSE.


Runtime dependencies
====================

Rapid-MLX is built on Apple's MLX and the MLX model runtimes. These are
declared dependencies installed from their own distributions, not vendored
here, and each is used under its own license:

    MLX          https://github.com/ml-explore/mlx            MIT
    mlx-lm       https://github.com/ml-explore/mlx-lm         MIT
    mlx-vlm      https://github.com/Blaizzy/mlx-vlm           MIT
    mlx-audio    https://github.com/Blaizzy/mlx-audio         MIT

The macOS desktop application enumerates the components it ships in
apps/rapid-mac/THIRD_PARTY.md, and reproduces their license texts inside the
application bundle.

Optional Python extras pull in additional dependencies under their own terms,
including copyleft licenses. Those extras are not installed into the shipped
desktop application. See apps/rapid-mac/THIRD_PARTY.md for the scope of what
the binary contains.


Model weights
=============

No model weights are distributed with this software. Weights are downloaded at
runtime from their publishers and are covered by their own separate licenses,
which are not granted by this NOTICE or by the accompanying LICENSE.
