@vox-ai/cli-darwin-arm64 0.1.0-beta.5 → 0.1.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/bin/vox +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,18 @@ npm install -g @vox-ai/cli@latest # update an npm install
|
|
|
115
115
|
brew upgrade vox-public/tap/vox # update a Homebrew install
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
+
### macOS code signing
|
|
119
|
+
|
|
120
|
+
Official macOS binaries are signed with the company Developer ID Application identity, with a stable signing identity across builds:
|
|
121
|
+
|
|
122
|
+
```text
|
|
123
|
+
Identifier=ai.vox.cli
|
|
124
|
+
TeamIdentifier=Z47Q5G9FA2
|
|
125
|
+
Authority=Developer ID Application: Fleek Corp. (Z47Q5G9FA2)
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Because the identity is stable, the macOS Keychain "Always Allow" choice keeps applying across `brew upgrade`s instead of re-prompting on every update. The first release that moves to the company Developer ID may prompt once (the identity changed from the previous one); after that it stays quiet while the identity is unchanged. This phase ships a Developer ID signature, not Apple notarization. Inspect it with `codesign -dvvv "$(which vox)"`.
|
|
129
|
+
|
|
118
130
|
## Support
|
|
119
131
|
|
|
120
132
|
- Homepage: https://www.tryvox.co
|
package/bin/vox
CHANGED
|
Binary file
|