A new self-hosted image processing application called Stirling-Image has gained 296 GitHub stars since launching on March 29, 2026. The TypeScript-based project positions itself as "Stirling-PDF but for images," offering over 30 image processing tools and local AI capabilities in a single Docker container.
Complete Local Processing With No Cloud Dependencies
Stirling-Image's core value proposition centers on privacy and offline functionality. The application processes all images locally without requiring internet connectivity after initial setup. According to the project documentation, "Your images never leave your machine" — a guarantee built into the architecture rather than just a privacy policy.
The single Docker container includes pre-downloaded AI models and requires no external services like Redis or Postgres. The application supports both AMD64 and ARM64 architectures, making it compatible with a wide range of hardware from homelab servers to Raspberry Pi devices.
AI-Powered Features Without Subscriptions or API Costs
The application combines traditional image editing tools with AI-powered capabilities:
- Basic operations: Resizing, cropping, compression, and format conversion
- Advanced features: Rotation, watermarking, filters, and color adjustments
- AI capabilities: Background removal, image upscaling, object erasing, and OCR
- Batch processing: Pipeline functionality for processing multiple images
All AI models are included in the Docker container, eliminating the need for external API calls or subscription services. This architecture provides unlimited AI-powered image processing without recurring costs.
Dual Licensing Model for Commercial and Open Source Use
Stirling-Image uses dual licensing with AGPLv3 for open-source deployments and commercial licensing options for proprietary use cases. The project includes a REST API with interactive documentation, enabling integration with other self-hosted applications.
The rapid adoption — 296 stars in just six days — indicates strong demand from the privacy-focused and self-hosting communities. The project explicitly draws inspiration from Stirling-PDF's success in providing self-hosted PDF tools, applying the same philosophy to image processing workflows.
Key Takeaways
- Stirling-Image gained 296 GitHub stars in six days after launching March 29, 2026
- The application bundles 30+ image tools and local AI models in a single Docker container
- All image processing occurs locally with no cloud connectivity or telemetry
- AI features include background removal, upscaling, object erasing, and OCR without API costs
- The project uses dual licensing (AGPLv3 open-source and commercial options) and supports AMD64 and ARM64 architectures