Skip to content

Commit 3c94531

Browse files
docs: update binary audit with successful CI results
All three primary platforms now pass: - Linux x86_64: 7.5 MB (native build) - Linux ARM64: 7.6 MB (cross-rs) - Windows x86_64: 5.9 MB (native MSVC) CI Run #20831755510 completed successfully.
1 parent 5b51a93 commit 3c94531

1 file changed

Lines changed: 23 additions & 26 deletions

File tree

docs/VISION_BINARY_AUDIT.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,39 @@
22

33
**Date**: January 8, 2026
44
**Prepared By**: AI Assistant
5-
**Purpose**: Authoritative audit of vision-enabled binary status for Product Hunt launch
5+
**Status**: ✅ ALL PLATFORMS PASSING
66

77
## Executive Summary
88

9-
| Platform | Binary Exists | Vision Feature | Test Status | Ready? |
10-
|----------|--------------|----------------|-------------|--------|
11-
| Windows x86_64 |v1.8.2 | ❌ No | 🔄 Not tested | |
12-
| Linux x86_64 |v1.8.2 | ❌ No | ✅ Build passes | |
13-
| Linux ARM64 |v1.8.2 | ❌ No | ⏭️ Skipped | |
14-
| macOS ARM64 | ✅ v1.8.2 | ❌ No | ⏭️ Skipped | |
15-
| macOS Intel | ✅ v1.8.2 | ❌ No | ⏭️ Skipped | |
9+
| Platform | Binary Exists | Build Status | Binary Size | Ready? |
10+
|----------|--------------|--------------|-------------|--------|
11+
| Linux x86_64 || ✅ PASSED | 7.5 MB | |
12+
| Linux ARM64 || ✅ PASSED | 7.6 MB | |
13+
| Windows x86_64 || ✅ PASSED | 5.9 MB | |
14+
| macOS Intel | ⏭️ Skipped | N/A | N/A | Optional |
15+
| macOS ARM64 | ⏭️ Skipped | N/A | N/A | Optional |
1616

17-
**Current State**: Binaries exist but **DO NOT** include vision feature.
17+
**Current State**: All primary platforms build successfully via GitHub Actions.
1818

1919
---
2020

21-
## 1. Current Release Status (v1.8.2)
21+
## 1. Latest CI Run Results (Run #20831755510)
2222

23-
### 1.1 Published Assets
24-
```
25-
shimmy # Linux x86_64
26-
shimmy-linux-aarch64 # Linux ARM64
27-
shimmy-linux-x86_64 # Linux x86_64 (duplicate)
28-
shimmy-macos-arm64 # macOS Apple Silicon
29-
shimmy-macos-intel # macOS Intel
30-
shimmy-windows-x86_64.exe # Windows 64-bit
31-
shimmy.exe # Windows 64-bit (duplicate)
32-
```
23+
### Successful Builds
24+
- **Linux x86_64**: Native build on `ubuntu-latest` - 7,527,848 bytes
25+
- **Linux ARM64**: Cross-compile via `cross-rs` - 7,564,472 bytes
26+
- **Windows x86_64**: Native MSVC on `windows-latest` - 5,969,408 bytes
3327

34-
### 1.2 Feature Analysis
35-
Current v1.8.2 release was built with:
36-
- `--features huggingface` (download models from HF)
37-
- `--features llama` (llama.cpp backend)
38-
- **NOT** `--features vision` (vision processing)
28+
### Build Times
29+
- Linux x86_64: 3m29s
30+
- Linux ARM64: 4m11s
31+
- Windows x86_64: 7m41s
32+
- Validation: 5s
3933

40-
The vision feature is **NOT included** in any released binary.
34+
### Workflow
35+
- **File**: `.github/workflows/vision-cross-platform-test.yml`
36+
- **Trigger**: `workflow_dispatch` (manual)
37+
- **Approach**: Native runners for each platform (matches `release.yml`)
4138

4239
---
4340

0 commit comments

Comments
 (0)