How to download and use the AppImage version
Page last updated: 2024-03-10
Important: The images referenced on this page are build as part of KDE's CI/CD process and are automatically generated when the repository receives changes. They contain a number in the build which is changed with each build. Please replace the placeholder #### with the actual number in the instructions below.
Stable version
AppImage packages are available for Linux users who want to use a version newer than the one available in their Software Center.
They offer the most recent state of the stable version including all the latest fixes and are generated whenever the stable branch receives fixes in the source code repository. This process is called Continuous Integration and Continuous Deployment (or simply CI/CD).
- Visit the download page showing the stable version
- Click on the link which links to the AppImage file. This starts downloading the file to your local disk.
- Make the downloaded file executable using the following command:
chmod +x kmymoney-5.1-####-linux-gcc-x86_64.AppImage
- Execute the command kmymoney-5.1-####-linux-gcc-x86_64.AppImage
(Don't forget to provide the path if the download directory is not in your search path)
Development version
For the more adventurous Linux users, the development versions might be interesting. They contain the latest development state but might be unstable and eat your data. Make sure to have backups of your data before you use this software. To download it, the following steps need to be performed:
- Visit the download page showing the development version
- Click on the link which links to the AppImage file. This starts downloading the file to your local disk.
- Make the downloaded file executable using the following command:
chmod +x kmymoney-master-####-linux-gcc-x86_64.AppImage
- Execute the command kmymoney-master-####-linux-gcc-x86_64.AppImage
(Don't forget to provide the path if the download directory is not in your search path)