Development

Packaging

Debian

Each repository carries a debian/ directory. Building the package is:

make deb
make deb-arm64

Flatpak

Applications also build as Flatpaks. The manifests vendor every crate from Cargo.lock because the Flatpak build has no network access:

make flatpak-deps
make flatpak
make flatpak-install

Placeholder. Describe the signed Flatpak repository and how to add it as a remote.