• v0.1.0-alpha.35 3b1b8bb65e

    hugooconnor released this 2025-03-24 01:21:38 +00:00 | 384 commits to main since this release

    Release v0.1.0-alpha.35

    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/

    For Apple Silicon (M1/M2) Macs:

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

    Using the Install Script (Linux/macOS)

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