Various helper tools for flatpak-builder
  • Python 84.7%
  • TypeScript 9.3%
  • JavaScript 2.7%
  • Swift 1.1%
  • Perl 0.9%
  • Other 1.3%
Find a file
bbhtt 737c008591
flatpak-json2yaml: Relocate to subdir
This adds a subdir readme like the rest for the content removed
by the previous commit.
2026-06-09 11:14:20 +05:30
.github github: Use simpler issue template 2026-06-09 11:07:58 +05:30
cargo cargo: unwrap tomldoc 2025-08-16 21:34:13 +05:30
cpan cpan: Fail the script if it failed to generate sources 2026-05-04 09:02:48 +05:30
deno test(deno): fix incomplete URL substring sanitization (#506) 2026-02-23 16:46:14 +01:00
dotnet nuget: add flag to inject only-arches data into generated files 2025-12-18 06:31:25 +05:30
dub Add unmaintained warnings to various decrepit generators 2025-07-27 07:28:43 +05:30
flatpak-json2yaml flatpak-json2yaml: Relocate to subdir 2026-06-09 11:14:20 +05:30
go-get go: Add docs for module-aware build mode. 2024-04-05 23:25:55 -04:00
go-modules go: Add docs for module-aware build mode. 2024-04-05 23:25:55 -04:00
gradle gradle: Also cache POM downloads 2026-02-26 17:30:06 +01:00
node node: fix invalid YAML syntax in pnpm v11 storeDir setup 2026-06-07 08:41:13 +05:30
npm npm, yarn: Make valid json 2026-05-01 15:18:09 +05:30
opam opam support 2024-01-07 09:32:11 +01:00
pip pip: Don't exclude py2.py3 compatible wheels 2026-05-05 20:22:17 +05:30
poetry poetry: Add more type hints to fix mypy nits 2025-05-08 22:33:25 +05:30
rubygems Add unmaintained warnings to various decrepit generators 2025-07-27 07:28:43 +05:30
spm SPM: Add support for file suffixes 2025-07-16 22:18:31 +02:00
yarn npm, yarn: Make valid json 2026-05-01 15:18:09 +05:30
.gitignore Add various items to gitignore 2026-06-07 08:30:19 +05:30
CODEOWNERS Make myself the codeowner for a bunch of files 2026-05-22 07:26:06 +05:30
README.md README: Update and mention defacto requirements, contributing guidelines 2026-06-09 11:14:14 +05:30

Flatpak Builder Tools

This repository contains a collection of community-contributed scripts designed to assist with building applications, without network access, using Flatpak Builder.

The primary purpose of these scripts is to generate a Flatpak Builder source or module manifests that can be included in the main Flatpak Builder manifest.

Please refer to the individual tool subdirectories for documentation, usage information, and licensing details.

Contributions and new tool submissions are welcome!

Any tool proposed for inclusion must demonstrate a verifiable use in building a Flatpak package. Submissions must also include appropriate CI coverage, including formatting, linting, validation, and testing as appropriate for the language being used to implement the tool.

Anyone wishing to submit or maintain a tool in this repository must add themselves to the CODEOWNERS file. Once added, they will be granted the appropriate permissions. Requests to become a maintainer of an existing tool require a prior history of contributions and approval from the current CODEOWNER(s) responsible for that tool.

Please open an issue in this repository for maintainer access.

Please note that some tools here are unmaintained and kept only for historical reasons. These are marked with a warning label in their respective README file.

Contributing guidelines

Please refer to the tool subdirectory for guidelines specific to the tool if any.

  • Commits should be prefixed by the tool it is modifying. As an example changes to the node generator should be prefixed by node: and changes to the cargo generator should be prefixed by cargo:. This is not a hard requirement but it is advisable to follow this convention.

External Projects

This is a list of similar projects maintained by the community outside this repository, sorted by language / ecosystem. The requirements to add a project to this list are the same as above.

Flutter

  • flatpak-flutter: flatpak-flutter has been developed by Jan Koudijs and allows to build Flutter applications using Flatpak Builder without network access. It is used extensively in Flathub for packaging Flutter applications.