| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| clawhip-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-08-19 | 107 Bytes | |
| dist-manifest.json | 2026-08-19 | 20.0 kB | |
| sha256.sum | 2026-08-19 | 497 Bytes | |
| source.tar.gz | 2026-08-19 | 517.4 kB | |
| source.tar.gz.sha256 | 2026-08-19 | 81 Bytes | |
| clawhip-aarch64-apple-darwin.tar.xz | 2026-08-19 | 3.5 MB | |
| clawhip-aarch64-apple-darwin.tar.xz.sha256 | 2026-08-19 | 103 Bytes | |
| clawhip-aarch64-unknown-linux-gnu.tar.xz | 2026-08-19 | 3.7 MB | |
| clawhip-aarch64-unknown-linux-gnu.tar.xz.sha256 | 2026-08-19 | 108 Bytes | |
| clawhip-installer.sh | 2026-08-19 | 52.6 kB | |
| clawhip-x86_64-apple-darwin.tar.xz | 2026-08-19 | 3.8 MB | |
| clawhip-x86_64-apple-darwin.tar.xz.sha256 | 2026-08-19 | 102 Bytes | |
| clawhip-x86_64-unknown-linux-gnu.tar.xz | 2026-08-19 | 4.0 MB | |
| 0.6.12 - 2026-08-19 source code.tar.gz | 2026-08-19 | 517.6 kB | |
| 0.6.12 - 2026-08-19 source code.zip | 2026-08-19 | 562.8 kB | |
| README.md | 2026-08-19 | 3.6 kB | |
| Totals: 16 Items | 16.7 MB | 1 | |
Release Notes
Highlights
- add durable event-ledger storage and compaction for auditable event history
- add a GitHub Actions status monitor backed by the public GitHub Statuspage API, with baseline and deduplication handling
- make runtime and tmux watch reconciliation converge safely across dead sessions, no-server states, same-name recreation, ownerless stale registrations, and orphaned registrations
- add official opt-in support for GJC setup questions and document the permanent Discord community invite
- harden config backup writes, candidate verification, retention labels, and cleanup against unsafe paths and malformed or lookalike entries
- bound batched compact CI Discord messages to Discord's 2000-scalar limit
Upgrade notes
- crate version is now
0.6.12 - existing route/config schema remains compatible; no migration required
Added
- add
monitors.github_statuspoller for GitHub Actions platform incidents via the public Statuspage API (www.githubstatus.com/api/v2), emittinggithub.actions-statusandgithub.actions-incidentwith baseline/dedupe anti-spam; independent from websocket[[subscriptions]]
Fixed
- config saves retire only strictly recognized stale legacy root-level snapshots alongside managed backups under the shared newest-10-or-newer-than-30-days retention policy. On Unix, temp commit, managed snapshot creation, and candidate deletion use directory-handle-relative exclusive/no-follow primitives so preplaced temp collisions, post-write temp replacement, managed-directory path swaps, and post-check candidate replacement cannot redirect writes or unlinks outside the validated objects; on platforms without those primitives, saves continue while cleanup preserves every candidate. Unknown, malformed, symlinked, directory, and unsafe linked entries remain untouched. No config schema migration or startup cleanup is required.
- restrict root-level config-backup cleanup to a finite set of evidenced clawhip labels, preserve lookalikes and unknown labels, and report public-safe classified/deleted/preserved counts after config saves.
Install clawhip 0.6.12
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Yeachan-Heo/clawhip/releases/download/v0.6.12/clawhip-installer.sh | sh
Download clawhip 0.6.12
| File | Platform | Checksum |
|---|---|---|
| clawhip-aarch64-apple-darwin.tar.xz (github.com) | Apple Silicon macOS | checksum |
| clawhip-x86_64-apple-darwin.tar.xz (github.com) | Intel macOS | checksum |
| clawhip-aarch64-unknown-linux-gnu.tar.xz (github.com) | ARM64 Linux | checksum |
| clawhip-x86_64-unknown-linux-gnu.tar.xz (github.com) | x64 Linux | checksum |