Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.03 KB

File metadata and controls

39 lines (29 loc) · 2.03 KB

Third-Party Notices

Cosmos OSS includes or may bundle third-party binaries and model artifacts at build/release time. This file tracks required attribution and license context for those components.

FFmpeg / FFprobe

  • Component: ffmpeg, ffprobe
  • Location in repo: src-tauri/bin/ffmpeg, src-tauri/bin/ffprobe
  • Upstream project: https://ffmpeg.org/
  • Bootstrap sources used by scripts/bootstrap-assets.mjs:
    • macOS: https://evermeet.cx/ffmpeg/getrelease/zip and https://evermeet.cx/ffmpeg/getrelease/ffprobe/zip
    • Windows: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
    • Linux x64/arm64: https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-lgpl-shared.tar.xz and ...linuxarm64...
  • License: FFmpeg is generally distributed under LGPL-2.1-or-later, with some builds/options requiring GPL.

Important:

  • The exact obligations depend on the build configuration of the binaries you ship.
  • If you distribute Cosmos with these binaries, ensure your release process includes the matching FFmpeg license texts and any required source/build-offer obligations for that binary build.

ONNX Runtime (dynamic library at packaging time)

If you distribute bundles containing ONNX Runtime, include ONNX Runtime attribution/license text with your release artifacts.

Nomic / Whisper model files

Cosmos downloads model files from upstream registries at runtime based on configured model endpoints. Those model assets have their own licenses/terms from their respective providers. When redistributing pre-bundled model files, verify and comply with each model license.

Default bootstrap endpoints:

  • Nomic text/vision: https://huggingface.co/nomic-ai/...
  • Whisper base: https://huggingface.co/openai/whisper-base/...