• v0.1.0-alpha.26 677c64fa36

    hugooconnor released this 2025-03-18 01:12:18 +00:00 | 428 commits to main since this release

    Release v0.1.0-alpha.26

    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

    macOS builds are coming soon. In the meantime, you can install manually:

    # Clone the repository
    git clone https://codeberg.org/anuna/llm-md.git
    cd llm-md
    
    # Install with Racket
    raco pkg install --auto
    raco exe -o llm-md main.rkt
    sudo cp llm-md /usr/local/bin/
    

    Using the Install Script (Linux)

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