Skip to content

Commit 8b5c381

Browse files
Release v0.2.0: stripped dylib, LICENSE, updated docs
- Add LICENSE (proprietary, founder@runanywhere.ai) - Update README with correct version, platform info, license section - Bump LATEST_VERSION to v0.2.0 - Add v0.2.0 checksums (dylib stripped from 4181 to 33 symbols) Made-with: Cursor
1 parent 6219802 commit 8b5c381

File tree

4 files changed

+72
-23
lines changed

4 files changed

+72
-23
lines changed

LATEST_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.2.0

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MetalRT Binary License
2+
3+
Copyright (c) 2024-2026 RunAnywhere, Inc. All rights reserved.
4+
5+
Permission is hereby granted to use the MetalRT binary distribution
6+
("libmetalrt.dylib" and "default.metallib") solely in conjunction with
7+
RCLI (RunAnywhere Command Line Interface) and compatible applications.
8+
9+
The following restrictions apply:
10+
11+
1. Redistribution of the binary files, in whole or in part, is
12+
prohibited without prior written consent from RunAnywhere, Inc.
13+
14+
2. Reverse engineering, decompilation, disassembly, or any attempt to
15+
derive source code from the binary files is strictly prohibited.
16+
17+
3. The binary files are provided "AS IS" without warranty of any kind,
18+
express or implied, including but not limited to the warranties of
19+
merchantability, fitness for a particular purpose, and noninfringement.
20+
21+
4. In no event shall RunAnywhere, Inc. be liable for any claim, damages,
22+
or other liability arising from the use of the binary files.
23+
24+
For licensing inquiries, commercial use, or integration partnerships:
25+
founder@runanywhere.ai
26+
https://runanywhere.ai

README.md

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,61 @@
1-
# MetalRT Binaries
1+
# MetalRT Binary Distribution
22

3-
Pre-built binaries for MetalRT — the Apple Silicon-optimized inference engine.
3+
Pre-built binary releases of the **MetalRT** GPU inference engine for macOS on Apple Silicon.
44

5-
## Usage
5+
MetalRT is a closed-source, high-performance inference engine optimized for Metal GPU.
6+
It powers the GPU acceleration features in [RCLI](https://github.com/RunanywhereAI/RCLI).
67

7-
Install via RCLI:
8+
## Installation
9+
10+
MetalRT is automatically downloaded and installed by RCLI:
811

912
```bash
10-
rcli metalrt install
13+
rcli setup # choose MetalRT or Both engines
14+
rcli metalrt install # install/update MetalRT separately
1115
```
1216

1317
Or download directly from [Releases](https://github.com/RunanywhereAI/metalrt-binaries/releases).
1418

15-
## Structure
19+
## Contents
1620

17-
```
18-
releases/
19-
v0.1.0/
20-
metalrt-v0.1.0-macos-arm64.tar.gz
21-
checksums.sha256
22-
LATEST_VERSION # plain text, e.g. "v0.1.0"
23-
```
21+
Each release tarball contains:
2422

25-
## Verification
23+
| File | Description |
24+
|------|-------------|
25+
| `libmetalrt.dylib` | MetalRT shared library (LLM + STT + TTS inference) |
26+
| `default.metallib` | Compiled Metal GPU kernels |
27+
| `metalrt_c_api.h` | C API header for consumers |
28+
| `checksums.sha256` | SHA-256 checksums for verification |
2629

27-
All binaries are:
28-
- Ad-hoc code-signed for macOS Gatekeeper compatibility
29-
- Accompanied by SHA256 checksums
30+
## Verification
3031

3132
```bash
32-
# Verify checksum
33+
cd ~/Library/RCLI/engines
3334
shasum -a 256 -c checksums.sha256
34-
35-
# Verify code signature
36-
codesign --verify --deep --strict libmetalrt.dylib
35+
codesign -v libmetalrt.dylib
3736
```
3837

38+
## Platform Requirements
39+
40+
- macOS 14+ (Sonoma or later)
41+
- Apple Silicon (M1, M2, M3, M4)
42+
- ~10 MB disk space for engine binaries
43+
44+
## Version
45+
46+
Current release: **v0.2.0** (ABI version 2)
47+
48+
See `LATEST_VERSION` file for the version string used by `rcli metalrt install`.
49+
3950
## License
4051

41-
The MetalRT binary is proprietary software. See the [RunanywhereAI Terms of Service](https://runanywhere.ai/terms) for usage terms.
52+
Proprietary. See [LICENSE](LICENSE) for terms.
53+
54+
MetalRT is developed by RunAnywhere, Inc. The binary may be used with RCLI and
55+
compatible applications. Redistribution and reverse engineering are prohibited.
56+
57+
## Contact
58+
59+
- **Licensing & partnerships**: founder@runanywhere.ai
60+
- **RCLI issues**: https://github.com/RunanywhereAI/RCLI/issues
61+
- **Website**: https://runanywhere.ai

releases/v0.2.0/checksums.sha256

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
f76d5437d896b19cd51ddc0df4ab134286fc63e472e85f1fba9323244a7d24df libmetalrt.dylib
2+
efae9af0c827dbe1ca4b47d0bef1ed0f94f9e0500e4286bb4dddd74e760148f2 default.metallib
3+
efddb30ee7a79039bd2ef56c0474b9114b0fbd5c235858df063f26cad9017b1b metalrt_c_api.h

0 commit comments

Comments
 (0)