[object Object]

← back to Exo Keepalive

exo: restore clean locked daemon (self-syncing runner); official-mlx shortcut is a dead end (dep conflicts) — inference needs full Xcode for the pinned fork

f8147e4eb06a7ea70d08ef30fdd36e48b13a1149 · 2026-07-06 21:40:52 -0700 · steve

Files touched

Diff

commit f8147e4eb06a7ea70d08ef30fdd36e48b13a1149
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Jul 6 21:40:52 2026 -0700

    exo: restore clean locked daemon (self-syncing runner); official-mlx shortcut is a dead end (dep conflicts) — inference needs full Xcode for the pinned fork
---
 run-exo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-exo.sh b/run-exo.sh
index 1a08273..2641e72 100755
--- a/run-exo.sh
+++ b/run-exo.sh
@@ -9,4 +9,4 @@ cd "$HOME/exo" || exit 1
 LOG="$HOME/Projects/exo-keepalive/exo.log"
 echo "[$(date +%FT%T%z)] === exo start (pid $$) ===" >> "$LOG"
 # exec so launchd tracks the real exo process (respawns on crash)
-exec /Users/macstudio3/.local/bin/uv run --no-sync exo >> "$LOG" 2>&1
+exec /Users/macstudio3/.local/bin/uv run exo >> "$LOG" 2>&1

← 31be006 exo: --no-sync runner + notes; inference needs full Xcode to  ·  back to Exo Keepalive  ·  Path B: enable-exo-inference.sh — one-command mlx-fork build 338c9c6 →