apple-silicon

Tag

Cards List
#apple-silicon

Can Intel finally beat ARM on performance per Watt?

Hacker News Top · yesterday Cached

Jeff Geerling's benchmarks show Intel's Core 5 320 in a Dell XPS 13 matching or beating Apple Silicon on performance per watt, suggesting x86 can compete with ARM on efficiency.

0 favorites 0 likes
#apple-silicon

@Nativ_AI: Run Qwen 3.5 9B locally with fully customizable system prompts. Make it sing. Make it rhyme. Make it brainstorm, write,…

X AI KOLs Timeline · 2d ago Cached

Nativ is an open-source macOS app that runs Qwen 3.5 9B and other open models locally on Apple Silicon, offering customizable system prompts, telemetry, and integrations with coding agents, with no cloud or subscription required.

0 favorites 0 likes
#apple-silicon

@ddalcu: What a crazy last 4 days for local AI... insane... https://github.com/ddalcu/mlx-serve/releases/tag/v26.8.2… @liquidai …

X AI KOLs Timeline · 4d ago Cached

A developer updates MLX-Serve, a fast local inference server for Apple Silicon, to support recent models like LiquidAI 2.6B, MiniMax H3 video generation, and DeepSeek V4 Flash, with AntLing 3.0-flash coming soon.

0 favorites 0 likes
#apple-silicon

PipeNetwork/minimax-h3-mlx

Simon Willison's Blog · 4d ago Cached

Simon Willison highlights PipeNetwork/minimax-h3-mlx, a Python package that ports MiniMax-H3 to MLX for Apple Silicon, and demonstrates running it on an M5 Max MacBook Pro to generate a video from a text prompt.

0 favorites 0 likes
#apple-silicon

DeepSeek v4 Flash 0731 4bit ~50tps prefill, ~1tps decode on M5 Air 32gb

Reddit r/LocalLLaMA · 5d ago

A user shares experiments running a 4-bit quantized DeepSeek v4 Flash on a 32GB M5 MacBook Air, achieving roughly 50 tokens/s prefill and 1 token/s decode using streamed experts and other tricks.

0 favorites 0 likes
#apple-silicon

@BrianRoemmele: Another day and another full frontier model running on your computer. Been teething DeepSeek V4 Flash on over 60 employ…

X AI KOLs Timeline · 2026-08-02 Cached

Brian Roemmele reports that DeepSeek V4 Flash (304B, 1M context) now runs locally on Apple Silicon via the ds4 engine, sharing GGUF quantized builds with a fresh imatrix. The Hugging Face repo provides installation instructions and notes that these files are ds4-specific, not for llama.cpp.

0 favorites 0 likes
#apple-silicon

@no_stp_on_snek: https://huggingface.co/thetom-ai/DeepSeek-V4-Flash-ConfigI-MLX… Fyi. Fits on 128GB of ram for metal. GGUF is coming jus…

X AI KOLs Following · 2026-08-01 Cached

TheTom releases an MLX quantized version of DeepSeek V4 Flash (284B MoE, 21B active) at 3.05 bpw, fitting in 101 GiB to run on 128GB Apple Silicon, with GGUF sibling also available.

0 favorites 0 likes
#apple-silicon

Show HN: Local text, image, video, music and 3D from one CLI, no Python

Hacker News Top · 2026-07-30 Cached

mere.run is a local-first inference runtime for Apple Silicon and headless Linux that provides a single CLI for text, image, video, music, 3D, and more without requiring Python.

0 favorites 0 likes
#apple-silicon

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

Hacker News Top · 2026-07-29 Cached

TurboFieldfare is an open-source Swift+Metal runtime that runs the Gemma 4 26B-A4B model on Apple Silicon Macs using only ~2GB of RAM by streaming experts from SSD, enabling inference on 8GB machines.

0 favorites 0 likes
#apple-silicon

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

Hacker News Top · 2026-07-29 Cached

Qwen Scribe is an open-source tool for private, on-device transcription and dictation on Apple Silicon Macs, using Qwen3-ASR models via MLX. It supports drag-and-drop audio/video transcoding, language detection, SRT export, and system-wide dictation with a HUD.

0 favorites 0 likes
#apple-silicon

VMs can't boot with Network Mode set to Bridged on Apple M5 Pro machines

Hacker News Top · 2026-07-28 Cached

A reported issue where virtual machines fail to boot when network mode is set to Bridged on Apple M5 Pro machines, affecting users of the UTM virtualization tool.

0 favorites 0 likes
#apple-silicon

@Raullen: Rapid-MLX 0.11.0 is out! Making local models on Apple Silicon reliable enough to run your agent workflows, not just dem…

X AI KOLs Following · 2026-07-24 Cached

Rapid-MLX 0.11.0 brings major performance gains with prefix-cache and response caching, supports new model families including HY3 295B MoE and Qwen3-Coder-Next 80B, introduces structured output with guaranteed valid tool calls, and adds seamless integration with MCP servers for autonomous agent workflows.

0 favorites 0 likes
#apple-silicon

Nativ: Run frontier open models locally on your Mac

Hacker News Top · 2026-07-20 Cached

Nativ is a free, open-source macOS app that lets you run frontier open AI models locally on Apple Silicon, with no accounts or subscriptions.

0 favorites 0 likes
#apple-silicon

@Prince_Canuma: Excited to introduce Nativ Run frontier open models locally on your Mac. No accounts, no subscriptions, no cloud. Built…

X AI KOLs Timeline · 2026-07-20 Cached

Nativ is a free, open-source macOS app that lets users run frontier open models locally on Apple Silicon, with no accounts, subscriptions, or cloud dependency.

0 favorites 0 likes
#apple-silicon

@alexocheema: Todd is an ex-Apple legend. He was one of the first people I met at Apple who saw my work and saw the potential of Appl…

X AI KOLs Timeline · 2026-07-16 Cached

A Twitter user highlights Todd Dailey, an ex-Apple engineer who recognized the potential of Apple Silicon for local AI and can now speak openly after leaving Apple.

0 favorites 0 likes
#apple-silicon

elfuse: Run Arm64/x86-64 Linux ELF binaries on macOS Apple Silicon

Lobsters Hottest · 2026-07-15 Cached

elfuse is a lightweight, process-scoped runtime that runs Linux ELF binaries natively on macOS Apple Silicon without Docker or full VMs, using Hypervisor.framework and optionally Rosetta for x86_64 translation.

0 favorites 0 likes
#apple-silicon

@geekbb: NTFS read/write on Apple Silicon macOS — no kernel extensions, no SIP disable. It actually runs a libkrun microVM (based on anylinuxfs, with ntfs-3g inside) to handle the actual NTFS writes, then…

X AI KOLs Timeline · 2026-07-15 Cached

ntfsmac is an open-source tool that enables NTFS read/write on Apple Silicon macOS by using a libkrun microVM running ntfs-3g, avoiding kernel extensions and SIP modifications. It provides both CLI and a GUI menu-bar app.

0 favorites 0 likes
#apple-silicon

Local Image to 3D (<2gb RAM, <20s, Apple Silicon, iPhone)

Reddit r/LocalLLaMA · 2026-07-12

A new model enables generating 3D models from a single image locally on Apple Silicon devices and iPhones, using less than 2GB RAM and completing in under 20 seconds.

0 favorites 0 likes
#apple-silicon

I got Nemotron Puzzle 75B running smoothly on a 64GB M2 Max

Reddit r/LocalLLaMA · 2026-07-12

Successfully ran the 75B Nemotron Puzzle model locally on a 64GB M2 Max Mac, demonstrating large model inference on consumer hardware.

0 favorites 0 likes
#apple-silicon

Mac Studio 64GB

Reddit r/openclaw · 2026-07-11

Apple's Mac Studio desktop is now available with a 64GB unified memory configuration.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback