Download
Gunsole is a native desktop app. Small binary, low resource usage, no Electron bloat.
| Build | Download |
|---|---|
| Apple Silicon (.dmg) | Gunsole_0.2.0_aarch64.dmg |
| Intel (.dmg) | Gunsole_0.2.0_x64.dmg |
Windows
Section titled “Windows”Coming soon.
| Build | Download |
|---|---|
| AppImage | Gunsole_0.2.0_amd64.AppImage |
| Debian (.deb) | Gunsole_0.2.0_amd64.deb |
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.