Skip to content

v2026.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 22:28

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 its self and 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.msi and run the installer
  • ARM64: Download objeck-windows-arm64_2026.6.4.msi and run the installer
  • Portable: Download .zip files 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.pkg and 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.zip for IDE integration

📚 Documentation

🔐 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