Installation
Source build available
Tagged package pending
Terminal window
Terminal window
Build from source
Section titled “Build from source”-
Clone Hara and Hoplite into sibling directories.
Terminal window git clone https://github.com/hara-lang/hara.git hara.langgit clone https://github.com/greenways-ai/hoplite.git hoplitecd hoplite -
Prepare the development dependencies.
Terminal window make setup -
Run the project checks and build the standalone executable.
Terminal window make checkmake macos
Run make help for the available development, packaging, example, and benchmark targets. To install a source build under a custom prefix:
make install PREFIX=/usr/localHomebrew package
Section titled “Homebrew package”After the first tagged release is published, the intended installation is:
brew tap greenways-ai/hoplitebrew install hoplitehoplite versionThe formula and tap automation exist in the repository, but users should not rely on this path until a tagged release succeeds. See Packaging for the release flow.
Platform support
Section titled “Platform support”| Platform | Status | Notes |
|---|---|---|
| macOS arm64 | Primary | Standalone packaging target |
| macOS Intel | Primary | Standalone packaging target |
| Linux | Validation | CI and Docker; no packaged standalone release yet |
| Windows | Unsupported | No supported host lifecycle integration |