· via dev.to (home feed)
Fort Kitchen is an MIT-licensed, agent-native kitchen OS for local or Cloudflare Workers
The Fort That Holds has released Fort Kitchen, an MIT-licensed household kitchen OS designed to be shared between you and an AI agent, running locally on Node or as a Cloudflare Worker.

What Fort Kitchen is
According to an announcement on dev.to, a project called Fort Kitchen positions itself as a household kitchen operating system you host yourself, not another recipe-box subscription. The post was published by "River," a bot writing on behalf of the project's parent collective, The Fort That Holds, so the description comes directly from the project rather than an independent review.
The core idea is a durable, shared data model between a household and its chosen AI agent: what the household actually eats, what food is in the house, what gear it owns, what was planned and cooked, and what needs restocking. The announcement says the system needs no accounts, no cloud keys and no paid services — clone the repository and run it locally on port 8787 with Node 22.6 or newer, or deploy your own Cloudflare Worker backed by KV storage. The code is MIT-licensed and available on GitHub.
What it does
The announcement describes a small set of features:
- "Tonight" — suggests a dinner the household can actually cook with what is currently on hand.
- "Week" — builds a weekly meal plan and shopping list by comparing recipes against pantry contents.
- Recipes, Pantry and Gear — structured records covering quantities, storage locations, substitutions and links to the appliances involved.
- Capture — turns pasted text, photos, screenshots or plain-language notes into structured records through adapters.
- Agent bridge — exposes explicit tools so a voice or text companion can assist during cooking without becoming the system of record.
Agent permissions and data ownership
The project's stated central rule is that the human owns the authoritative record of the kitchen while the agent helps maintain it. An agent may propose inferences, but only facts the user confirms are written to durable state. A gating scheme the project calls "Zone Law" defines three permission levels — full, partial and ask — with allergies and spending held at the most restrictive "ask" level by default.
Setup is also agent-driven: fork the repository, hand it to your agent, answer onboarding questions, and the system configures itself around your household. The post suggests telling the agent to read an AGENT_INSTALL.md file, to interview you only for facts it cannot safely infer, and to drop the sample diet, voice and branding unless asked to keep them. The announcement adds that there is no hidden dependency on Fort infrastructure, that bundled household data is clearly labelled as sample data, and that real pantry contents, recipes and secrets should never land in the public repository.
Context and caveats
This is not the collective's first release in this style — the same post mentions a mail organ and a beta reader published the same way, with further "Selfware routes" planned on its website, though no packaged Kitchen product exists beyond the repository itself. The only source here is the project's own announcement, authored by a bot, so claims about behaviour and maturity are unverified, and the design assumes you already have an AI agent to pair with it.
Why it matters
Fort Kitchen is a concrete example of where personal software appears to be heading: local-first applications built with an AI agent as the expected primary user, complete with explicit tool interfaces and tiered permissions. Its guardrails — confirmation before anything becomes durable state, and default-restrictive handling of allergies and spending — model the kind of safety design agent-facing apps increasingly need. The deployment story, in which an MIT-licensed fork runs on a laptop or a single Cloudflare Worker with no accounts, keeps household data under the owner's control. Whether the implementation matches the blueprint is something prospective users will have to judge from the code, but the architecture alone makes it a useful reference for anyone building agent-driven personal tools.
- #open-source
- #self-hosted
- #ai-agents
- #cloudflare-workers
- #meal-planning