Snap packaging
Also available: Markdown ยท Plain text
Snap packaging โ Gnomad Desktop Assistant
Snap is optional packaging for Ubuntu and other distros with snapd. Gnomad uses classic confinement because the agent runs shell commands, accesses the workspace filesystem, and integrates with the system tray.
Prerequisites
sudo snap install snapcraft --classic
Build on Linux after Tauri Linux dependencies are installed (see BUILD_PLATFORMS.md).
Build
From the repository root:
bash packaging/snap/build.sh
This will:
- Run
npm run tauri:build:linux:debif no.debexists - Extract the
.debinto a classic snap viasnapcraft pack
Output: packaging/snap/gnomad.snap
Install locally (unsigned):
sudo snap install --dangerous packaging/snap/gnomad.snap
gnomad
Manifest
| Setting | Value | Notes |
|---|---|---|
confinement |
classic |
Required for shell agent + full home access |
base |
core22 |
Ubuntu 22.04 runtime |
grade |
devel |
Change to stable for store submission |
Snap Store (optional)
- Register the
gnomadsnap name on snapcraft.io. - Switch to strict confinement only if you split agent features into a separate interface โ not recommended for this app class.
- Use
snapcraft uploadafter connecting the store.
For most users, deb or AppImage from GitHub Releases remain the supported path.
Related
Built with โค๏ธ by Gnomad Studio ๐ฆ