Ollama: Run LLMs on Your Own Machine (GitHub, Scanned)
Run open models on your own machine with one command, and talk to them over a local API.
6 min read
/** @open-source,-scanned */
Open-source AI repositories worth installing. Each one is cloned and scanned for secrets, malicious code, install hooks and known vulnerabilities before we write about it, and the findings are in the post.
GitHub is where most of the useful AI software lives now. It is also where a star count can be bought, a README can promise anything, and an install script can do whatever it likes to your machine. So before a repository gets a post here we clone it and scan it: for leaked credentials, for code that decodes and executes itself, for installers that reach for sudo or your shell profile, for committed binaries, for CI workflows that leak secrets, and for known vulnerabilities in every pinned dependency.
Every post names the commit scanned and the date, lists the raw findings, and keeps what the scanner counted apart from what a person concluded after reading it. A clean scan is not a guarantee. It means that at that commit nothing in those checks looked wrong, and that we read every hit rather than trusting a number.
Run open models on your own machine with one command, and talk to them over a local API.
6 min read
The C++ inference engine underneath most local AI apps, with a CLI and an OpenAI-compatible server of its own.
5 min read
A self-hosted chat interface for local and cloud models, with users, documents, tools and a plugin system.
5 min read
Node-based image and video generation: every step of the pipeline is a box you can see and rewire.
4 min read
Build and ship LLM apps and agents from a visual workspace, with the prompts, tools, data and logs in one place.
6 min read
Private chat over your own documents, as a desktop app or a Docker container, with agents and multi-user support.
5 min read
A self-hosted control centre for coding agents: run OpenHands, Claude Code or Codex locally or in Docker, and automate them.
6 min read
Give an agent a real browser and let it finish the task: forms, logins, searches and multi-step flows.
4 min read
OpenAI's coding agent for the terminal, open source and written in Rust, with sandboxing built in.
6 min read
See what Claude Code and Codex actually send to the API on every turn, and what each part of it costs.
4 min read
Before a repository gets a post here we clone it and run the same checks on every one. The scanner is a script in this site's own repository, its findings are written out with file and line, and a person reads every hit before writing the verdict in the post. The last full run was on Sep 16, 2026.
Clean means no credential patterns, no decode-and-execute code, no exfiltration hosts, no undocumented install-time behaviour, no risky workflow, and nothing in the findings a reviewer could not explain.
Clean, read notes means the same, plus something you should know before installing: an installer that pipes to a shell, a tool that reads a credential you already have, a licence with conditions, or a lockfile with unpatched advisories.
Not covered: we do not run the software, audit its logic, or review commits made after the scan. The date and commit are on every report. Check them, and read the code yourself before you trust it with anything that matters.