radix29 apt repository

A signed APT repository for goSSMS — a portable, cross-platform terminal reimplementation of SQL Server Management Studio.

Install

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://radix29.github.io/apt/gossms.asc \
  | sudo tee /etc/apt/keyrings/gossms.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/gossms.asc] https://radix29.github.io/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/gossms.list > /dev/null
sudo apt-get update
sudo apt-get install gossms

amd64 and arm64. The package holds a statically linked binary with no runtime dependencies, so any Debian- or Ubuntu-derived distribution still receiving security updates should work.

On macOS, use Homebrew instead: brew install radix29/tap/gossms.