Skip to content
minimachine.

Mini Machine · No 01 · 2026 Edition

28 chapters · ≈ 2 h read

An AI that codes, on your own mini PC.
We can finally build whole things from home.

For the first time, an AI can sit next to you and code, on a small silent PC for €500. No cloud needed, no team needed: you can build whole projects (a site, a tool, an app) right from your desk. This guide is my workbench, shared chapter by chapter so you can build yours.

What we stack, from the metal up

05

Le monde extérieur

Cloudflare Tunnel · ton domaine · HTTPS

04

Le réseau privé

Tailscale · SSH · accès depuis le canapé

03

L'IA locale

Ollama · modèles open-weight · embeddings

02

L'agent de code

Claude Code · OpenCode · skills · mémoire

01

Le système

Ubuntu LTS · utilisateur · pare-feu · paquets

00

Le métal

Mini-PC · CPU · RAM · SSD NVMe

What you'll find

  • The exact commands, typed at a keyboard, with no blind copy-paste.
  • The actual pitfalls: the ones that cost me an evening, not the ones in the brochure.
  • A coherent stack: Linux, agent, Docker, local models, private network, deployment.
  • Claude Code and OpenCode at parity on every chapter. Pick your side, the guide follows.

What it won't be

  • A polite tour of the LLMs of the week. This is a production line, not a benchmark.
  • A promise of 10× productivity. The machine works better when you frame it, not when you cheerlead it.
  • A pile of scripts to install as root without reading. Everything is explained, everything is reversible.
  • Mass-generated content. Every chapter was assembled, broken, rewritten.

Table of contents

The walkthrough, step by step.

Six chapters, twenty-five chapters of their own. Read in order the first time (each chapter sets up the next), then dip in and out as you need.

01

The project

04 chapters
02

Foundations

05 chapters
03

AI agents

05 chapters
04

Networking

04 chapters
05

Local AI

03 chapters
06

Working well

07 chapters
🧭 20

Framing a project with an LLM

The skill that changes everything. Before writing a single line of code, you turn a fuzzy idea into a crisp spec, by talking it through with an LLM. 80% of the outcome is decided right here.

Intermédiaire · 18 min Lire →
📓 21

Memory files (CLAUDE.md & co)

An agent forgets everything between sessions, except what you write in its memory files. How to structure them so it holds onto the context, your rules, and your decisions.

Intermédiaire · 14 min Lire →
🧩 22

Skills: automating your workflows

When you catch yourself repeating the same instructions to the agent, turn them into a reusable skill. The step that takes you from 'assistant' to 'workshop'.

Intermédiaire · 12 min Lire →
🗂️ 22.5

xshell: pick your agent sessions back up

A Claude Code session manager with a real interface: every session, every project, found and resumed in one click. Handy on your working machine, but it's a local tool: we'll see why it's a poor fit for the screenless mini-PC.

Facile · 7 min Lire →
📚 23

Resources, help & troubleshooting

The links that matter, the communities where you can ask your questions, and the reflexes for when something jams. Your address book for what comes next.

Facile · 8 min Lire →
🔎 24

Review, audit, secure

The agent writes fast, your job becomes checking its work. Best practices for reviewing a diff, auditing quality, and putting security through the wringer, with Claude Code or any agent.

Intermédiaire · 13 min Lire →
🔄 25

Maintain and update

A machine that's always on stays clean over time. The OS, the dependencies, the tools, the agents: what you automate, what you update by hand, and how to avoid breaking anything.

Intermédiaire · 12 min Lire →

Author's note

The trick isn't the machine. It's how you brief it, and the memory you lend it from one session to the next.

A €500 mini PC runs this stack without breaking a sweat. What separates a finished project from an agent that drifts off is the chapter I spent the most time on: Working well. Framing, memory files, skills, audits. If you only read one chapter, make it that one.

Go to Framing with an LLM

build 2026-06-20  ·  stack Astro · Tailwind · MDX

No cookie, no tracker, no email capture.