07 Apr 2026
Koha is the first free and open source software library automation package (ILS). Development is sponsored by libraries of varying types and sizes, volunteers, and support companies from around the world. The website for the Koha project is:
Koha 25.11.03 can be downloaded from:
Installation instructions can be found at:
Koha 25.11.03 is a bugfix/maintenance release.
It includes 13 enhancements, 68 bugfixes.
System requirements
You can learn about the system components (like OS and database) needed for running Koha on the community wiki.
This change validates the inputs to "unapi" so that any invalid inputs will result in a 400 error or a response containing valid options for follow-up requests.
This fixes the URL for the "Cancel order and catalog record" link when receiving an order for an invoice - the referrer section of the URL was missing.
This fixes the CSV export from item search results in the staff interface (Search > Item search> Export select results (X) to CSV).
It removes extra spaces after the comma separator, which causes issues when using the CSV file with some applications (such as Microsoft Excel).
26.05.00
This improves performance for English language libraries and will display the facets correctly in most cases, unless there are Unicode characters.
(Technical note: 'stringwise' is basic alphanumeric sorting character by character - diacritics are largely ignored.)