Recommended path: source build
This is the most accurate install path today. Build the compiler and check Lacail and Qstar through their Makefile boundaries.
Source build only
Cale does not ship end-user binary releases yet. The current path is to clone the repository and build from source. Future macOS-first GitHub Releases binaries can be added here without changing the page structure.
This is the most accurate install path today. Build the compiler and check Lacail and Qstar through their Makefile boundaries.
The first binary path is expected to be macOS, with Linux and Windows artifacts added as the platform story matures.
This path is for contributors who want to verify the compiler and standalone tools separately.
| Platform | Status | Notes |
|---|---|---|
| macOS | Primary | Source build path today. Planned first binary release target. |
| Linux | Expanding | Compile/check boundaries first, then broader ELF and platform support. |
| Windows | Compile stub | COFF and platform diagnostics are expected to grow gradually. |
| Project | Boundary | Install/build status |
|---|---|---|
| Cale compiler | root Makefile | Source build path through root make and check targets. |
| Lacail | lacail/Makefile | Standalone debugger project checked through its own Makefile. |
| Qstar | qstar/Makefile | Separate adjacent tool checked through its own Makefile. |
git clone https://github.com/deeyed/cale.git
cd cale make
make check make -C lacail check
make -C qstar check