Downloads

Every project on this site that ships a file, in one list. Source included, free for personal use — the article behind each one has the build notes and the gotchas.

8 projects

StudioForge: A GPU-Only LLM Server That Replaced LM Studio on My Rig, Run Remotely by My Agents

I wrote the model server I wanted: an OpenAI-compatible llama.cpp gateway on port 1234 that plans VRAM before it loads, refuses a model rather than spilling it to the CPU, pins the ones that must stay warm, and publishes 29 MCP tools so an agent on another machine runs the whole rig. Free download, source on GitHub.

Posted August 23, 2026 · Updated August 27, 2026 · AI & Local LLM

OpenClaw Model Manager: a GUI so I stop hand-editing model routing JSON

A GTK4 desktop app that edits the config deciding which AI model every agent in my local stack talks to. Safe writes, dead-model checks, and one-click Claude Code rerouting without hand-written systemd files.

Posted July 11, 2026 · Updated August 27, 2026 · Tools & Downloads

ArkVault: A BorgBackup GUI Where the Drive Rebuilds Your Linux Box

A free GTK4 front end for BorgBackup that writes a guided restore kit onto the drive itself, so a bare Linux install can rebuild your dotfiles, SSH keys, and services — I ran the restore drill for real.

Posted July 11, 2026 · Updated August 27, 2026 · Tools & Downloads

MailForge: A Local-LLM Email Assistant That Reads Your Mail, Writes the Reply, and Never Sends It

A self-hosted email triage assistant: an IMAP listener, a local model, and a drafts queue. It classifies, labels and writes the reply — then stops. Sending is a human click, always. Free, MIT, download below.

Posted August 19, 2026 · Updated August 26, 2026 · AI & Local LLM

DisPatch: A Self-Hosted Chat App for Local AI Agents

A locally hosted LLM chat app, file server, and terminal — available on every device in the house at all times. The ~720KB app I built to replace a 30-container Rocket.Chat install.

Posted July 11, 2026 · Updated August 26, 2026 · AI & Local LLM

My AI Agent Built a Benchmarking Tool for My AI Agents

I asked Hermes, my coding agent, to build a CLI that benchmarks my local models. It came back with bench-llm — 1,660 lines of Python against LM Studio. A year of using it turned it into CrucibleForge: 251 cases, 158 of them hard, graded by execution.

Posted August 11, 2026 · Updated August 26, 2026 · AI & Local LLM

RGB Keyboard Control for the ASUS ROG Flow Z13, No Armoury Crate Required

A Linux RGB stack for the ASUS ROG Flow Z13 that talks to the keyboard and lightbar directly over HID — CLI, GTK app, and a browser panel, with colors that survive suspend and re-dock.

Posted July 11, 2026 · Tools & Downloads

I Built My Family a Trip Itinerary App — with an AI Assistant Inside It

A private, PIN-gated itinerary web app for a family trip to Japan — day-by-day plans, live weather, offline support, and a built-in AI assistant that can answer questions and make small edits. Here's how it came together, gotchas and all, with a scrubbed sample you can download.

Posted July 11, 2026 · AI & Local LLM

Every file here is the source zip that goes with its article. Read the post first; it tells you what the thing does and where it will bite you.