What's New in v2026.6.4
A stability fix release on top of v2026.6.3.
- Multithreaded GC stability fix — fixed an intermittent crash (
0xC0000005) in the generational minor garbage collector during thread startup. A thread being spawned held itsselfand argument as untracked raw pointers, so a moving collection during the spawn handoff could relocate the still-live object and leave the new thread a stale reference. These are now tracked and relocated across collection. Surfaced only under heavy multithreaded churn.
See the full CHANGELOG.
Objeck Language v2026.6.4
This release includes builds for Windows, Linux, and macOS platforms.
📦 Installation
Windows
- x64: Download
objeck-windows-x64_2026.6.4.msiand run the installer - ARM64: Download
objeck-windows-arm64_2026.6.4.msiand run the installer - Portable: Download
.zipfiles for portable installations
Linux
- x64:
tar -xzf objeck-linux-x64_2026.6.4.tgz - ARM64:
tar -xzf objeck-linux-arm64_2026.6.4.tgz
macOS
- ARM64 (M1/M2/M3) Installer: Download
objeck-macos-arm64_2026.6.4.pkgand run - ARM64 (M1/M2/M3) Archive:
tar -xzf objeck-macos-arm64_2026.6.4.tgz
LSP (Language Server Protocol)
- Download
objeck-lsp-2026.6.4.zipfor IDE integration
📚 Documentation
- API Documentation: https://objeck.org/api/latest/
- Language Guide: https://github.com/objeck/objeck-lang
🔐 Verification
All Windows MSI installers are digitally signed for security.
🐛 Issues
Report issues at: https://github.com/objeck/objeck-lang/issues
Full Changelog: v...v2026.6.4