1 Download
+curl -fsSL https://clawfix.dev/install -o install.sh
+
+ diff --git a/src/landing.js b/src/landing.js index cad7804..cddc095 100644 --- a/src/landing.js +++ b/src/landing.js @@ -23,6 +23,7 @@ const LANDING_HTML = `
+- Deterministic diagnostics and guarded repairs. Optional AI analysis is used only when configured. Model output never becomes executable shell. + Run deterministic checks first. Optional AI can explain unmatched problems, while executable changes stay limited to reviewed repair definitions.
curl -fsSL https://clawfix.dev/install -o install.sh
-
-
- Recommended Verify with shasum -a 256 install.sh against the published hash, then run bash install.sh. No global npm.
-
- Prefer npm? npx clawfix@0.11.2 ยท Dry run: npx clawfix@0.11.2 --dry-run ยท macOS, Linux, WSL ยท Node.js 22+
-
Three explicit steps install under ~/.clawfix. No global npm, no remote shell pipe.
macOS, Linux, WSL ยท Node.js 22+
+1 Download
+curl -fsSL https://clawfix.dev/install -o install.sh
+
+ 2 Verify SHA-256
+shasum -a 256 install.sh
+
+ Compare with the published hash. On Linux, use sha256sum.
3 Install
+bash install.sh
+
+ Run the portable npm CLI without the chat-first TUI. Use --dry-run to inspect collected data without sending it.
npx clawfix@0.11.2
+
+ Local first. Deterministic checks and local commands do not upload.
+You choose. Remote analysis asks [y/N] before upload unless you explicitly override it.
Inspect first. Recognized secrets are redacted; workspace document contents stay local. See exactly what may be sent.
+The standalone binary opens directly into a conversation, keeps local commands offline, and asks before remote AI or guarded repairs. The npm package ships the portable CLI only โ npx clawfix runs the plain readline session.
The next standalone binary will open directly into a conversation, keep local commands offline, and ask before remote AI or guarded repairs. The npm package ships the portable CLI only โ npx clawfix runs the plain readline session.