• v0.1.0-alpha.33 f52641c2f2

    hugooconnor released this 2025-03-23 04:22:26 +00:00 | 392 commits to main since this release

    Release v0.1.0-alpha.33

    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
  • v0.1.0-alpha.32 1e05a5aa28

    hugooconnor released this 2025-03-21 05:35:08 +00:00 | 398 commits to main since this release

    Release v0.1.0-alpha.32

    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
  • v0.1.0-alpha.31 8701c9d9b1

    hugooconnor released this 2025-03-20 04:17:26 +00:00 | 404 commits to main since this release

    Release v0.1.0-alpha.31

    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
  • v0.1.0-alpha.30 cabe82ceda

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

    Release v0.1.0-alpha.30

    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
  • v0.1.0-alpha.29 9b2f8b2900

    hugooconnor released this 2025-03-18 11:22:53 +00:00 | 422 commits to main since this release

    release-notes.md

    Downloads
  • v0.1.0-alpha.28 4f9867d39a

    hugooconnor released this 2025-03-18 04:23:34 +00:00 | 424 commits to main since this release

    Release v0.1.0-alpha.28

    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
  • 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
  • v0.1.0-alpha.25 d96cf2be40

    hugooconnor released this 2025-03-17 12:17:17 +00:00 | 430 commits to main since this release

    Release v0.1.0-alpha.25

    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
  • v0.1.0-alpha.24 3146886dd5

    hugooconnor released this 2025-03-17 09:07:36 +00:00 | 432 commits to main since this release

    Release v0.1.0-alpha.24

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