Skip to content

Releases: dev-bhaskar8/gitside

0.1.2 - 2026-08-02

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:36

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 | sh

Install 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/gitside

Install prebuilt binaries into your npm project

npm install gitside@0.1.2

Download 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/gitside

You 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>

0.1.0 - 2026-08-01

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:09
1811811

Release Notes

Added

  • Responsive source-control TUI for full terminals and narrow tmux side panes.
  • Mouse and keyboard workflows for changes, commits, branches, stashes, worktrees,
    remotes, conflicts, GitHub pull requests, and issues.
  • Terminal-native colors, non-blocking repository refresh, and cross-platform
    Git, editor, and GitHub CLI integration.
  • Automated multi-platform releases and package-manager distribution.

Install gitside 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dev-bhaskar8/gitside/releases/download/v0.1.0/gitside-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/dev-bhaskar8/gitside/releases/download/v0.1.0/gitside-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install dev-bhaskar8/tap/gitside

Install prebuilt binaries into your npm project

npm install gitside@0.1.0

Download gitside 0.1.0

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/gitside

You 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>