Nestarr
Nestarr is a modern home inventory system — track every item, room, and property with AI recognition, QR label printing, and multi-user access. All from a single Docker container you control.
From a single junk drawer to an entire property portfolio.
Track items with photos, custom fields, warranties, and detailed metadata across rooms and sub-locations.
AI-powered photo detection and item enrichment. Works with OpenAI-compatible providers, Ollama, and custom LLM plugins.
Print QR labels for locations, containers, and items. Supports NIIMBOT thermal printers and any CUPS printer.
Manage multiple homes and rental properties. Includes landlord/tenant tracking and per-location access control.
Track people, pets, and plants alongside your inventory with birthdates, relationships, and profile photos.
Comprehensive insurance documentation with printable reports and CSV export for claims and valuations.
Role-based access control with Admin, Editor, and Viewer roles. Supports Google OAuth and OIDC (Authelia, Keycloak).
Schedule recurring maintenance tasks, log repairs, and never miss a service interval for appliances or systems.
One container. Your data. Your control.
# docker-compose.yml
services:
nestarr:
image: neuman1812/nestarr:latest
ports:
- "8181:8181"
volumes:
- ./data:/app/data