Build native Linux packages and host your own repository
Linux had package repositories long before app stores existed. But shipping your own software for Linux is still hard.
OmniPackage builds RPM, DEB, and pacman packages for many Linux distros and uploads them to your own repository. The repository lives in an S3 bucket or a local directory. Run it on your laptop or in CI.
$ omnipackage release ~/projects/my-awesome-project building ubuntu_26.04 debian_13 fedora_44 opensuse_16.0 arch ... ✓ signed with your GPG key ✓ published s3://your-bucket ✓ install page ready to share with users $ ▮