deniz.in

Markets

Weather

Loading weather

· via Hacker News – Front Page (native)

Open-source Cloud in a Bottle wants self-hosting to feel like a smartphone

Cloud in a Bottle, an open-source personal cloud platform, launched with sandboxed containerized apps, single sign-on and a curated catalog, aiming to make self-hosting usable by non-admins.

Open-source Cloud in a Bottle wants self-hosting to feel like a smartphone

An open-source take on the personal cloud

A new open-source project called Cloud in a Bottle launched on September 5, 2026, introduced through a blog post that reached the front page of Hacker News. The software packages a personal server into something its creators hope feels like a smartphone for web apps: a dashboard, an app catalog and sandboxed applications behind a single login, rather than a machine you administer by hand.

The argument behind it

According to the launch post, the project is a response to how the economics of cloud software reshaped open source. Before the cloud, authors distributed code and every user ran it locally, so serving software cost the author nothing. Hosting a web app centrally does cost money, and open-source developers rarely want to fund free hosting for the world, so cloud software gravitates toward companies whose revenue models — advertising, tracking, engagement optimization — sit at odds with users' interests.

Existing self-hosting tools, in the author's assessment, each miss the mark. Sandstorm, philosophically the closest predecessor, has been abandoned and demanded substantial rework of apps to run on it. Nextcloud is described as slow and unreliable and increasingly aimed at enterprises. YunoHost installs applications directly onto the host without sandboxing, so one compromised app can take down the whole server. Coolify does run apps in containers, but each one lives in isolation with its own account system and little connection to the rest of the instance.

How it is built

Technically the platform is an Ubuntu machine running a web server that serves a dashboard and routes HTTPS traffic to applications packaged as containers. Those containers are rootless and hardened, which the post says lets existing software run largely unmodified inside a reasonably secure sandbox.

On top of that sit opt-in platform features. Logging into the instance signs you into every app, eliminating per-app accounts. There is an interface for permissioned sharing of data and capabilities between applications, and the team says it is working out the personal-cloud equivalents of the platform APIs that mobile operating systems expose to apps — notifications, sensor access, health data — to enable genuinely integrated experiences.

Backing, pricing and current state

The project is open source, self-hostable and, per the post, collects no telemetry. The author's employer, Imbue, sells a managed version — new users get $10 of credit — and frames that as both an accessibility play and a straightforward business model to sustain development. The self-hosted edition runs the same code and will always be treated as a fully supported option, the post says. Installation paths include a cloud VPS, a virtual machine on personal hardware, or bare metal, with the source on GitHub and a Matrix room for the community.

Cloud in a Bottle was built and tested privately for more than six months before launch, and the core platform is described as mostly complete and stable. The app catalog is intentionally small and curated, with a stated high bar for user experience and new additions arriving weekly. For now, the post concedes, early users will need some technical familiarity — or a coding agent — to find, adapt or build what they want to run. The long-term goal is to grow a wider ecosystem of open-source web software that ordinary people, not just enthusiasts, would happily use, breaking a cycle in which small audiences limit the supply of polished self-hostable apps.

Why it matters

Self-hosting has spent years stuck between two failure modes: convenient platforms that compromise security by running apps directly on the host, and secure ones that seal every application off with its own login. Cloud in a Bottle's combination — unmodified apps in hardened rootless containers, plus shared identity and permissioned inter-app data access — is a credible attempt to escape both traps, and the smartphone framing makes the ambition explicit: parity with commercial cloud products, not just with other server tooling. Whether it succeeds will hinge mostly on catalog depth, since the platform's appeal collapses if there is little worth installing, and on whether Imbue's managed revenue keeps the project alive where predecessors like Sandstorm stalled. For anyone who has wanted a personal cloud without a sysadmin's workload, this launch is a serious new option to watch.

  • #self-hosting
  • #open-source
  • #containers
  • #personal-cloud
  • #single-sign-on

Related posts