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
Build from source
Section titled “Build from source”If you want to run the latest development version:
git clone https://github.com/nicholasgriffintn/gunsole.gitcd gunsole/apps/desktoppnpm installpnpm tauri devRequirements: Rust toolchain, Node.js 18+, pnpm. See the Tauri prerequisites for platform-specific dependencies.
The SDK is already available on npm:
pnpm add gunsole-jsYou 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.