Akaunting alternatives and similar software solutions
Based on the "Money, Budgeting and Management" category.
Alternatively, view Akaunting alternatives based on common mentions on social networks and blogs.
-
GLPI
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. -
InvoicePlane
A self-hosted open source application for managing your invoices, clients and payments. -
IHateToBudget
DISCONTINUED. A simple web app to understand and control your expenses. Designed to be self-hosted. -
Galette
Galette membership management web application towards non profit organizations main source code (mirror)
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Akaunting or a related project?
README
Akaunting™
Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern technologies such as Laravel, VueJS, Tailwind, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.
- Home - The house of Akaunting
- Forum - Ask for support
- Documentation - Learn how to use
- Developer Portal - Generate passive income
- App Store - Extend your Akaunting
- Translations - Help us translate Akaunting
Requirements
- PHP 8.0 or higher
- Database (eg: MySQL, PostgreSQL, SQLite)
- Web Server (eg: Apache, Nginx, IIS)
- Other libraries
Framework
Akaunting uses Laravel, the best existing PHP framework, as the foundation framework and Module package for Apps.
Installation
- Install Composer and Npm
- Clone the repository:
git clone https://github.com/akaunting/akaunting.git
- Install dependencies:
composer install ; npm install ; npm run dev
- Install Akaunting:
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="[email protected]" --admin-password="123456"
- Create sample data (optional):
php artisan sample-data:seed
Contributing
Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected without reason.
When contributing code to Akaunting, you must follow the PSR coding standards. The golden rule is: Imitate the existing Akaunting code.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Translation
If you'd like to contribute translations, please check out our Crowdin project.
Changelog
Please see [Releases](../../releases) for more information what has changed recently.
Security
Please review our security policy on how to report security vulnerabilities.
Credits
- Denis Duliçi
- Cüneyt Şentürk
- [All Contributors](../../contributors)
License
Akaunting is released under the [GPLv3 license](LICENSE.txt).
*Note that all licence references and agreements mentioned in the Akaunting README section above
are relevant to that project's source code only.