explaingit

naniguggilapu/frigateane

Analysis updated 2026-05-18

7SwiftAudience · generalComplexity · 4/5LicenseSetup · moderate

TLDR

Frigate ANE Detector is a native Mac app with a setup wizard that runs Frigate's home security object detection on Apple's Neural Engine.

Mindmap

mindmap
  root((Frigate ANE))
    What it does
      Setup wizard
      Runs Frigate on ANE
      Live dashboard
    Tech stack
      Swift
      Python
      CoreML
    Use cases
      Configure cameras
      Connect Home Assistant
      Monitor detector status
    Audience
      Home security users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run Frigate object detection on a Mac's Apple Neural Engine without touching a terminal

USE CASE 2

Set up cameras, MQTT, and Home Assistant integration through a graphical wizard

USE CASE 3

Manage and monitor a Frigate security camera install from a native macOS dashboard

What is it built with?

SwiftPythonCoreMLONNX Runtime

How does it compare?

naniguggilapu/frigateaneakshaymaloo/filamentcrafcat7/peakmon
Stars777
LanguageSwiftSwiftSwift
Setup difficultymoderateeasyeasy
Complexity4/52/53/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires an Apple Silicon Mac and macOS 26 with Apple's container runtime to run Frigate itself.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

In plain English

Frigate ANE Detector is a native Mac app for Apple Silicon computers that makes it much easier to run Frigate, an existing open source home security camera system, using Apple's Neural Engine chip for fast object detection. Frigate can already detect objects like people or cars in camera footage, but getting it to use the Neural Engine on a Mac required a manual, multi step process involving shell scripts, networking rules, and hand edited configuration files. This app wraps that whole process in a single window with a graphical setup wizard. The app is not a replacement for the existing community project that figured out how to run the detection model on the Neural Engine. Instead, it builds a full interface and automation layer on top of that approach. Through the setup wizard, a user can configure their cameras by entering video stream addresses and login details, connect to an MQTT message broker and Home Assistant for smart home integration, choose where camera recordings are stored, and pick which detection model to use. The app then generates the Frigate configuration file automatically and can start and stop the whole system with one click. Once running, a dashboard shows the status of the system, whether the Apple Neural Engine detector is active, and gives quick access to features like resetting the admin password for the underlying Frigate web interface, viewing or backing up the configuration, and setting up the networking rules needed for the app to reach cameras and other devices on the local network. The project targets a Mac with Apple Silicon, at least macOS 13 for the app itself, and macOS 26 with Apple's newer container feature to actually run Frigate. Building the app from source requires Xcode's command line tools, and a build script downloads and prepares a self contained Python environment with the machine learning libraries Frigate's detector needs, so the final app does not require users to install Python themselves. The project is aimed at people who want Frigate running on the Neural Engine without using the terminal.

Copy-paste prompts

Prompt 1
Help me set up Frigate ANE Detector with my RTSP cameras and Home Assistant MQTT broker
Prompt 2
Explain how Frigate ANE Detector uses the Apple Neural Engine for object detection
Prompt 3
Walk me through installing Apple's container runtime so I can run Frigate ANE Detector

Frequently asked questions

What is frigateane?

Frigate ANE Detector is a native Mac app with a setup wizard that runs Frigate's home security object detection on Apple's Neural Engine.

What language is frigateane written in?

Mainly Swift. The stack also includes Swift, Python, CoreML.

What license does frigateane use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

How hard is frigateane to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is frigateane for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.