GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/clidey/whodb pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Where data access meets operational intelligence
Capability facts
- Languages
- go
Source: github.language · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
# - WHODB_ANTHROPIC_ENDPOINT=https://api.anthropic.com/v1Source link
Source: README excerpt (regex_v1, Jul 15, 2026)
# - WHODB_OPENAI_ENDPOINT=https://api.openai.com/v1Source link
Tags
README
Pricing
| Plan | Price | Best for |
|---|---|---|
| Community | Free, forever | Developers and small teams (production-ready, no restrictions) |
| Starter | $20/mo per deployment | Small teams needing SSO and basic governance |
| Team | $50/mo per deployment | Growing teams that need classification, quality rules, and cross-system reporting |
| Enterprise | Custom per deployment | Unlimited scale, full governance, air-gapped deployment, compliance documentation |
No per-seat pricing on any plan. Full pricing at whodb.com/pricing · Request a demo
Docker
docker run -it -p 8080:8080 clidey/whodb
Open http://localhost:8080 and connect a database.
Docker Compose
version: "3.8"
services:
whodb:
image: clidey/whodb
ports:
- "8080:8080"
environment:
# Ollama (local AI)
- WHODB_OLLAMA_HOST=localhost
- WHODB_OLLAMA_PORT=11434
# Anthropic
- WHODB_ANTHROPIC_API_KEY=your_key_here
# - WHODB_ANTHROPIC_ENDPOINT=https://api.anthropic.com/v1
# OpenAI
- WHODB_OPENAI_API_KEY=your_key_here
# - WHODB_OPENAI_ENDPOINT=https://api.openai.com/v1
# Any OpenAI-compatible provider (LM Studio, OpenRouter, Requesty, etc.)
# - WHODB_AI_GENERIC_LMSTUDIO_NAME=LM Studio
# - WHODB_AI_GENERIC_LMSTUDIO_BASE_URL=http://host.docker.internal:1234/v1
# - WHODB_AI_GENERIC_LMSTUDIO_MODELS=mistral-7b,llama-3-8b
#
# - WHODB_AI_GENERIC_OPENROUTER_NAME=OpenRouter
# - WHODB_AI_GENERIC_OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# - WHODB_AI_GENERIC_OPENROUTER_API_KEY=your_key_here
# - WHODB_AI_GENERIC_OPENROUTER_MODELS=google/gemini-2.0-flash-001,anthropic/claude-3.5-sonnet
# volumes:
# - ./sample.db:/db/sample.db
📖 For full installation and configuration options, see the Documentation
Infrastructure and Support
WhoDB's deployment and CI/CD are powered by Clidey.
For agents
This page has a .md twin and JSON over the API.