Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    359comments
  2. VSCode's SSH Agent Is Bananas(fly.io)
    23comments
  3. Claude's Load-Bearing Seams(madradavid.com)
    10comments
  4. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    80comments
  5. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    2comments
  6. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    36comments
  7. Italian parliament votes for return to nuclear energy(apnews.com)
    271comments
  8. OpenAI breaches Medicare, Albanese reveals(smh.com.au)
    23comments
  9. The Curious Power of Punctuation(newyorker.com)
    1comments
  10. Jev in 25 Lines of Python(nobodywho.ai)
    190comments
  11. Gemini 3.8 text-to-speech(blog.google)
    113comments
  12. Show HN: An atlas of system designs with interactive architecture diagrams(atlas-sysdes.vercel.app)
    6comments
  13. The mystery animal on an ancient god's head(signoregalilei.com)
    2comments
  14. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    37comments
  15. DoorDash Spent $1.4M Trying to Stop Mamdani from Becoming Mayor. Now We Know Why(theintercept.com)
    92comments
  16. Tokens too cheap to meter(jyn.dev)
    170comments
  17. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    3comments
  18. A refined phylochronology of the second plague pandemic in Western Eurasia(pnas.org)
    discuss
  19. I don't want the details(michaelheap.com)
    185comments
  20. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    1comments
  21. Z80 REPL (2018)(abagames.github.io)
    18comments
  22. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    239comments
  23. Stripe's Knowledge AI Platform(stripe.dev)
    100comments
  24. Show HN: Conway's Game of Life in boot sector(github.com/0xax)
    3comments
  25. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  26. Once Claude can measure something, it can make it faster(claude.dev)
    76comments
  27. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    159comments
  28. Making Tailscale Faster(tailscale.com)
    4comments
  29. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    148comments
  30. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    270comments

Llama-macOS – Agentic and MCP Native macOS Front End for Llama.cpp

6 pointsby 1mo agogithub.com
2 comments
1mo agoHN ↗

If you have llama.cpp installed, Llama uses it. Otherwise, it installs a prebuilt binary for your Mac. Models you've already installed via llama.cpp show up in the app automatically. You can install any GGUF model from Hugging Face, and Llama also recommends models that fit your Mac's hardware.

You can chat with any model in the built-in WebUI, connect other apps (coding agents, chat UIs, editors), or use the API directly. Models load when requested and unload when idle, so they don't take up memory when not in use.

Features

- 100% local — Models run on your Mac; no data ever leaves it

- Small footprint — 4 MB native macOS app

- Zero configuration — models are auto-configured with optimal settings for your Mac

- Model recommendations — a built-in list of models your Mac can run, installable in one click

- Standard storage — models live in the Hugging Face cache, shared with llama.cpp and other tools

- Built on llama.cpp — from the GGML org, developed alongside llama.cpp

Installation

To install llama.cpp , run:

  brew install llama.cpp 

To install llama-app, run:

  brew install --cask llama-app
1mo agoHN ↗

Since this is designed for Apple hardware, is MLX supported?