# run Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/run
> Markdown URL: https://aitinkerers.org/technologies/run.md
> Technology record last updated: 2026-07-19T16:53:58Z
> Generated: 2026-08-26T18:23:54Z

Run.dev is an AI-native local development environment that replaces complex Docker setups and manual port forwarding with instant, secure local domains.

Setting up local microservices usually means wrestling with Docker Compose, self-signed certificates, and messy port configurations. Run.dev solves this by scanning your project folder, detecting your framework (whether it is Node, Go, or Rust), and generating a secure .local domain with SSL in under 30 seconds. It features live resource tracking (updating CPU and memory metrics every two seconds) and integrates directly with Claude Code to diagnose and patch runtime crashes on the fly. It is a streamlined, zero-overhead alternative to heavy container setups, built to keep developers in their flow state.

- Official technology site: https://run.dev
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Turn your Homelab into a Dark Factory](https://cologne.aitinkerers.org/talks/rsvp_iWZxTrC9hQ8)

I turned my Homelab into a dark factory where I run an orchestrating agent that schedules and delegates work to other agents. There are two parts to this system: the control plane, which handles where agents run and how they run, and the data plane, which handles the actual work you commit (or not). We're going to see how I interact with a personal agent (Hermes, if I have time, I'll show my own agent) and how Hermes decides what to do next depending on our conversation. Instead of making Hermes write the code, it will delegate the tasks to different coding agents running in our own sandbox (built with Firecracker on top of a Proxmox VM). I'll walk you through the different components, how it works and why it matters (in particular the sandbox part).

- Event context: AI Tinkerers Cologne: World Cup Edition — 2026-07-15 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_iWZxTrC9hQ8

## Related Technologies

- [Agent](https://aitinkerers.org/technologies/agent) ([Markdown](https://aitinkerers.org/technologies/agent.md)) — 12 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 205 public demos
- [Coding agents](https://aitinkerers.org/technologies/coding-agents) ([Markdown](https://aitinkerers.org/technologies/coding-agents.md)) — 1 public demo
- [Docker](https://aitinkerers.org/technologies/docker) ([Markdown](https://aitinkerers.org/technologies/docker.md)) — 144 public demos
- [Firecracker](https://aitinkerers.org/technologies/firecracker) ([Markdown](https://aitinkerers.org/technologies/firecracker.md)) — 1 public demo
- [Hermes](https://aitinkerers.org/technologies/hermes) ([Markdown](https://aitinkerers.org/technologies/hermes.md)) — 3 public demos
- [Proxmox](https://aitinkerers.org/technologies/proxmox) ([Markdown](https://aitinkerers.org/technologies/proxmox.md)) — 1 public demo
