Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

I built a local AI deck music assistant on a Mac mini

A developer created a local AI-powered music assistant for a physical DJ deck controller using a Mac mini. The system allows AI-generated music assistance without relying on cloud services, running entirely on local hardware for low-latency performance.

Background

- **wkswede** is a hobbyist/developer who built "Robot Deck Audio," an open-source local AI DJ assistant running on a Mac mini. - The project uses open-source LLMs (like Llama or Mistral) running entirely on-device — no cloud APIs — to interpret voice commands for music selection, mixing, and playback control. - This sits in the broader trend of "local AI" (running models on personal hardware rather than relying on services like ChatGPT/Spotify), driven by tools like Ollama, llama.cpp, and Apple's unified memory architecture making Macs surprisingly capable for inference. - The repo combines speech-to-text (Whisper), an LLM for intent parsing, and a music library controller — essentially a voice-controlled DJ that respects privacy and works offline. - Why it matters: It's a concrete example of the "local-first AI" movement — cutting out cloud subscriptions, reducing latency, and keeping user data private, while repurposing consumer hardware (a Mac mini) as a dedicated AI appliance.

Related stories