Atelier is an open-source desktop application that brings local AI capabilities to users, enabling them to run AI models directly on their own computers for tasks like image generation, chat, and creative workflows without relying on cloud services.
#local-ai
30 items
Solace is an Android app offering a local AI companion that provides quiet interaction, processing entirely on-device, and features long-term memory to remember past conversations.
The guide provides step-by-step instructions for running state-of-the-art large language models on local hardware, covering setup, model selection, and optimization techniques for users who want to avoid cloud-based AI services.
Zynkbot is an open-source AI assistant built in Rust that runs locally with transparent memory, allowing users full visibility into how it stores and retrieves information.
The article explores the capabilities of NVIDIA's DGX Station and its role in running frontier AI models locally, addressing questions about memory requirements, performance, and practical deployment for local AI workloads.
Karja is a privacy-focused superapp that runs AI models locally on the user's device, aiming to provide various services without sending data to external servers.
Photocore is a local AI tool that helps users find and organize their photos without relying on cloud services, offering privacy-focused image management through AI-powered search and categorization.
A Hacker News user asks the community for recommended LLM models across three categories: coding, text-to-speech (TTS) and speech-to-text (STT), and image creation/understanding. The author shares their own setup using Qwen3-Coder-Next for coding, Fish Audio S2 Pro and Whisper for audio, and Gemma and Flux for image tasks, all running locally on an M5 Max MacBook Pro with 128GB of memory.
The video demonstrates building a fully offline Retrieval-Augmented Generation (RAG) system that runs locally on a MacBook Air without using any external APIs, showing how to set up and use it for document querying with local models.
A developer tested running the Qwen 3.6 large language model locally on a Mac Mini M4 with 16GB RAM, sharing performance results, setup steps, and practical insights for deploying AI models on Apple Silicon hardware with limited memory.
BaseRT is a fast inference runtime designed to run local AI models on Apple Silicon hardware, offering performance improvements for on-device machine learning tasks without relying on cloud services.
The article describes how to set up a local MCP (Model Context Protocol) server on an iPhone to connect Apple Health and Workout data with Anthropic's Codex assistant, enabling automated workout planning and analysis based on personal fitness history.
The author details running local AI models on an NVIDIA Jetson device, using Durable Streams via the s2.dev platform to handle processing and data management. This setup enables efficient, persistent streaming for AI workloads on edge hardware.
FluidVoice is an open-source voice-to-text dictation app for macOS that uses local AI, meaning all speech processing happens on-device without sending data to external servers.
Myna is a local AI assistant designed to function as a Chief of Staff, running entirely on-device and capable of remembering a user's work context and history.
Mocca is a macOS email client that runs AI entirely locally on the user's machine, without cloud services or API keys. The bundled model operates offline. The developer created it as an experiment to test whether local AI is capable of powering a practical everyday product.
Zeus is an open-source local AI agent orchestrator that provides both web and phone user interfaces for managing and interacting with AI agents.
wavecat is a fully local personal agent that monitors a user's screen activity to understand their needs and goals, with all data processing kept on-device for privacy. It highlights capabilities of local agent systems that cloud-based systems cannot offer, and requires a powerful Apple Silicon Mac or dedicated GPU to run.
role-model is a routing protocol and runtime for hybrid local/cloud AI that directs requests to the best model based on speed, quality, and cost. It uses task-type metadata from consumer apps to improve routing accuracy and supports local model endpoints.
The article discusses setting up and using local coding agents with LLMs (Large Language Models) to assist with software development tasks directly on a developer's machine, comparing different approaches and tools available for running these agents locally.
Blablador and GPT4all enable local, private interaction with PDF documents using AI. The guide explains how to set up and run these tools on your own machine, allowing you to ask questions and extract information from PDFs without sending data to external servers.
Alibaba's Qwen team released AgentWorld-35B-A3B, a compact 3.5-billion-parameter "world model" AI that can run locally on consumer hardware. The model simulates environments and agent behaviors for planning and decision-making tasks, making advanced world-model research accessible to home users and developers without cloud dependency.
Local Char is an open source, local AI platform similar to Character AI, built for running AI characters offline without cloud dependency.
SRLabs explored whether a local LLM (Llama 3–70B) can replace cloud-based AI for security code reviews by testing it against their "Fable" vulnerability benchmark. The local model achieved 69.6% detection accuracy, with specific strengths and weaknesses compared to GPT-4, showing that local LLMs are a viable and privacy-friendly alternative for security audits.
ParseHawk v0.1.0 is an Apache-2.0 licensed, fully local document AI platform that extracts JSON from PDFs and images. It builds on NuExtract3, enforcing provided JSON schemas with constrained decoding, and supports Apple Silicon and Linux with NVIDIA GPUs via API, CLI, and Web UI.
Zeus is an open-source local AI orchestrator that provides computer and browser access, enabling autonomous task execution and web automation through AI agents running on the user's own machine.
Scbkr is a workbench that implements an owner-signed responsibility-chain model for local LLMs, allowing users to track and manage accountability across AI-generated outputs and workflows running on local hardware.
Sipp is an open-source AI library that runs small local LLMs in browsers up to 3x faster using WebGPU. It offers a unified API for local and cloud inference, allowing developers to switch between on-device and remote backends with the same code. Built with Rust and C++, it focuses on optimizing browser performance through kernel fusion and bespoke inference pipelines.
A developer created a local AI-powered music assistant for a physical DJ deck controller using a Mac mini. The system allows AI-generated music assistance without relying on cloud services, running entirely on local hardware for low-latency performance.
Freestyle is an open-source voice dictation app created as a privacy-focused alternative to Wispr Flow. It allows users to run transcription models like Whisper, Qwen, and Sensevoice locally on their device, ensuring that voice data never leaves the user's machine.