Skip to content
Search and Storage Server
Xapiand is a fast, simple and modern search and storage server built for the cloud.

🍼 Simple

A straightforward RESTful API, JSON document oriented, with no need for upfront schema definition.

Quick-start →

😎 Modern

(Near) Real Time Search and data Storage with Multi‑Tenant and Multi‑Types indexes.

Getting Started →

🚀 Fast

Xapiand is fast, it relies on the Xapian search engine, a proven library with many years of optimizations.

Benchmarks →

Get up and running in seconds.

Quick-start Instructions
brew install Kronuz/tap/xapiand
xapiand -vvvv
# => Ready to Rock!
Quick-start Instructions
docker run -p 8880:8880 --rm \
ghcr.io/kronuz/xapiand:latest -vvvv
# => Ready to Rock!
Quick-start Instructions
docker run -p 8880:8880 --rm \
ghcr.io/kronuz/xapiand:latest -vvvv
# => Ready to Rock!

🍂 Lightweight

Written in modern C++ for efficiency and scalability, so it has a Small Footprint with very Low Memory Usage.

Memory Usage →

⚖️ Scalable

Provides high availability with replicated indexing and federated search across several Nodes in a Cluster.

Clustering →

🌎 Geo-spatial

The integrated hierarchical triangular mesh combines Geolocation with Full‑text Search and Analytics.

Spatial Search →