Cloud in a Bottle: self-hosting with one login
An AGPL-3.0 personal cloud launched September 5 with containerized apps, single sign-on, and zero telemetry. Self-hosting's real problem was never install.
A project called Cloud in a Bottle launched on September 5 under AGPL-3.0, and it is aimed at the part of self-hosting nobody solves: the day after you install it. Built by Imbue after six months of private development, it bundles containerized apps, single sign-on across all of them, and a curated catalog — currently 38 open-source applications including Nextcloud, Jellyfin, Forgejo, VaultWarden, Matrix Synapse, and Open WebUI.
Zero telemetry. Runs on your hardware, a VPS, or Imbue's managed service.
What actually happened
The pitch is that self-hosting already exists and is still unapproachable. Not because installs are hard — Docker solved that years ago — but because ten self-hosted apps means ten login screens, ten upgrade paths, and ten different opinions about backups.
Cloud in a Bottle's answer is a platform layer. Apps run in hardened rootless sandboxes. Auth is unified across the catalog. Packaging is deliberately thin: a Dockerfile and a short manifest, so you can add anything the catalog does not carry. Apps can also expose themselves to each other as services — Bifrost, for example, publishes an OpenAI-compatible API that other installed apps can call. That is the interesting bit. Most self-hosting stacks are a pile of isolated containers; this one has an integration story.
The business model is honest about itself: AGPL source, plus a managed option that funds the work.
Why self-hosting matters for your business
We are not going to tell you to move your production stack onto a box in the closet. That is not the read.
The read is that the gap between "rent it" and "run it" is closing, and the arithmetic changed. A small team paying per-seat for file sync, chat, a password manager, a git host, and an LLM front end is paying five subscriptions that each escalate on their own schedule and each hold a copy of your data. The reason to keep renting was always operational cost, not principle. When one login and one upgrade path cover all five, that reason gets thinner.
Two things worth checking before anyone gets excited. AGPL-3.0 is a real license with real obligations if you modify and serve it — read it, don't skim it. And the platform inherits every CVE in 38 upstream projects, so "one login" also means one blast radius. Ask who patches the catalog and how fast.
We build vendor-agnostic systems because portability is leverage. A project like this is worth watching for exactly that reason: it makes the exit cheaper.
Key takeaways
- Cloud in a Bottle launched September 5, 2026 under AGPL-3.0 from Imbue, with a managed option alongside the open source release
- 38 curated apps — Nextcloud, Jellyfin, Forgejo, VaultWarden, Matrix Synapse, Open WebUI — in rootless sandboxes with unified auth and zero telemetry
- Apps package as a Dockerfile plus a short manifest, and can expose cross-app services to each other
- The thesis is that self-hosting's hard part is living with it, not installing it — and that is the right diagnosis
- Check the AGPL obligations if you modify it, and ask how fast the catalog gets patched across 38 upstreams
Portability is a design decision, not a migration project. We build systems you can move — your data, your auth, your deploy path — so a vendor's pricing change is an inconvenience instead of a rewrite. See how we build or run the numbers on what you rent.
Sources: Cloud in a Bottle launch post, Cloud in a Bottle app catalog.
- #self-hosting
- #open-source
- #agpl
- #containers
- #sso
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
OpenAI edited Astra's benchmarks after launch. Snapshot the numbers.
Fortune tracked GPT-6 Astra benchmark scores changing on OpenAI's live blog post after launch. Vendor pages are mutable — archive the numbers you decide on.
Read itGemini Spark now runs recurring tasks on your photos
Google's Gemini Spark agent can edit, curate, and schedule recurring jobs across Google Photos. The scoping pattern is the part worth copying.
Read it