Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/flathub
Issue tracker and new submissions
https://github.com/flathub/flathub
flathub flatpak
Last synced: 22 days ago
JSON representation
Issue tracker and new submissions
- Host: GitHub
- URL: https://github.com/flathub/flathub
- Owner: flathub
- License: lgpl-2.1
- Created: 2017-04-20T11:55:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T16:51:41.000Z (about 2 months ago)
- Last Synced: 2024-11-01T17:25:53.800Z (about 2 months ago)
- Topics: flathub, flatpak
- Homepage: https://docs.flathub.org/docs/for-app-authors/submission
- Size: 128 KB
- Stars: 1,148
- Watchers: 33
- Forks: 2,158
- Open Issues: 231
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Flathub
Flathub is the central place for building and hosting Flatpak builds.
Using the Flathub repository
----------------------------To install applications that are hosted on Flathub, use the following:
```
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gnome.Recipes
```To install applications from the beta branch, use the following:
```
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.godotengine.Godot
```For more information and more applications see https://flathub.org
Contributing to Flathub
-----------------------For information on creating packages or reporting issues please see the [contributing page](/CONTRIBUTING.md).
***Note:*** *this repository is not for reporting issues related to the flathub.org website itself or contributing to its development. For that, go to https://github.com/flathub-infra/website*