Releases · a13ssandr0/cefpython · GitHub
Skip to content

Releases: a13ssandr0/cefpython

cefpython3 v147.0.0-arm64 — Linux ARM64

Choose a tag to compare

@github-actions github-actions released this 26 Jul 12:26

cefpython3 — Linux ARM64 (aarch64)

Pre-built wheels for Linux ARM64, compatible with Raspberry Pi OS Bookworm 64-bit and any aarch64 Linux system.

Built from the linesight/cefpython fork with ARM64 support (CEF 147 / Chromium 147.0.7727.118).


Supported Python versions

Python Wheel
3.10 cefpython3-...-cp310-cp310-linux_aarch64.whl
3.11 cefpython3-...-cp311-cp311-linux_aarch64.whl
3.12 cefpython3-...-cp312-cp312-linux_aarch64.whl
3.13 cefpython3-...-cp313-cp313-linux_aarch64.whl
3.14 cefpython3-...-cp314-cp314-linux_aarch64.whl

Raspberry Pi OS Bookworm ships Python 3.11 — use the cp311 wheel.


Installation

# Raspberry Pi OS Bookworm (Python 3.11) — replace TAG with this release tag
pip install \
  https://github.com/a13ssandr0/cefpython/releases/download/v147.0.0-arm64/cefpython3-147.0-cp311-cp311-linux_aarch64.whl

# Other Python versions: replace cp311 with cp310 / cp312 / cp313 / cp314

Runtime dependencies (Raspberry Pi OS)

sudo apt-get install -y \
  libgtk-3-0 libasound2 libnss3 libatk1.0-0 \
  libatk-bridge2.0-0 libdrm2 libxcomposite1 \
  libxdamage1 libxfixes3 libxrandr2 libgbm1 \
  libxkbcommon0 libpango-1.0-0