# typesense/typesense

Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

Repository: https://github.com/typesense/typesense
Canonical: https://ross.abutalabs.com/products/typesense
Homepage: https://typesense.org
Language: C++
License: GPL-3.0
License Family: copyleft
Topics: search-engine, search, typo-tolerance, site-search, instantsearch, fuzzy-search, full-text-search, enterprise-search, synonyms, faceting, geosearch, algolia, elasticsearch, merchandising, datastore, in-memory, vector-search, pinecone, semantic-search, similarity-search
Last push: 2026-08-18T10:20:20+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 56, longevity 100
- inputs: {"age_days": 3514, "days_push": 15, "days_rel": 136, "gap_med": 105.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 26481, forks 965 (observed 2026-08-28T04:11:46.976643+00:00)

## What it is
Typesense is an open-source, in-memory search engine written in C++ that provides fast, typo-tolerant full-text search with sub-50ms latency, plus vector/semantic search capabilities. It positions itself as an easier-to-use open-source alternative to Algolia, Pinecone, and Elasticsearch.

## Use cases
- add typo-tolerant autocomplete search to my website
- build a faceted product browsing experience for an e-commerce store
- self-host an open source alternative to Algolia
- run semantic or hybrid search over documents with vector embeddings
- add geo search to a listings site like Airbnb
- power instant search-as-you-type over millions of records
- index and search my database full-text without Elasticsearch complexity
- use a search engine as a geo-distributed cache close to users

## When to choose
- you need instant, typo-tolerant search-as-you-type with minimal configuration
- you want an open-source Algolia replacement without per-search pricing
- Elasticsearch feels too complex or operationally heavy for your use case
- you need combined full-text and vector/semantic search in one engine
- you're building e-commerce search with faceting, synonyms, and merchandising

## When to avoid
- you need a general-purpose analytics or log aggregation store - use Elasticsearch or OpenSearch
- your dataset exceeds available RAM, since Typesense is in-memory
- you need complex joins or relational queries - use a database instead
- you require a permissive license - Typesense is GPL-3.0
- you need heavy document ingestion pipelines or complex aggregations

## Facets
- artifact type: service
- maturity: stable
- function: search-engine, vector-database, caching, rag
- domain: databases, e-commerce, large-language-models
- platform: self-hosted, cloud, cpp
- tags: typo-tolerance, full-text-search, fuzzy-search, faceting, geosearch, semantic-search, vector-search, algolia-alternative, elasticsearch-alternative, instantsearch, synonyms, in-memory, site-search, autocomplete, search, retrieval-augmented-generation, linux, macos, docker

## Member repositories
- typesense/typesense (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:46.976643+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:55:51.990587+00:00, confidence not recorded.
  - readme: https://github.com/typesense/typesense (fetched 2026-08-28T04:11:46.976643+00:00, sha 67681ca5461f)
  - homepage: https://typesense.org (fetched 2026-08-29T07:52:17.206466+00:00, sha 6e34d005cf7f)
  - site_page: https://typesense.org/about (fetched 2026-08-29T07:52:17.209276+00:00, sha 6474f315d172)
  - site_page: https://typesense.org/docs (fetched 2026-08-29T07:52:17.211164+00:00, sha c0e3f87822f3)
  - site_page: https://typesense.org/docs/guide (fetched 2026-08-29T07:52:17.213072+00:00, sha 4beecb3d2d71)
  - site_page: https://typesense.org/docs/overview/use-cases.html (fetched 2026-08-29T07:52:17.214950+00:00, sha 294d5f3d2a2f)
  - site_page: https://typesense.org/docs/latest/api/search.html (fetched 2026-08-29T07:52:17.231300+00:00, sha c80f80ffcf79)
  - site_page: https://typesense.org/docs/guide/ranking-and-relevance.html (fetched 2026-08-29T07:52:17.233798+00:00, sha 2474e63c9a4a)
  - site_page: https://typesense.org/docs/latest/api/synonyms.html (fetched 2026-08-29T07:52:17.235938+00:00, sha c80f80ffcf79)
  - site_page: https://typesense.org/docs/latest/api/api-keys.html (fetched 2026-08-29T07:52:17.237936+00:00, sha c80f80ffcf79)
- Data as of 2026-08-30T08:39:29.467469+00:00.
