Skip to content

Download

Gunsole is local-first and private — your logs never leave your machine. Install once; the app auto-updates itself after that.

macOS builds are code-signed and notarized.

BuildDownload
Apple Silicon (.dmg)Gunsole-0.3.0-arm64.dmg
Intel (.dmg)Gunsole-0.3.0.dmg
BuildDownload
x64 (.exe)Gunsole-0.3.0-setup.exe

The Windows build is unsigned for now — you’ll likely see a SmartScreen warning. Click “More info” → “Run anyway”.

BuildDownload
AppImageGunsole-0.3.0-x86_64.AppImage
Debian (.deb)Gunsole-0.3.0-amd64.deb

Gunsole checks for updates and installs them automatically. Download once, then forget about it — you’ll always be running the latest version.

The SDK ships as two packages:

Terminal window
# Code that runs in the browser
pnpm add @gunsole/web
# Code that runs on the server
pnpm add @gunsole/core

For SSR frameworks like Next.js, use both. See the Next.js guide.

You don’t need the desktop app to start integrating the SDK. The SDK will queue logs and send them when the desktop app is running.