Can I Run AI locally?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. llama.cpp

    LLM inference in C/C++

    https://github.com/ggml-org/llama.cpp/releases - has mac binaries

    https://unsloth.ai/docs/models/qwen3.5 - running locally guide.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. llmfit

    Hundreds of models & providers. One command to find what runs on your hardware.

    Is this just llmfit but a web version of it?

    https://github.com/AlexsJones/llmfit

  4. anubis-oss

    Local LLM Testing & Benchmarking for Apple Silicon

    I made and opensourced a comprehensive benchmarking app for Apple Silicon to fill the void here on performance testing without having to download huge models first, and the data can be submitted to a public repository with one click, so we can gather info on a large scale. The releases are signed with an apple dev cert for safety. If the repo gets a few more stars it qualifies for homebrew distribution. Feel free to integrate the data feed anywhere.

    https://github.com/uncSoft/anubis-oss

    https://devpadapp.com/leaderboard.html

    https://devpadapp.com/explorer.html

    https://imgur.com/a/sBj2xWR

  5. unfirehose-nextjs-logger

    unfirehose next.js turbo to unfirehose dot org

    if you do, would you still want to collect data in a single pane of glass? see my open source repo for aggregating harness data from multiple machine learning model harnesses & models into a single place to discover what you are working on & spending time & money. there is plans for a scrobble feature like last.fm but for agent research & code development & execution.

    https://github.com/russellballestrini/unfirehose-nextjs-logg...

    thanks, I'll check for comments, feel free to fork but if you want to contribute you'll have to find me off of github, I develop privately on my own self hosted gitlab server. good luck & God bless.

  6. Speech

    A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)

    For ASR/STT on a budget, you want https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3 - it works great on CPU.

    I haven't tried on a raspberry pi, but on Intel it uses a little less than 1s of CPU time per second of audio. Using https://github.com/NVIDIA-NeMo/NeMo/blob/main/examples/asr/a... for chunked streaming inference, it takes 6 cores to process audio ~5x faster than realtime. I expect with all cores on a Pi 4 or 5, you'd probably be able to at least keep up with realtime.

    (Batch inference, where you give it the whole audio file up front, is slightly more efficient, since chunked streaming inference is basically running batch inference on overlapping windows of audio.)

  7. llamafile

    Distribute and run LLMs with a single file.

    Personally I'd start with llamafile [0] then move to compiling your own llama.cpp.

    It's not as bad as you might think to compile llama.cpp for your target architecture and spin up an OpenAI compatible API endpoint. It even downloads the models for you.

    [0]: https://github.com/mozilla-ai/llamafile

  8. Olares

    Open-Source Personal Cloud OS for Always-On Agents

    The 'spent 100 hours configuring' part hits home. That fragmentation is exactly why we started building Olares (https://github.com/beclab/Olares).

    It’s basically an open-source OS layer that standardizes the local AI stack—Kubernetes (K3s) for orchestration, standardized model serving, and GPU scheduling. The goal is to stop fiddling with Python environments/drivers and just treat local agents like standardized containers. It runs on Mac Minis or dedicated hardware.

  9. LlamaEdge

    The easiest & fastest way to run customized and fine-tuned LLMs locally or on the edge

    a lighter-weight alternative of docker and python is the Rust+Wasm stack https://github.com/LlamaEdge/LlamaEdge

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

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

    9 projects | news.ycombinator.com | 29 Jul 2026
  • Show HN: Cai – Local AI Action Layer for macOS (Free, MIT, MLX)

    2 projects | news.ycombinator.com | 22 Apr 2026
  • New open-source AVATAR gives your AI agents a face

    2 projects | dev.to | 16 Aug 2026
  • Qwen 3.8 27B is out: open weights, best local dense model yet

    9 projects | news.ycombinator.com | 14 Aug 2026
  • Auto Mode will be the default in Claude Code – because humans can't be trusted

    1 project | news.ycombinator.com | 8 Aug 2026

Did you know that Rust is
the 3rd most popular programming language
based on number of references?