Skip to content

Add native model manager build script flags - #296

Merged
0xShug0 merged 2 commits into
mainfrom
fix/native-manager-build-script-flags
Aug 22, 2026
Merged

Add native model manager build script flags#296
0xShug0 merged 2 commits into
mainfrom
fix/native-manager-build-script-flags

Conversation

@0xShug0

@0xShug0 0xShug0 commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • add first-class native model manager flags to Linux, macOS, and Windows build scripts
  • make Windows prebuilt packaging opt into native model manager builds so the packaged manager binary is produced reliably
  • document the script flags for native WebUI model downloads and TLS backend selection

Validation

  • git diff --check
  • bash -n scripts/build_linux.sh scripts/build_metal.sh scripts/build_xcframework.sh
  • ./scripts/build_linux.sh --backend cpu --build-dir build/debug --build-type Debug --native-model-manager --target audiocpp_server --target audiocpp_model_manager --jobs $(nproc)
  • verified AUDIOCPP_BUILD_NATIVE_MODEL_MANAGER=ON and AUDIOCPP_USE_SYSTEM_OPENSSL=OFF in CMake cache
  • verified produced server and model-manager binaries run with --help
  • verified no dynamic ssl/crypto/curl dependency in the produced Linux binaries

Note: PowerShell syntax validation was not run because PowerShell is not installed in this environment.

@0xShug0
0xShug0 merged commit afd1b9d into main Aug 22, 2026
6 checks passed
@0xShug0
0xShug0 deleted the fix/native-manager-build-script-flags branch August 22, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant