https://github.com/ryanabx/flatrun
Run flatpaks without installing them.
https://github.com/ryanabx/flatrun
flatpak
Last synced: 6 months ago
JSON representation
Run flatpaks without installing them.
- Host: GitHub
- URL: https://github.com/ryanabx/flatrun
- Owner: ryanabx
- License: mit
- Created: 2024-04-28T13:21:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-29T05:03:30.000Z (7 months ago)
- Last Synced: 2026-01-17T14:49:08.756Z (6 months ago)
- Topics: flatpak
- Language: Rust
- Homepage:
- Size: 2.14 MB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Flatpak-ext is a binary that allows you to do extra things with flatpak, including:
> **NOTE (2024/09/16):** This project is currently being revived, which will take some time! I've learned a lot about rust since starting this project and I hope to clean it up a lot and add more features and better documentation.
* Running flatpaks without installing them **[Implemented]**
* More functionality coming soon!
## Examples
Run Inkscape from flathub without installing it:
```sh
flatpak-ext run-temp -a org.inkscape.Inkscape
```
## Contributing
There are many ways we can extend and automate flatpak to make it work in new exciting ways. Contributions are absolutely welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information!