# macOS Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/macos
> Markdown URL: https://aitinkerers.org/technologies/macos.md
> Technology record last updated: 2026-02-25T05:32:17Z
> Generated: 2026-08-26T01:27:49Z

Automate macOS environments using Homebrew for package management and Zsh scripts to orchestrate local developer setups.

Standardize local environments by combining Homebrew (the missing package manager for macOS) with native Zsh or Bash scripting. Use `brew bundle` to manage dependencies via a Brewfile: this ensures every machine runs identical versions of Git, Node.js, or Docker. Scripting automates the heavy lifting by symlinking dotfiles, configuring `defaults write` commands for system preferences, and installing CLI tools. This approach eliminates manual configuration drift and cuts onboarding time from hours to minutes.

- Official technology site: https://brew.sh
- Public AI Tinkerers demos and talks: 4
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Mac Companion](https://islamabad-rawalpindi.aitinkerers.org/talks/rsvp_TJdw2lkaKBQ)

Mac Companion is a native macOS voice agent, with three modes: Transcription (live, Parakeet/Whisper), Companion (notch-anchored async shell), and Assistance (voice-to-tool-calls, coming next)

- Event context: AI Tinkerers Islamabad - July 18, 2026 — 2026-07-18 — Islamabad Rawalpindi
- Public talk page: https://islamabad-rawalpindi.aitinkerers.org/talks/rsvp_TJdw2lkaKBQ

### [Big Models, Small Machines: Run Full-Precision LLMs on Low Memory](https://london.aitinkerers.org/talks/rsvp_xXYe9n5TkH0)

Running LLMs on edge devices often means choosing between expensive hardware or accuracy loss from quantization. This talk will present a custom inference strategy that enables running full-precision models on low-memory machines. For example, a 1.7B parameter model can run on an 8GB Mac at full precision with minimal memory footprint. Note that I have been able to run a SmolLM2-1.7B with as little as 250MB as an example. The demo will walk through the approach, show it in action, and discuss challenges/trade-offs and potential real-life applications, and next steps for improving.

- Event context: AI Tinkerers x MongoDB - Demopalooza — 2025-10-07 — London
- Public talk page: https://london.aitinkerers.org/talks/rsvp_xXYe9n5TkH0

### [Edge AI: exploring the capabilities of Apple’s VLM](https://raleigh.aitinkerers.org/talks/rsvp_55jgZ4RgKLY)

Apple has released a VLM that’s a quantized fine tuned version of Qwen they’ve optimized for iOS and macOS Apple Silicon devices. I want to show some experiments on when it works and when it fails. For example how good is it at Q&amp;A? How responsive to prompting is it? What languages can it work with both visually and textually? Are resource usages different on different hardware? What tunability does Apple offer by default?

- Event context: AI Tinkerers - Raleigh Inaugural Meetup (September 2025) — 2025-09-30 — Raleigh
- Public talk page: https://raleigh.aitinkerers.org/talks/rsvp_55jgZ4RgKLY

### [Remember anything &amp; interact with everything with Pieces for Developers](https://cincinnati.aitinkerers.org/talks/rsvp_tFtjjW_oeAA)

Learn how Pieces for Developers uses advanced RAG (Retrieval Augmented Generation) paired with LLMs to give developers long-term memory superpowers.

- Event context: AI Tinkerers - Cincinnati Inaugural Meetup (October) — 2024-10-30 — Cincinnati
- Public talk page: https://cincinnati.aitinkerers.org/talks/rsvp_tFtjjW_oeAA

## Related Technologies

- [Apple MLX](https://aitinkerers.org/technologies/apple-mlx) ([Markdown](https://aitinkerers.org/technologies/apple-mlx.md)) — 1 public demo
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [GPT-5](https://aitinkerers.org/technologies/gpt-5) ([Markdown](https://aitinkerers.org/technologies/gpt-5.md)) — 29 public demos
- [iOS](https://aitinkerers.org/technologies/ios) ([Markdown](https://aitinkerers.org/technologies/ios.md)) — 7 public demos
- [Linux](https://aitinkerers.org/technologies/linux) ([Markdown](https://aitinkerers.org/technologies/linux.md)) — 7 public demos
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [PaLM 2](https://aitinkerers.org/technologies/palm-2) ([Markdown](https://aitinkerers.org/technologies/palm-2.md)) — 116 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 654 public demos
- [Qwen](https://aitinkerers.org/technologies/qwen) ([Markdown](https://aitinkerers.org/technologies/qwen.md)) — 18 public demos
- [Qwen3](https://aitinkerers.org/technologies/qwen3) ([Markdown](https://aitinkerers.org/technologies/qwen3.md)) — 9 public demos
- [RAG](https://aitinkerers.org/technologies/rag) ([Markdown](https://aitinkerers.org/technologies/rag.md)) — 146 public demos
- [RoBERTa](https://aitinkerers.org/technologies/roberta) ([Markdown](https://aitinkerers.org/technologies/roberta.md)) — 118 public demos
- [Swift](https://aitinkerers.org/technologies/swift) ([Markdown](https://aitinkerers.org/technologies/swift.md)) — 15 public demos
- [SwiftUI](https://aitinkerers.org/technologies/swiftui) ([Markdown](https://aitinkerers.org/technologies/swiftui.md)) — 8 public demos
- [Transformers](https://aitinkerers.org/technologies/transformers) ([Markdown](https://aitinkerers.org/technologies/transformers.md)) — 148 public demos
