‹ BackHN Continuity

Thread

Cloudflare OS: an open platform for agents, apps, and work

641 points · 315 comments · speckx

  1. yomismoaqui · · focus · HN ↗
    Everytime I read about new things from Cloudflare they look really cool but I cannot shake the feeling of not wanting to use them for fear of lock-in, am I too paranoid?
    1. kentonv · · focus · HN ↗
      This is 100% open source and self-hostable.

      <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;cloudflare-os" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;cloudflare-os

      It runs on top of our open source runtime.

      <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;workerd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;workerd

      1. yewenjie · · focus · HN ↗
        Does workerd have full feature-parity with Workers, including stuff like Durable Objects?
        1. kentonv · · focus · HN ↗
          It&#x27;s the same code. The only thing it doesn&#x27;t include is the global scheduling and orchestration, but you don&#x27;t actually want that locally. (And honestly... that stuff is a bit of a beast.)

          Durable Objects are fully supported by workerd (and Cloudflare OS uses them extensively).

          There is, however, one catch currently: Durable Objects don&#x27;t scale out well without the global scheduling. For running Cloudflare OS for one user, this is actually no big deal, but a company-wide instance might not work well.

          But I&#x27;m actually fixing that:

          <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;workerd&#x2F;pull&#x2F;6780" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudflare&#x2F;workerd&#x2F;pull&#x2F;6780

          Unfortunately didn&#x27;t get enough time to land it before this release, but it&#x27;ll come soon.

          With that I would expect a self-hosted Cloudflare OS on your own cluster to work quite well.

          1. TheTaytay · · focus · HN ↗
            Thank you for coming in and replying to all of these comments with actionable, honest info!
Open on Hacker News to reply ↗

Unofficial Hacker News client; not affiliated with Y Combinator.