Note: Updating in this way seems to have deleted my plugins and themes.
@danielah05 you're in luck mate, I literally just figured this out. Yes, it is required ://
This package is currently broken. I was able to compile it by making a couple of changes to the PKGBUILD:
sed -i \
-e "s/'bun-bin'/'bun'/" \
-e 's/cmake --build[[:space:]]\+build/cmake --build build -j1/' \
PKGBUILD
The bun-bin package seems to no longer exist. I replaced it with the bun package.
With the bun package from the official repos, build parallelization seems to be broken. I had to build with only 1 thread. Sad to lose some compilation speed, but it did build.
Pinned Comments
shdwmtr commented on 2026-03-17 02:53 (UTC)
NOTE (Mar 16 2026): As of millennium 3.0.0_beta.1 python plugins are not supported. At the time of writing this, Extendium is the only plugin that has not been ported to Lua. However, you can find dev builds on their repository that are compatible with Lua.
shdwmtr commented on 2026-03-16 22:06 (UTC) (edited on 2026-03-16 22:07 (UTC) by shdwmtr)
Please report issues on GitHub rather than here. Check for duplicates before opening a new one; you may be ignored otherwise.
https://github.com/SteamClientHomebrew/Millennium/issues
WasabiIceCream commented on 2025-11-25 16:52 (UTC)
If you're upgrading from previous version, you need to manually remove millennium and its python-i686-bin dependency. Then, you can install the latest version including the new lib32-python311-bin dependency.