• v0.1.0-alpha.23 83aac034f5

    hugooconnor released this 2025-03-17 08:10:16 +00:00 | 434 commits to main since this release

    Release v0.1.0-alpha.23

    See the CHANGELOG.md for details.

    Installation

    Linux

    1. Download the Linux archive
    2. Extract: tar -xzf llm-md-linux-x86_64.tar.gz
    3. Install: sudo cp llm-md-dist/bin/llm-md /usr/local/bin/

    macOS

    For Intel Macs:

    1. Download the macOS Intel archive
    2. Extract: tar -xzf llm-md-macos-x86_64.tar.gz
    3. Install: sudo cp llm-md-intel-dist/bin/llm-md /usr/local/bin/

    Using the Install Script (Linux/macOS)

    curl -fsSL https://llm.md/install.sh | bash
    
    Downloads