Frigate NVR Updates: Weekly Recap - Multi-Model Support & Container Security Hardening

This week's development centered on two major infrastructure efforts: a refactor enabling multiple detector models per Frigate instance, and a three-phase container security hardening initiative. Reliability fixes for recordings, storage tracking, and clip downloads rounded out the release-polish work heading toward 0.18.

Duration: PT3M6S

Episode overview

This episode is a short developer briefing from Frigate NVR Updates.

It explains recent repository work in plain language.

  • Show: Frigate NVR Updates
  • Published: 2026-08-24T16:05:50Z
  • Audio duration: PT3M6S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Welcome to the Frigate NVR Updates weekly recap for August 17th through August 24th. This week saw 31 pull request activity items and 30 additional commits land in the project.

The headline story is multi-model support. PR 23995 refactored how detectors and models are configured, laying groundwork for scene-specific models—think separate configurations for outdoor versus indoor cameras. That refactor was immediately followed by PR 24023, which built the user interface for managing those…

The second major theme is container security. Hawkeye217 shipped this as a deliberate three-phase rollout: phase one in PR 24061 touched Docker file and dependency installation steps, phase two in PR 24068 continued the hardening work, and phase three—PR 24081, still open at week's end—is explicitly flagged as a…

A third thread is reliability around recording and storage. PR 24032 fixed a clip download deadlock caused by unread ffmpeg error output. PR 24022 changed emergency storage cleanup to base decisions on the streams a camera is actually recording, and PR 24015 split main and sub-stream usage in storage metrics so…

Rounding things out, PR 24010 refactored MQTT messaging, closing three linked…

Nex…

Nearby episodes from Frigate NVR Updates

  1. Quietly Fixing Silent Failures
  2. Container Hardening and Recording Reliability
  3. Locking Down the API
  4. Frame Handling Fix and Config Consolidation
  5. Database Query Indexes
  6. A Deadlock Fix and a New Detector
  7. Multi-Model Support and Storage Reliability
  8. MQTT Refactor and Beta Polish