mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
Add pre-built binary install instructions to README
Universal binary (arm64 + x86_64) available on Releases page. Updated Building section to Install with download + build options. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,17 @@ Scarf reads Hermes's SQLite database (schema v6) and parses CLI output from `her
|
|||||||
|
|
||||||
If a Hermes update changes the database schema or CLI output format, Scarf may need to be updated. Check the [Health](#features) view for compatibility warnings.
|
If a Hermes update changes the database schema or CLI output format, Scarf may need to be updated. Check the [Health](#features) view for compatibility warnings.
|
||||||
|
|
||||||
## Building
|
## Install
|
||||||
|
|
||||||
|
### Pre-built Binary (no Xcode required)
|
||||||
|
|
||||||
|
Download the latest universal binary (Apple Silicon + Intel) from [Releases](https://github.com/awizemann/scarf/releases):
|
||||||
|
|
||||||
|
1. Download `Scarf-vX.X.X-Universal.zip`
|
||||||
|
2. Unzip and drag **Scarf.app** to Applications
|
||||||
|
3. On first launch, right-click and choose **Open** (or go to System Settings → Privacy & Security → Open Anyway)
|
||||||
|
|
||||||
|
### Build from Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/awizemann/scarf.git
|
git clone https://github.com/awizemann/scarf.git
|
||||||
@@ -61,7 +71,7 @@ open scarf.xcodeproj
|
|||||||
Or from the command line:
|
Or from the command line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
xcodebuild -project scarf/scarf.xcodeproj -scheme scarf -configuration Debug build
|
xcodebuild -project scarf/scarf.xcodeproj -scheme scarf -configuration Release -arch arm64 -arch x86_64 ONLY_ACTIVE_ARCH=NO build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user