Skip to content
Hoplite
Theme

Begin typing to search this site.

Installation

Source build available Tagged package pending
  1. Clone Hara and Hoplite into sibling directories.

    Terminal window
    git clone https://github.com/hara-lang/hara.git hara.lang
    git clone https://github.com/greenways-ai/hoplite.git hoplite
    cd hoplite
  2. Prepare the development dependencies.

    Terminal window
    make setup
  3. Run the project checks and build the standalone executable.

    Terminal window
    make check
    make macos

Run make help for the available development, packaging, example, and benchmark targets. To install a source build under a custom prefix:

Terminal window
make install PREFIX=/usr/local

After the first tagged release is published, the intended installation is:

Terminal window
brew tap greenways-ai/hoplite
brew install hoplite
hoplite version

The 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 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