# sist2app/sist2

Lightning-fast file system indexer and search tool

Repository: https://github.com/sist2app/sist2
Canonical: https://ross.abutalabs.com/products/sist2
Language: C
License: GPL-3.0
License Family: copyleft
Topics: elasticsearch, c, sqlite, vuejs
Last push: 2026-08-26T16:44:51+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 2531, "days_push": 7, "days_rel": 7, "gap_med": 0, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1289, forks 78 (observed 2026-08-28T04:04:15.371343+00:00)

## What it is
sist2 is a fast, multi-threaded file system indexer that extracts text, metadata, and thumbnails from common file types, with OCR support via tesseract and recursive scanning inside archives. It indexes into Elasticsearch or a zero-install SQLite backend and ships a mobile-friendly web interface for searching, tagging, and visualizing disk usage.

## Use cases
- search across all files on my disk from a web interface
- build a full-text index of a directory of documents
- self-hosted file search engine for a NAS or server
- make scanned PDFs searchable with OCR
- find text inside documents buried in zip archives
- browse file metadata, tags, and disk usage visually
- incrementally re-index a large changing file tree

## When to choose
- you want fast, low-memory indexing of large file trees with incremental rescans
- you need text extraction, thumbnails, and OCR for mixed document formats
- you want a friendly web UI for searching and tagging local files instead of raw grep/find
- you prefer a no-dependency SQLite backend or already run Elasticsearch
- you want to schedule and manage scan jobs through a Docker-deployed admin panel

## When to avoid
- you only need quick one-off grep-like searches without maintaining an index
- you need enterprise-grade search cluster features, security, or multi-tenancy beyond what sist2 provides
- you are uncomfortable with a project the author flags as in early development, where formats and APIs may change
- your files live mostly in cloud services rather than a local or mounted file system

## Facets
- artifact type: application
- maturity: active
- function: search-engine, parser, ocr, file-system
- domain: files, self-hosted, developer-tools
- platform: windows, self-hosted, cli
- tags: file-indexer, full-text-search, elasticsearch, sqlite, desktop-search, thumbnails, incremental-scanning, tesseract, archive-recursion, disk-usage-visualization, web-ui, vuejs, search, linux, macos, docker, web-server

## Member repositories
- sist2app/sist2 (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.371343+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-30T04:55:46.343119+00:00, confidence not recorded.
  - readme: https://github.com/sist2app/sist2 (fetched 2026-08-28T04:04:15.371343+00:00, sha 3d0de2d2782a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
