It looks like for now the only way to get the compiler is to built it from source. Is there an estimate on when an executable or installer will be provided? I'm guessing the reason there isn't one now is just because it's low on the priority list?
not necessarily that it's low on the priority list but more like the compiler isn't even ready for any kind of release yet
I can't give a good timeline on that but maybe richard has an idea
the recent wave of new people revealed some good issues and edge cases, so I suspect there are probably a decent amount still hiding around
yeah there's a fairly long list of things I'd want to get done before I think we'd be ready for a release with a version number, but I think we can get to a nightly build sooner than that so building from source isn't the only way to get a binary anymore
at the moment, the main thing a nightly build needs is running CI builds on macOS - currently we only run CI on Linux
I actually bought a Mac mini for that purpose, but haven't gotten CI set up on it yet
we don't support Windows yet, but that's on purpose to prevent duplicated work when we redo how linking works
Sorry, release wasn't the right word. But yes, nightly builds would be appreciated! Otherwise I guess I'll just have to stop being lazy and follow the building from source guide.
building from source is fairly straight forward. what OS are you on?
I mostly use Windows but I have a Mac as well.
windows might be tricky but it's fairly simple on mac :)
yeah unfortunately I don't think building on Windows will work at the moment :big_smile:
What's currently missing on the windows front?
we don't currently even attempt to invoke a linker :big_smile:
we could implement it any time, but then it would just get replaced by the surgical linking approach anyway!
Last updated: Jul 05 2025 at 12:14 UTC