Nextcloud Cookbook vs Tamari
A side-by-side comparison of two self-hosted recipe managers options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Nextcloud Cookbook | Tamari |
|---|---|---|
| Deploy effort | Read-the-docs project | Under-an-hour setup |
| Health score | 62 · Good | 73 · Good |
| Category | Recipe Managers | Recipe Managers |
| License | AGPL-3.0 | MIT |
| Language | HTML | Python |
| Setup difficulty | Easy | Easy |
| Min. RAM | 256 MB | 256 MB |
| Deployment | bare-metal, source | docker, source |
| GitHub stars | ★ 643 | ★ 139 |
| First released | 2019 | 2021 |
| Replaces | Paprika, Cookmate | Paprika, Mealie |
What are Nextcloud Cookbook and Tamari?
Nextcloud Cookbook
Nextcloud Cookbook is an app for the Nextcloud platform that manages recipes. It supports importing recipes from websites, organizing them, and syncing them across devices via Nextcloud.
- Recipe import from URLs
- Schema.org recipe format
- Integrated with Nextcloud
- Mobile app available
Tamari
Tamari is a fully-featured recipe manager web application built with Python and Flask. It stores recipes with ingredients, instructions, nutrition, and photos, and includes meal planning, shopping lists, and an API.
- Detailed recipe records with photos
- Search-as-you-type
- Meal plans and shopping lists
- REST API
Nextcloud Cookbook vs Tamari: key differences
Nextcloud Cookbook is written in HTML, while Tamari is built with Python. Licensing differs — AGPL-3.0 for Nextcloud Cookbook versus MIT for Tamari. Nextcloud Cookbook is the more established project (first released 2019), while Tamari arrived in 2021. Nextcloud Cookbook has the considerably larger community, at 643 GitHub stars versus 139. Tamari lists first-class Docker deployment; Nextcloud Cookbook does not.
Why pick each one
Choose Nextcloud Cookbook if…
- Leverages existing Nextcloud
- Standards-based recipe storage
Watch out for
- Requires Nextcloud
- Fewer features standalone
Choose Tamari if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Written in Python
Frequently asked questions
Is Nextcloud Cookbook or Tamari better?
Neither is universally better. Nextcloud Cookbook has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are Nextcloud Cookbook and Tamari free and open-source?
Yes. Nextcloud Cookbook is licensed under AGPL-3.0 and Tamari under MIT. Both can be self-hosted at no software cost.
Can I run Nextcloud Cookbook and Tamari with Docker?
Nextcloud Cookbook: check the project docs for container support. Tamari: yes.