Commit 624ecf2
On Apple Silicon, an unsigned mimir binary is killed on launch (Killed: 9, no
output) by the macOS binary policy — even with no quarantine xattr. Since the
installer downloads an unsigned release binary, the very next step
(`mimir --version` verification, and the user's first `mimir doctor`) produced
no output and no error, with no path to diagnosis.
install.sh now runs `codesign --force --sign -` on the installed binary on
Darwin (guarded by `command -v codesign`; harmless on Intel), and prints the
manual fallback command if signing fails. README gains a macOS note with the
one-liner to re-sign after a manual `cargo build` + copy (signing is per-binary,
so it must be redone after each rebuild).
Closes #312.
Co-authored-by: tcconnally <hermes@perseus.observer>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ef0ae42 commit 624ecf2
2 files changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
87 | 100 | | |
88 | 101 | | |
89 | 102 | | |
| |||
0 commit comments