--- id: dlib-bin version: "20.0.1" license: Boost Software License license_treatment: unclear maintenance: active --- # dlib-bin — A toolkit for making real world machine learning and data analysis applications License: unclear · Maintenance: active · Downloads: 3.6M/mo ## What it is and what it does dlib-bin is a binary wheel distribution of dlib, a C++ machine learning and computer vision toolkit. It eliminates the compilation step that normally accompanies dlib installation by providing pre-built wheels for Windows, macOS (Apple Silicon), and Linux (both GLIBC and MUSL variants). The package supports Python 3.10 through 3.14 and covers both x86_64 and aarch64 architectures where applicable. The primary value is installation simplicity: a single pip command replaces the need for C++ compilers and build tools. This makes dlib accessible to developers who lack a build environment or prefer faster setup times. The package is actively maintained and has no known security vulnerabilities, though its license treatment remains unclear in the metadata. Use it for: - Install dlib quickly in CI/CD pipelines or containerized environments without requiring build toolchains. - Develop computer vision applications (image recognition, face detection) on macOS with Apple Silicon without compilation. - Deploy machine learning models that depend on dlib to production systems across heterogeneous Linux distributions. - Prototype machine learning solutions on Windows without installing Visual Studio or C++ build tools. - Use dlib in Alpine Linux containers where MUSL compatibility is required and compilation is impractical. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. dlib-bin provides pre-compiled binary wheels of dlib, a machine learning and computer vision toolkit, eliminating the need to build from source during installation. Yes, if you need dlib and want to avoid compilation overhead. The package is actively maintained, covers major platforms, and has no known vulnerabilities. However, verify that the Boost Software License is compatible with your project, and confirm that the pre-built wheels meet your performance and feature requirements before committing to production use. ## Install pip install dlib-bin uv add dlib-bin poetry add dlib-bin ## Installing dlib-bin Before you install: Medium install friction due to platform-specific wheels, but the package is actively maintained with recent releases and covers major platforms (Windows, macOS arm64, Linux GLIBC and MUSL). Binary distribution eliminates compilation overhead compared to building dlib from source. License in practice: Licensed under Boost Software License with unclear SPDX mapping in the package metadata. Verify the actual license terms and compatibility with your project before use, as the license treatment is not definitively resolved. Quickstart: pip install dlib-bin import dlib # dlib is now available for use in machine learning and computer vision tasks Requires Python 3.10, 3.11, 3.12, 3.13, or 3.14; macOS support is Apple Silicon (arm64) only as of version 20.0.1. Verify before relying: - Whether Boost Software License is compatible with your project's license requirements (SPDX mapping unclear). - API stability and feature parity with the upstream dlib project across version updates. - Performance characteristics compared to building dlib from source with optimizations. ## Package facts - License: Boost Software License (unclear) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 3.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags dlib precompiled wheels, machine learning toolkit binary, computer vision library python, dlib without compilation, ready-to-use dlib install, cross-platform ml library, dlib binary distribution, precompiled-wheels, computer-vision, no-build-required [View on SkillFed](https://skillfed.io/packages/dlib-bin) · [View on PyPI](https://pypi.org/project/dlib-bin/)