Install fresh-editor 0.1.37
Install prebuilt binaries via Homebrew
brew install sinelaw/fresh/fresh-editorInstall prebuilt binaries into your npm project
npm install @fresh-editor/fresh-editor@0.1.37Download fresh-editor 0.1.37
| File | Platform | Checksum |
|---|---|---|
| fresh-editor-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| fresh-editor-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| fresh-editor-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| fresh-editor-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| fresh-editor-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo sinelaw/freshYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>