Feral v0.2.0 - open-source local AI workspace (llama.cpp + BYOK + agent runtime), now on Windows, macOS and Linux. No telemetry, no subscription, MIT/Apache-2.0
Summary
Feral v0.2.0 is an open-source local AI workspace that runs GGUF models via llama.cpp, supports BYOK for cloud models, includes an agent runtime with sandboxed tools and a knowledge graph, and now ships on Windows, macOS, and Linux with no telemetry or subscription.
Similar Articles
Automated AI researcher running locally with llama.cpp
ml-intern is a harness for AI agents that integrates with Hugging Face's libraries and now supports running local models via llama.cpp or ollama, enabling an automated AI researcher to run 24/7 on a laptop.
@ggerganov: llama.cpp now has an official website: https://llama.app Our goal is to make local AI accessible to everyone, and impro…
llama.cpp, the popular local AI inference tool, now has an official website (llama.app) with a cross-platform installer and improved user experience to make local AI more accessible.
Build a local AI coding agent from scratch
A step-by-step guide to building a minimal AI coding agent that runs entirely locally using llama.cpp, GGUF models, and a custom harness, demonstrating how to set up tools and call a model to execute real tasks like creating a landing page.
GGML and llama.cpp join HF to ensure the long-term progress of Local AI
GGML and llama.cpp have joined Hugging Face to ensure long-term sustainability of local AI development. Georgi Gerganov's team will maintain full autonomy over the projects while receiving resources to scale community support and improve integration between llama.cpp inference and transformers model definitions.
@PrajwalTomar_: https://x.com/PrajwalTomar_/status/2069409824824316060
The author built a fully offline AI agent using local embedding models, Llama via Ollama, and VectorAI DB to address the risks of cloud-dependent AI. The agent runs on an 8GB MacBook, processes sensitive documents, and maintains memory across sessions.