Run a local AI assistant from your Mac menu bar for quick questions without opening a browser or sending any data to an external server.
Download and switch between multiple open-source LLMs (1-5 GB) directly from the app's Settings panel without any command-line setup.
Use an on-device AI with Markdown and LaTeX rendering for note-taking, code explanations, or writing help while staying fully offline.
Requires macOS 14 Sonoma or later and Apple Silicon (M1+), the first-launch Python environment setup takes a few minutes.
ari is a lightweight macOS app that sits quietly in your menu bar and lets you ask an AI questions from anywhere on your Mac, with no browser tab required and no data sent to external servers. All AI processing happens on your device using MLX, Apple's machine learning framework designed for Apple Silicon chips. The app itself uses under 50 MB of memory. The language model it runs uses additional memory proportional to its size, but ari includes an idle timeout that automatically shuts the model server down when you are not using it and restarts it transparently when you open the panel again. Responses stream word by word in real time, and the panel renders Markdown and LaTeX formatting once generation completes. Model management is built into the app. From Settings you can download any compatible MLX model directly from Hugging Face, switch between downloaded models, and delete ones you no longer want. The README suggests starting with small 1-2 GB models for fast everyday queries or stepping up to a 5 GB model for better quality. Because all models run locally, nothing you type is transmitted anywhere. Installing ari requires macOS 14 (Sonoma) or later and Python 3.10 or later. Apple Silicon (M1 or later) is recommended for good performance. On first launch the app creates a self-contained Python environment in a hidden folder and installs the required dependencies automatically. This setup step takes a few minutes and only happens once. The app has no Dock icon and no persistent window. You click the menu bar icon to open the chat panel and press Escape to dismiss it. The icon itself can be customized from a set of system symbols. ari is open source and licensed under MIT.
← arinltte on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.