Skip to content

Download

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

macOS

Coming Soon

DMG · Apple Silicon & Intel
Windows

Coming Soon

MSI · x64
Linux

Coming Soon

AppImage · deb · rpm

If you want to run the latest development version:

Terminal window
git clone https://github.com/nicholasgriffintn/gunsole.git
cd gunsole/apps/desktop
pnpm install
pnpm tauri dev

Requirements: Rust toolchain, Node.js 18+, pnpm. See the Tauri prerequisites for platform-specific dependencies.

The SDK is already available on npm:

Terminal window
pnpm add gunsole-js

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.