Skip to content

GSV v0.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 23:45

GSV v0.3.3

Commit: 8359ef8 · Built: 2026-07-05T23:38:45Z · Release tag: v0.3.3

Changelog

  • ChatGPT subscription provider support (no API pricing)
  • Fixed an issue where the generated copy-paste commands used gsv instead of gsv.exe for Windows
  • Wiki CLI for agents is backed since it was removed by mistake during UI redesign
  • Users can now paste images from their clipboard into the chat directly.

Installation

curl -sSL https://install.gsv.space | bash
irm https://install.gsv.space/install.ps1 | iex

Pin a specific release tag:

curl -sSL https://install.gsv.space | GSV_VERSION=v0.3.3 bash
$env:GSV_VERSION='v0.3.3'; irm https://install.gsv.space/install.ps1 | iex

Cloudflare Bundles

Cloudflare artifacts are split by component:

  • gsv-cloudflare-assembler.tar.gz
  • gsv-cloudflare-gateway.tar.gz
  • gsv-cloudflare-ripgit.tar.gz
  • gsv-cloudflare-channel-whatsapp.tar.gz
  • gsv-cloudflare-channel-discord.tar.gz
  • gsv-cloudflare-channel-telegram.tar.gz

Browser Extension

Download gsv-browser-extension.zip, unzip it, and load the extracted directory as an unpacked extension from the browser extensions page.

Manual Installation

Download the binary for your platform:

  • macOS (Apple Silicon): gsv-darwin-arm64
  • macOS (Intel): gsv-darwin-x64
  • Linux (x64): gsv-linux-x64
  • Linux (ARM64): gsv-linux-arm64
  • Windows (x64): gsv-windows-x64.exe