Skip to content

Download

Gunsole is a native desktop app. Small binary, low resource usage, no Electron bloat.

BuildDownload
Apple Silicon (.dmg)Gunsole_0.2.0_aarch64.dmg
Intel (.dmg)Gunsole_0.2.0_x64.dmg

Coming soon.

BuildDownload
AppImageGunsole_0.2.0_amd64.AppImage
Debian (.deb)Gunsole_0.2.0_amd64.deb

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.