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.
| Build | Download |
|---|---|
| Apple Silicon (.dmg) | Gunsole-0.3.0-arm64.dmg |
| Intel (.dmg) | Gunsole-0.3.0.dmg |
Windows
Section titled “Windows”| Build | Download |
|---|---|
| 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”.
| Build | Download |
|---|---|
| AppImage | Gunsole-0.3.0-x86_64.AppImage |
| Debian (.deb) | Gunsole-0.3.0-amd64.deb |
Staying up to date
Section titled “Staying up to date”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:
# Code that runs in the browserpnpm add @gunsole/web
# Code that runs on the serverpnpm add @gunsole/coreFor 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.