Submission intake for the Openpak Flatpak app store — judge the work, not the workflow.
This is where app manifests live and where new apps are submitted, mirroring
Flathub's flathub/flathub model.
- Fork this repo.
- Branch named after your app id (e.g.
io.github.you.App). - Add your manifest at the repo root as
<app-id>.{yaml,yml,json}(plus any local sources it references). - Open a pull request against the
new-prbranch. - CI test-builds your PR (the review gate) — it must build clean, pass
flatpak-builder-lint, and produces an installable test bundle artifact. - A reviewer checks it against the submission policy.
- On merge into
new-pr, the onboarding bot creates your app's repoOpenPak/<app-id>, which builds, signs, and publishes tohttps://dl.openpak.org/repo/. Future updates are PRs/pushes to that repo.
Install any published app:
flatpak remote-add --if-not-exists openpak https://dl.openpak.org/repo/openpak.flatpakrepo
flatpak install openpak <app-id>AI-assisted and AI-generated contributions are welcome. We gate on quality, maintenance, distinctness, clean licensing, and respect for users — never on how the work was made. See SUBMISSION.md.