{"id":51322917,"url":"https://github.com/besoeasy/yantr","last_synced_at":"2026-07-01T15:30:44.722Z","repository":{"id":331968987,"uuid":"1130752089","full_name":"besoeasy/yantr","owner":"besoeasy","description":"YANTR is a powerful, cross-platform alternative to Umbrel — a Docker-based app store designed for flexible, server-grade self-hosting. It lets you deploy ready-to-run apps — from Bitcoin nodes and privacy tools to file converters — all packaged as lightweight containers, giving you more control, portability, and freedom over your setup.","archived":false,"fork":false,"pushed_at":"2026-06-18T20:34:10.000Z","size":9738,"stargazers_count":130,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-18T22:22:57.613Z","etag":null,"topics":["app-catalog","app-store","claude","dashboard","docker","docker-apps","home-server","homelab","homeserver","openclaw","self-hosted","self-hosting","selfhosted"],"latest_commit_sha":null,"homepage":"https://yantr.org","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/besoeasy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["besoeasy"]}},"created_at":"2026-01-09T00:47:23.000Z","updated_at":"2026-06-18T20:34:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/besoeasy/yantr","commit_stats":null,"previous_names":["besoeasy/yantra","besoeasy/yantr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/besoeasy/yantr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/besoeasy%2Fyantr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/besoeasy%2Fyantr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/besoeasy%2Fyantr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/besoeasy%2Fyantr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/besoeasy","download_url":"https://codeload.github.com/besoeasy/yantr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/besoeasy%2Fyantr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35013179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-catalog","app-store","claude","dashboard","docker","docker-apps","home-server","homelab","homeserver","openclaw","self-hosted","self-hosting","selfhosted"],"created_at":"2026-07-01T15:30:40.577Z","updated_at":"2026-07-01T15:30:44.718Z","avatar_url":"https://github.com/besoeasy.png","language":"Vue","funding_links":["https://github.com/sponsors/besoeasy"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ⚡ Yantr\n\n**A self-hosted app store that runs alongside your OS — not instead of it.**\n\n[![Docker](https://img.shields.io/badge/Docker-ghcr.io-0db7ed?style=flat-square\u0026logo=docker\u0026logoColor=white)](https://github.com/besoeasy/yantr/pkgs/container/yantr)\n[![License](https://img.shields.io/badge/License-ISC-blue?style=flat-square)](LICENSE)\n[![Vue 3](https://img.shields.io/badge/Vue-3-42b883?style=flat-square\u0026logo=vue.js\u0026logoColor=white)](https://vuejs.org)\n[![Website](https://img.shields.io/badge/Website-yantr.org-5c6bc0?style=flat-square)](https://yantr.org)\n\n[Quick Start](#-quick-start) · [App Catalog](#-app-catalog) · [yantr.org](https://yantr.org) · [Report a Bug](https://github.com/besoeasy/yantr/issues)\n\n\u003c/div\u003e\n\n---\n\n## The Problem with Umbrel \u0026 Friends\n\nPlatforms like Umbrel want to **be your OS**. Dedicate a machine, surrender the environment, live by their rules.\n\n**Yantr is an app, not an OS.** It runs as a single container on the machine you already have — laptop, Raspberry Pi, old PC, home server. Your host stays untouched. Your files stay put. Yantr manages Docker stacks alongside everything else.\n\n```\n┌──────────────────────────────────────────┐\n│            Your Operating System         │\n│                                          │\n│  ┌──────────────┐   ┌─────────────────┐  │\n│  │    Yantr     │   │   Your existing │  │\n│  │  (container) │   │   apps \u0026 files  │  │\n│  └──────┬───────┘   └─────────────────┘  │\n│         │ Docker socket                  │\n│  ┌──────▼────────────────────────────┐   │\n│  │  Jellyfin · n8n · Nextcloud · …   │   │\n│  │      (isolated Docker stacks)     │   │\n│  └───────────────────────────────────┘   │\n└──────────────────────────────────────────┘\n```\n\n---\n\n## 🚀 Quick Start\n\n\u003e **Requires Docker** — [install guide](https://yantr.org/install.html)\n\n```bash\ndocker run -d \\\n  --name yantr \\\n  --network host \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  -v /var/lib/docker/volumes:/var/lib/docker/volumes \\\n  --restart unless-stopped \\\n  ghcr.io/besoeasy/yantr\n```\n\nOpen **http://localhost:5252** and create your operator account on first visit.\n\n\u003e **macOS / Windows?** Host networking is Linux-only. See the [platform install guide](https://yantr.org/install.html).\n\n---\n\n## 📦 App Catalog\n\n130+ curated apps, one-click deploy.\n\n| Category | Apps |\n|---|---|\n| 🤖 AI \u0026 Agents | Open WebUI, Perplexica, Agent Zero, Kokoro |\n| 🎬 Media | Jellyfin, Emby, Stremio, Swingmusic, Metube |\n| 📥 Downloads | qBittorrent, Radarr, Sonarr, Jackett, Prowlarr |\n| ☁️ Cloud \u0026 Files | Nextcloud, Seafile, Syncthing, MinIO |\n| 🔐 Security | Vaultwarden, AdGuard Home, Pi-hole, WireGuard |\n| 🛠️ Dev Tools | Supabase, PostgreSQL, MongoDB, n8n, Gitea |\n| 📡 Networking | Tailscale, Cloudflare Tunnel, Glances |\n| 📝 Productivity | Memos, Wiki.js, Linkwarden, FreshRSS |\n| 💰 Finance | Actual Budget, Ghostfolio, Rotki |\n| ⛓️ Bitcoin | Bitcoin Knots, Monerod, Cashu.me |\n\n\u003e Browse all in [`apps/`](apps/) · Add your own via [`apps/apps.md`](apps/apps.md)\n\n---\n\n## ✨ What Makes It Different\n\n**Zero OS footprint** — Yantr never writes to your host. Every app is a Docker Compose stack with named volumes. Uninstall and nothing is left behind.\n\n**Full environment control** — Edit env vars per deployment. No fixed presets, no platform lock-in. Deploy the same app twice for testing, family, or clients.\n\n**No dependency hell** — Python, Node, CUDA, whatever — each app brings its own runtime inside its container. Nothing conflicts.\n\n**Built-in networking** — Port conflict detection, Tailscale for private access, Cloudflare Tunnel for public exposure, Caddy reverse proxy with HTTPS.\n\n**Volume browser** — Inspect and manage your app data directly from the browser.\n\n**REST API** — Every action (install, update, remove, logs) is a JSON endpoint. Scriptable and CLI-friendly.\n\n---\n\n## 🏗️ How It Works\n\nOne container. No database. No external dependencies.\n\n1. **Serves a Vue 3 UI** on port `5252`\n2. **Exposes a Fastify API** that talks to Docker via socket\n3. **Reads compose templates** from its built-in catalog\n4. **Deploys isolated stacks** — each app is an independent Compose project\n\n---\n\n## 🤝 Contributing\n\nTo add an app, follow the format in [`apps/apps.md`](apps/apps.md), then validate:\n\n```bash\nnode check.js\n```\n\nPRs welcome.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eVue 3 · Fastify · Docker · Tailwind CSS\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\n  \u003ca href=\"https://yantr.org\"\u003eyantr.org\u003c/a\u003e · \u003ca href=\"https://github.com/besoeasy/yantr/issues\"\u003eIssues\u003c/a\u003e · \u003ca href=\"apps/apps.md\"\u003eApp Format Guide\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbesoeasy%2Fyantr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbesoeasy%2Fyantr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbesoeasy%2Fyantr/lists"}