DEV Community

Cover image for Launch Week Day 3: Open Source Independence
Marcus Kohlberg for Encore

Posted on • Originally published at encore.dev

Launch Week Day 3: Open Source Independence

It's Day 3 of Launch Week and we're back with another launch...

Encore Open Source is now independent of Encore Cloud

Today we're continuing our open source journey and we're excited to announce that the open source project (encore.dev) is now independent of Encore Cloud—our managed service for automating DevOps and infrastructure on AWS and GCP.

To make this separation clear, we have launched:

  • Revamped documentation, making it easier to find info on Encore.ts, Encore.go, and Encore Cloud.
  • Refocused encore.dev solely on the open source project, making navigation easier.
  • encore.cloud — a new website for Encore Cloud.
  • We've also worked hard on improving documentation to help you build, configure, and deploy Encore apps without relying on Encore Cloud.

All this is addition to what's already open source:

  • ✅ Framework
  • ✅ CLI
  • ✅ Parser
  • ✅ Compiler
  • ✅ Runtime
  • ✅ Building Docker images

With these new updates, it's now easier than ever to choose the Encore experience that fits your needs—open source or managed.

🌟 If you haven't already, why not star the open source project on GitHub?

Join the live stream

Tune into today's live stream at 14:00 CET for an in-depth walkthrough and a live Q&A session.

Try Encore Open Source

Install Encore using the instructions below and then create an example app using encore app create.

Installation

  • macOS: brew install encoredev/tap/encore
  • Linux: curl -L https://encore.dev/install.sh | bash
  • Windows: iwr https://encore.dev/install.ps1 | iex

❤️ Join our Developer Community to ask questions.

Top comments (0)