Aryx Lite — knowledge graph from your data (API, worker, MCP). Public image.
1.0K
Point Aryx at your data. Get a deduplicated, linked knowledge graph you can ask questions of — with provenance on every answer.
Aryx Lite is a source-available (BSL 1.1) knowledge-graph platform for a single team: ingest databases and files, resolve duplicates into golden entities, project a queryable graph, and answer questions with citations.
| Product | Aryx Lite — outcome mapping → ontology → graph → grounded Ask |
| Source | github.com/giggsoinc/aryx |
| This image | Python runtime: API, worker, and MCP (same image, different commands) |
| Companion UI | giggsodocker/aryx-lite-web (Next.js) — public |
| System of record | PostgreSQL 16 (+ pgvector) |
| Graph projection | FalkorDB (rebuildable; never sole truth) |
| Default LLM | Ollama (local); Settings also supports Anthropic, OpenAI-compatible, Gemini, Grok |
| License | Business Source License 1.1 → GPL-3.0-or-later on 2029-07-15 |
| Visibility | Public — pull without docker login |
| Tag | Meaning |
|---|---|
latest | Current release build |
1.0.0 | Semver (matches aryx.__version__) |
v1.0.0 | Same release, v-prefixed |
<git-sha> | Exact commit (e.g. a98a954) |
docker pull giggsodocker/aryx-lite:latest
docker pull giggsodocker/aryx-lite:1.0.0
docker pull giggsodocker/aryx-lite:v1.0.0
# UI companion
docker pull giggsodocker/aryx-lite-web:latest
git clone https://github.com/giggsoinc/aryx.git
cd aryx
cp .env.example .env
docker compose pull
docker compose up -d
| Surface | URL |
|---|---|
| Web UI | http://localhost:3000 |
| API / OpenAPI | http://localhost:8088/docs |
| MCP (SSE) | http://localhost:8765/sse |
This image is the backend. Pair with aryx-lite-web + Postgres + FalkorDB + LLM (or use Compose).
Images published from Apple Silicon are linux/arm64 unless a multi-arch build is published.
Content type
Image
Digest
sha256:ca60e405a…
Size
217.5 MB
Last updated
about 1 month ago
docker pull giggsodocker/aryx-lite:1.9