https://github.com/appimagecrafters/appimagecrafters.github.io
GNU/Linux packaging made easy!
https://github.com/appimagecrafters/appimagecrafters.github.io
Last synced: 3 months ago
JSON representation
GNU/Linux packaging made easy!
- Host: GitHub
- URL: https://github.com/appimagecrafters/appimagecrafters.github.io
- Owner: AppImageCrafters
- License: mit
- Created: 2019-10-15T22:33:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T05:18:13.000Z (over 4 years ago)
- Last Synced: 2024-12-31T00:16:28.429Z (5 months ago)
- Language: SCSS
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppImage Crafters Initiative
## Intro
Every large GNU/Linux distribution has its way of packaging applications. With every release some packages change their names, some are added, and some others are deleted. For an application developer, this is a nightmare as they must target not one but several moving targets.
Let's add that once a package goes into the "Official Repositories" it's frozen until the next releases. There is keep all the working and not-working parts of the application. This translates into many issues reports on old bugs and frustrated users for not being able to get the new and shiny version.
The user also suffers from this approach, they have to wait for their GNU/Linux distribution maintainer to update the packages. This can take days, months, years, or not happen at all.
Users may also need to have some software installed to make use of their apps. There is no problem if this software comes pre-installed but if it doesn't it may become a very hairy task to install it.
## The AppImage Crafters Initiative
We believe that developers should be able to:
- create a single bundle that runs on almost every GNU/Linux distribution
- control the application runtime dependencies
- control the application distributionWe believe that users should be able to:
- use an application packaged for GNU/Linux no matter which distro they use
- get the application the day it's released
- install it without the need for installing a package manager
- keep the application version they love forever*### Goals
We aim to:
- Educate developers on creating packages for GNU/Linux using the AppImage format
- Develop tools to ease the creation process and user experience## Projects
Here is a list of the projects we are currently working on:
- [appimage-builder](https://github.com/AppImageCrafters/appimage-builder) is a tool for creating AppImage using the system package manager to resolve dependencies.
- [app-manager](https://www.opencode.net/azubieta/appimage-installer) is a tool for managing AppImages in your system. It uses appimagehub.com as the source of listings.## We want you!
Do you also believe that the Linux world needs a simpler way of creating and distributing applications?
**Get involved!**
The AppImage project is a community maintained project which relies on your support.
You can help us by:
- spreading the word
- creating recipes for existent applications
- contributing to code better tools
- giving ideas
- exploring new ways to create bundles
- supporting others to code## Getting in touch
Pick your favorite comminication way:
- [AppImage subreddit](https://www.reddit.com/r/appimage/)
- [StackOverflow](https://stackoverflow.com/tags/AppImage)
- [#appimage IRC channel](irc://irc.freenode.net/appimage)
- [Issue tracker](https://github.com/AppImageCrafters/appimage-builder/issues)-- **See you around!**