https://github.com/asahilinux/widevine-installer
Widevine CDM installer for aarch64 systems
https://github.com/asahilinux/widevine-installer
Last synced: 8 months ago
JSON representation
Widevine CDM installer for aarch64 systems
- Host: GitHub
- URL: https://github.com/asahilinux/widevine-installer
- Owner: AsahiLinux
- License: mit
- Created: 2023-10-31T06:43:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:47:53.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T00:35:40.477Z (8 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 140
- Watchers: 6
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widevine installer for aarch64 systems
This tool will download and install Widevine systemwide for aarch64 systems.
It performs the necessary configuration changes to make Widevine available for
both Firefox and Chromium-based browsers.
NOTE: Using Widevine requires glibc version 2.36 or later. Arch Linux ARM ships
an ancient glibc version, and will not work at this time. Most other distros
(even Debian stable) should be OK.
# Credits
Original fixup script by [@DavidBuchanan314](https://github.com/DavidBuchanan314):
https://gist.github.com/DavidBuchanan314/c6b97add51b97e4c3ee95dc890f9e3c8
Changes to support newer CDMs and vanilla glibc and install script by
[@marcan](https://github.com/marcan).