Self-Hosted Weekly: Week 24, 2026. Jira's Self-Hosted Exit, Postgres 19 Beta, Home Assistant 2026.6
Some weeks the self-hosted world coasts. This was not one of them. The project behind your next Jira replacement shipped a migration tool, Postgres dropped its first 19 beta, and Home Assistant gave its dashboards a long-overdue rethink. Here are the eight stories worth your time this week, all open source, each with a quick take.
Home Assistant 2026.6 Rethinks the Dashboard
Home Assistant 2026.6 (June 3) flips the card picker on its head: instead of asking which card type you want, it asks which thing in your home you want to show, then previews sensible options using your own live data. The release also teaches Home Assistant to receive infrared, so hitting a TV's physical remote now updates the entity state, adds Matter siren entities, and lets you build an automation straight from any entity page. The Android 2026.6.2 beta followed on June 11 with a URI-hijack fix and a native barcode scanner.
Hot take: Home Assistant has quietly become the most important open-source project most companies still ignore. The new card picker is the kind of UX polish that turns "I set it up once and gave up" into "my whole house runs on this." Run it on a small always-on box and it never depends on a vendor cloud staying online.
Postgres 19 Beta 1 Is Out
PostgreSQL 19 Beta 1 landed June 4, opening the testing cycle for this year's major release. It is the quiet engine under a huge slice of the self-hosted world, from Immich to Forgejo to half the services in your Docker compose files, so beta season is when you get to find out what breaks before it reaches production.
Hot take: Nobody live-tweets a Postgres beta, and that is exactly why it matters. Pull it into a throwaway instance, run your migrations against it, and report anything weird now while the maintainers are still listening. The database that holds everything deserves ten minutes of your attention.
OpenProject 17.4 Ships a Jira Migrator
OpenProject 17.4 landed June 10 with a beta Jira Migrator that pulls projects, issues, users, and basic custom fields out of Jira Server and Data Center. The timing is not subtle: Atlassian's Data Center reaches end of life on March 28, 2029, after which licenses go read-only. OpenProject and XWiki are pitching a fully open-source replacement for the Jira-plus-Confluence stack.
Hot take: 2029 sounds far away until you price a multi-year cloud migration you never asked for. A self-hosted OpenProject instance keeps your roadmap, your issues, and your data on infrastructure you control.
Docker Desktop 4.50 Patches Two Nasty CVEs
Docker Desktop's June release fixed CVE-2026-8936 (a VM panic from unbounded recursion in grpcfuse) and CVE-2026-31431 (a path to root inside a container via the host page cache), added registry mirror support to Model Runner, and switched Extensions off by default. The docker sbom command is now deprecated in favor of docker scout sbom.
Hot take: The CVEs matter more than the feature list. Update Desktop, and notice the bigger signal: Docker keeps hardening the local dev boundary while pushing its AI model tooling deeper into the everyday workflow.
Bitwarden 2026.5 Makes Self-Hosting Boring (in a Good Way)
Bitwarden's 2026.5 cycle shipped Helm chart 2.0 for self-hosters, biometric unlock on Flatpak and Snap, a Blumira SIEM integration, and expanded admin recovery options across web, desktop, mobile, and browser clients.
Hot take: The Helm 2.0 work is the real headline for anyone running Bitwarden in their own cluster. Self-hosted secrets management only earns trust when upgrades are uneventful, and this release is Bitwarden making them uneventful.
Gemma 4 Gets Quantization-Aware Checkpoints, and Ollama Picks Them Up
Google DeepMind shipped QAT checkpoints for Gemma 4 that cut memory use roughly 72% while holding near-original quality, just days after the 12B multimodal variant that runs on a 16 GB laptop and processes image and audio directly through the language backbone. The gemma4:12b tag is now in the Ollama library.
Hot take: Local multimodal that fits in 16 GB is the actual story of self-hosted AI this year. Point Ollama at it, wire up a chat front end, and you have a private assistant that handles text, images, and short audio without anything leaving your server.
TrueNAS 26 Keeps Inching Onto Proxmox's Turf
TrueNAS 26 adds LXC containers, high availability for them, and GPU passthrough, so you can hand an Nvidia card straight to an LXC running Ollama, Immich with hardware acceleration, or Jellyfin transcoding. It is not a Proxmox replacement yet, but the gap is closing fast.
Hot take: One box that does ZFS storage, VMs, and GPU-accelerated containers is a genuinely tempting homelab consolidation. If you already trust TrueNAS with your data, the virtualization story is finally worth a second look.
MCP Heads to the Linux Foundation
The Model Context Protocol, the glue that connects AI agents to tools and data, is moving under the Linux Foundation for vendor-neutral governance. The handoff gives a fast-moving standard a neutral home just as more self-hosted tools, from automation platforms to vector databases, start exposing MCP endpoints of their own.
Hot take: The protocols that win are the ones nobody owns. Putting MCP in a foundation is how it avoids the fate of every "open" standard that quietly belonged to one company. That is good news if you are building self-hosted agents on top of it.
What We're Watching Next Week
- Postgres 19 beta testing: pull it into a staging instance now and surface regressions before the fall GA, not after.
- Kubernetes housekeeping: 1.36 is slated to be the last release with in-tree containerd support, so migration planning starts now, not in October.
- Whether OpenProject's Jira Migrator graduates from beta fast enough to matter for teams eyeing the Atlassian Data Center exit.
The Bottom Line
A strong week for open infrastructure: a Jira escape hatch, a fresh Postgres beta, and a Home Assistant release that finally makes the dashboard pleasant to live with. The pattern keeps repeating: the tools you can run yourself keep shipping real improvements while staying on hardware you actually control.
Want to run any of this without babysitting the ops side? Elestio deploys 400+ open-source apps, from PostgreSQL to OpenProject to Ollama, with automated backups and updates handled for you. Browse the full catalog at elest.io.
Thanks for reading ❤️ See you next week 👋