--- id: akracer version: "0.0.14" license: MIT license_treatment: permissive maintenance: aging --- # akracer — akracer is next version of py_mini_racer License: permissive · Maintenance: aging · Downloads: 1.0M/mo ## What it is and what it does AKRacer solves a compatibility problem on 64-bit ARM systems by providing precompiled dynamic libraries that enable software to run on Apple M-series chips, Ubuntu ARM systems, and Raspberry Pi 64-bit OS. The package is designed as a drop-in supplement: you install it via pip, and it deposits the appropriate compiled libraries into the target installation directory. It has no runtime dependencies and supports Python 3.8 through 3.13. The project is maintained but aging, with the last release 338 days ago, though the repository shows recent activity. The package carries a permissive MIT license and is lightweight, making it suitable for environments where precompiled binaries are preferred over source compilation on ARM platforms. Use it for: - Deploying applications to Apple M-series Macs without recompiling native libraries from source. - Running applications on Raspberry Pi 64-bit systems that require precompiled ARM64 binaries. - Using applications on Ubuntu ARM servers (18.04, 20.04, 22.04) without manual library compilation. - Simplifying CI/CD pipelines for ARM-based deployment targets by providing ready-to-use compiled libraries. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. AKRacer provides precompiled dynamic libraries for 64-bit ARM architectures, including Apple M-series chips, Ubuntu ARM systems, and Raspberry Pi 64-bit OS. Yes, if you need precompiled dynamic libraries for 64-bit ARM systems and want to avoid compiling from source. The package is lightweight, has no dependencies, and carries a permissive MIT license. However, verify that your specific ARM platform and target library version combination are supported, and be aware the package itself has not been updated in 338 days—check compatibility with your environment before relying on it for production. ## Install pip install akracer uv add akracer poetry add akracer ## Installing akracer Before you install: Low install friction with no runtime dependencies. The package is aging (338 days since last release), but the repository remains active with recent commits and no archived status. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install akracer The package deploys precompiled dynamic libraries (armlibmini_racer.dylib for Apple M-series and armlibmini_racer.glibc.so for Ubuntu and Raspberry Pi 64-bit) into the target installation directory. Requires Python 3.8 or later; only beneficial on 64-bit ARM systems. On x86 architectures, this package is not needed. Verify before relying: - Whether the package automatically detects and deploys the correct library variant for the host architecture. - Compatibility with all supported Python versions (3.8 through 3.13) given the package has not been updated in 338 days. - Whether the package works with all versions of the target library it is designed to support. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 1.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags ARM64 dynamic library, Apple M1 M2 Python, Raspberry Pi 64-bit Python, ARM64 native libraries, Ubuntu ARM Python support, 64-bit ARM runtime, arm64-support, platform-specific [View on SkillFed](https://skillfed.io/packages/akracer) · [View on PyPI](https://pypi.org/project/akracer/)