Updating daily Bonsai builds
Is it only for me or did things change.
A few days ago I realized that Bonsai 0.8.3 does no more offer a daily update for me. So I thought Devs are on holidays. After some time I started checking Extension's external repository path, checked the tutorial on how to set the path for Blender and went to Github. Realized that each day there was a new daily version nevertheless, so no holidays.
Bonsai updates ended with the version from June 6 2025.
The proposed path for the repository has changed. It is the same address but includes hardcoded that date's version, a path duplicate and some other stuff about Blender min version and Python.
So the old path, as it was does, no more work. The new path from the table does not work also. Trying to adjust the new path did not work for me too. Does anybody know the right Path to Bonsai dailies ? (For Apple ARM (and Windows)) ?
Also on Github there is a Python 3.12 version of Bonsai.
It does not install on Blender 5.0 Alpha, which seems still using Python 3.11.
So what is it for ?
Comments
So something is definitely broke. I too am stuck with June 6th build.
Thanks for confirming !
Well, actual releases are there :
https://github.com/IfcOpenShell/IfcOpenShell/releases
and you can download them manually and "install from disk", but that has no auto update comfort either.
(OK, basically I am doing so for Blender nearly each day ...)
And here are the new links .....
https://github.com/IfcOpenShell/bonsai_unstable_repo/
Which for me on M4 Mac now looks like :
https://github.com/IfcOpenShell/IfcOpenShell/releases/download/bonsai-0.8.3-alpha2506061413/bonsai_py311-0.8.3-alpha250606-macos-arm64.zip?repository=https://raw.githubusercontent.com/IfcOpenShell/bonsai_unstable_repo/main/index.json&blender_version_min=4.2.0&platforms=macos-arm64&python_versions=3.11
There's an index.json that usually gets updated on each build. That process stopped by the look.
I am also stuck with June 06 thinking there was something going on for a big update. I was on shot break and have not paid attention yet but now something surely should be learned about the new process for the daily builds.
I think it just went back to normal now
Yes, seems to work again.
I can even paste the that whole extended Link in and it updates the repository. A few days ago it just thew an error message that way.
Great !
Bonsai is listening, reading or just found it themselve ;)
But what about the Python 3.12 option ....
Something needed for future Bonsai features ?
No, Python 3.12 Bonsai build is for some distributions on Unix that use Python 3.12 for their Blender.
Did I get that correct that Blender installation brings its own Python package ?
And all AddOns/Extensions need to use the same version ?
To install latest Speckle from Github I needed Python on my Mac. It already was there from XCode (?). But it was only 3.9.6.
This did not work (> 3.10) for the script I needed, so I upgraded to latest Python 3.13.5.
But that local Python doesn't help (or interfere with) Blender or Bonsai in that case (?)