--- layout: home hero: name: "SnapOtter" text: "Self-Hosted Image Toolkit" tagline: 50+ tools. Resize, compress, convert, remove backgrounds, upscale, OCR, and more. One Docker container, fully offline. actions: - theme: brand text: Get started link: /guide/getting-started - theme: alt text: API reference link: /api/rest features: - title: 53 Image Tools details: Resize, crop, compress, convert, watermark, color adjust, vectorize, create GIFs, build collages, generate passport photos, find duplicates, and more. - title: Local AI details: 16 AI-powered tools including background removal, upscaling, enhancement, colorization, object erasure, face blur, OCR, and more. Runs entirely on your hardware. - title: Pipelines details: Chain tools into reusable workflows with unlimited steps. Batch process unlimited images at once with a single request. - title: REST API details: Every tool available via API with API key auth. Interactive docs at /api/docs, plus /llms.txt and /llms-full.txt for AI agents. - title: File Library details: Persistent file storage with full version history. Every processing step is tracked so you can trace the full tool chain from original to final output. - title: Teams & Access Control details: Multi-user support with admin/user roles, team grouping, per-resource permissions, and audit logging for all sensitive actions. ---
```bash docker run -d --name SnapOtter -p 1349:1349 -v SnapOtter-data:/data snapotter/snapotter:latest ```