Getting started

Installation

Granspace ships as a desktop app. Grab your platform from the Download page (all builds live on the latest GitHub release).

Granspace is self-contained: it uses the SQLite database built into its own runtime, so there’s no separate database to install and no native modules to compile — it just runs.

Requirements

Linux

AppImage (portable, self-updating):

chmod +x granspace-*.AppImage
./granspace-*.AppImage

.deb (Debian / Ubuntu / Pop!_OS):

sudo dpkg -i granspace_*_amd64.deb
# then launch "granspace" from your app menu

Windows

Run the NSIS installer (.exe). If SmartScreen warns about an unknown publisher, choose More info → Run anyway (builds are unsigned).

macOS

Open the .dmg and drag Granspace to Applications. Because builds are unsigned, the first launch needs a right-click → Open, or clear the quarantine flag:

xattr -cr /Applications/granspace.app

Updates

The app checks for updates on launch. AppImage and Windows update in place; other builds notify you. See Auto-update.

Next

Continue to First launch.