Release Notes
Fixed
- Cross-platform release builds now install Linux credential-store headers.
- Windows uses the native TLS backend so ARM cross-builds do not require Rustls' C toolchain.
Install gitside 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dev-bhaskar8/gitside/releases/download/v0.1.2/gitside-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/dev-bhaskar8/gitside/releases/download/v0.1.2/gitside-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install dev-bhaskar8/tap/gitsideInstall prebuilt binaries into your npm project
npm install gitside@0.1.2Download gitside 0.1.2
| File | Platform | Checksum |
|---|---|---|
| gitside-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| gitside-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| gitside-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| gitside-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| gitside-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| gitside-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 dev-bhaskar8/gitsideYou 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>