Tandoor vs Mealie vs Grocy — Best Self-Hosted Recipe Managers Compared
If you’ve ever lost a recipe to a defunct blog, a paywalled app or a service that quietly shut down, you already know why self-hosting your recipes makes sense. Hosting your own recipe manager means your collection lives on hardware you control — accessible offline, free of subscriptions, and never at the mercy of a company’s roadmap. The catch is picking the right tool, because the three most popular self-hosted options take surprisingly different approaches. Tandoor, Mealie and Grocy all manage recipes, but each orbits a different idea of what a kitchen app should be.
1. Tandoor — The Power User’s Recipe Manager
Open source recipe managers don’t get much more feature-packed than Tandoor. Built as a Django application, it describes itself as made by and for power users, and it lives up to that billing. Its latest release (2.6.13) cements it as the most kitchen-automation-heavy of the three.
- Meal planning — plan multiple meals per day and see them on a calendar.
- Shopping lists — generated automatically from your meal plan or straight from individual recipes.
- AI assistance — uses image recognition to identify ingredients, sorts recipe steps, and pulls in nutrition facts.
- Cookbooks — collect recipes into curated books for sharing.
- Power search — full-text search with trigram similarity, tags, and batch assignment.
- Recipe importing — pulls from thousands of websites using schema.org microdata.
- Multi-user sharing — collaborate on recipes with friends and family, with a basic permission system.
- Integrations — sync files with Dropbox and Nextcloud, runs on Docker, Kubernetes, Unraid and Synology.
Its main caveat is licensing: Tandoor is AGPL-3.0 with a Commons Clause, meaning you can run it freely for yourself and your family but you can’t commercially sell it as a hosted service.
2. Mealie — The Polished All-Rounder
Mealie takes the opposite approach: a clean, modern, family-friendly interface backed by a real REST API. It’s a Python backend with a Vue frontend, and its v3.24.0 release keeps it right at the sharp edge of feature development.
- URL importing — paste a recipe URL and Mealie pulls in the relevant data automatically.
- Meal planner — plan your cooking for the week ahead.
- Smart shopping list — ingredients organised into sections matching your local supermarket’s aisles.
- Cookbooks — group recipes by your own criteria.
- REST API — a first-class API lets you integrate Mealie with Home Assistant and other automations.
- Mobile-friendly — a reactive web app that works well on phones; community integrations extend it further.
- Localisation — translated into 35+ languages.
- Easy deployment — a single Docker container gets you up and running.
Mealie is licensed AGPL-3.0, and its focus on a pleasant experience “for the whole family” makes it the easiest of the three to hand to non-technical household members.
3. Grocy — Household ERP, Not Just Recipes
Grocy is the odd one out, and deliberately so. Its own tagline is “ERP beyond your fridge” — a grocery and household management suite where recipes are just one module alongside stock, chores, tasks and batteries. Grocy 4.7.0 (August 2026) is a snappy PHP application, licensed MIT.
- Stock management — track what’s in your fridge and pantry with best-before dates and barcode scanning.
- Recipe module — store recipes and link them to actual products in stock.
- Meal planning — plan meals that automatically check ingredient availability.
- Auto shopping list — items get added when stock runs low or your meal plan needs them.
- Chores and tasks — schedules for recurring household jobs.
- Batteries — track rechargeable battery life and replacements.
- Price tracking — log prices to keep an eye on your grocery spending.
- Feature flags — hide the modules you don’t need.
Grocy is the right choice if you want one tool for the whole household — not just what to cook, but what you own, what you’re running low on, and what needs doing. As a pure recipe organiser it’s the most basic of the three.
Which One Should You Pick?
Choose Tandoor if you’re a confident self-hoster who wants maximum control — deep search, AI-assisted extraction, cookbooks, and granular multi-user sharing. It rewards the time you invest in it.
Choose Mealie if you want something that just works — a beautiful interface, effortless URL importing, a smart shopping list, and a solid API for future automation. It’s the best balance of power and polish.
Choose Grocy if your goal is broader than recipes — tracking stock, chores, batteries and household admin in one place. Pick it for the ERP, and treat the recipes as a convenient bonus.
The Bottom Line
All three are genuinely good, free and self-hosted — you won’t go wrong with any of them. Mealie is the sensible default for most households: easy to set up, lovely to use, and powerful enough to grow with you. Tandoor is the pick for power users who want deep automation and fine-grained control. And if you want one app to run your whole kitchen and home, Grocy is in a league of its own. Whichever you choose, you’ll have your recipes — and your privacy — firmly in your own hands.
Get Started
All three are free and open source — download Tandoor, Mealie or Grocy from their official sites. You can browse the full collection of self-hosted kitchen tools in our Recipe Management directory, or check out the complete list of free and open source tools we’ve curated.
Know a great self-hosted recipe manager we haven’t covered? Submit a tool and help us grow the directory.