Skip to content

Commit 82b829b

Browse files
apocryphxclaude
andcommitted
readme: surface download link and CI badge at top
Makes the prebuilt download discoverable without having to read to the "Downloading a prebuilt xcframework" section: - Shields.io badge showing the latest release tag - CI status badge for the fork workflow - Plain-text direct download link with a SHA256 companion link Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent faa05ea commit 82b829b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# llama.cpp — Apple Platforms Fork
22

3+
[![Download llama.xcframework.zip](https://img.shields.io/github/v/release/apocryphx/llama.cpp?include_prereleases&label=llama.xcframework&sort=date)](https://github.com/apocryphx/llama.cpp/releases/latest)
4+
[![CI](https://github.com/apocryphx/llama.cpp/actions/workflows/fork-xcframework-release.yml/badge.svg)](https://github.com/apocryphx/llama.cpp/actions/workflows/fork-xcframework-release.yml)
5+
36
A fork of [ggml-org/llama.cpp](https://github.com/ggml-org/llama.cpp) focused on producing a working `llama.xcframework` for local on-device inference across all current Apple platforms.
47

8+
**[Download the latest prebuilt `llama.xcframework.zip`](https://github.com/apocryphx/llama.cpp/releases/download/latest/llama.xcframework.zip)** ([sha256](https://github.com/apocryphx/llama.cpp/releases/download/latest/llama.xcframework.zip.sha256)) — rebuilt on every push to `master` and weekly.
9+
510
The goal of this fork is narrow: keep a shippable xcframework building on a modern macOS toolchain (Xcode 26+, CMake 4.x). No feature additions, no diverging APIs — everything else is pulled straight from upstream.
611

712
## What this fork changes

0 commit comments

Comments
 (0)