Changes in version 1.4.1
Build
- OpenWrt 25.12.5 package installation (PR #79 — author: @fildunsky)
- Fixed package installation and update failure on OpenWrt snapshot 25.12.5 and later
- OpenWrt snapshots added
.uttemplate precompilation to bytecode (format 0x02), which created incompatible bytecode that could not be loaded by the runtime - The
luci.mkfrom snapshot-SDK was adding a dependency onucode (>=2026.02.27), but the bytecode format remained incompatible - Disabled template bytecode precompilation via build flag to ensure the package installs and updates correctly on all OpenWrt versions
Authors
- @fildunsky — OpenWrt 25.12.5 installation fix
Pull Requests
- #79 — Fix 1.4.x install/update on OpenWrt snapshot 25.12.5
Installation
One command over root SSH. The script detects the package manager
(apk or opkg), picks the matching asset from this release,
installs it and switches LuCI over to the theme.
wget -qO- https://raw.githubusercontent.com/ChesterGoodiny/luci-theme-proton2025/main/install.sh | shRemoval
wget -qO- https://raw.githubusercontent.com/ChesterGoodiny/luci-theme-proton2025/main/uninstall.sh | shTo install by hand, take the exact file name from the assets below:
.apk if command -v apk prints a path, .ipk otherwise.