Package manticore: Information

    Source package: manticore
    Version: 17.5.1-alt1
    Latest version according to Repology
    Build time:  May 5, 2026, 05:07 PM in the task #417146
    Category: Text tools
    Report package bug
    License: GPLv2
    Summary: Manticore full-text search server
    Description: 
    Manticore Search is a database designed specifically for search,
    including full-text search. What differs it from other solutions is:
    * Powerful and fast full-text searching which works fine for small and big datasets
    * SQL-first: the native Manticore's syntax is SQL.
      It speaks SQL over HTTP and MySQL protocol (you can use your preferred mysql client)
    * JSON over HTTP: to provide more programmatic way to manage your data and
      schemas Manticore provides HTTP JSON protocol. Very similar to the one from Elasticsearch
    * Written fully in C++: starts fast, doesn't take much RAM,
      low-level optimizations give good performance
    * Real-time inserts: after INSERT is made the document can be read immediately
    * Interactive courses for easier learning
    * Built-in replication and load balancing
    * Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box
    * Not fully ACID-compliant, but supports transactions and binlog for safe writes
    
    Manticore Search was forked from Sphinx 2.3.2 in 2017.

    List of RPM packages built from this SRPM:
    libmanticore-devel (x86_64)
    manticore (x86_64)
    manticore-converter (x86_64)
    manticore-converter-debuginfo (x86_64)
    manticore-debuginfo (x86_64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov
    Ilya Kurdyukov


      1. /proc
      2. boost-asio-devel
      3. boost-context-devel
      4. boost-devel-headers
      5. boost-filesystem-devel
      6. cctz-devel
      7. cmake >= 3.17
      8. flex
      9. gcc-c++
      10. libcurl-devel
      11. libexpat-devel
      12. libicu-devel
      13. libmanticore-columnar-devel >= 10.2.0
      14. libmysqlclient-devel
      15. libre2-devel
      16. libroaring-devel
      17. libssl-devel
      18. libstemmer-devel
      19. libuni-algo-devel
      20. libunixODBC-devel
      21. libxxhash-devel
      22. libzstd-devel
      23. nlohmann-json-devel
      24. postgresql-devel
      25. rpm-macros-cmake
      26. zlib-devel

    Last changed


    March 31, 2026 Vitaly Lipatov 17.5.1-alt1
    - new version (17.5.1)
    - set correct version via VERNUMBERS
    - fix systemd unit: use RuntimeDirectory, correct user _manticore
    - replace tmpfiles.d with sysusers.d
    - add %pre with %sysusers_create to create _manticore user/group before install
    - add patch: use system xxhash via pkg-config
    - add patch: remove FreeBSD ifdefs around uni-algo calls
    - add %pre with %sysusers_create to create _manticore user/group before install
    March 2, 2023 Vitaly Lipatov 6.0.2-alt1
    - new version 6.0.2 (with rpmrb script)
    July 19, 2022 Vitaly Lipatov 5.0.2-alt2
    - pack /var/lib/manticore/data dir