Overview
Encore is a backend development platform for Go and TypeScript that declares PostgreSQL, Pub/Sub, object storage, caches, cron jobs, secrets, and other resources in application code. Its open-source SDK and CLI handle local development and self-hosted builds, while an optional managed platform can provision AWS/GCP infrastructure and per-PR preview environments. The latest release checked is v1.58.4.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Declare databases and messaging in code and start realistic local infrastructure with `encore run`
Resource declarations such as SQLDatabase, Topic, and Bucket form an application graph. Local execution starts real PostgreSQL and matching infrastructure semantics together with tracing and a local development dashboard.
Sources: [2]
Use the optional platform for preview environments and automated AWS/GCP provisioning
The managed platform can diff the application graph, provision resources in the team's AWS or GCP account, create pull-request environments, derive least-privilege IAM, and provide observability. Teams can skip it and use encore build docker with their own Terraform or other infrastructure.
Sources: [2]
For backend teams that want application and infrastructure changes reviewed together
Encore fits APIs, microservices, and event-driven systems where maintaining a separate infrastructure model for every application change creates friction. Its MCP integration also lets coding agents inspect services, APIs, databases, and traces.
Sources: [2]
Check supported languages and clouds, and separate the open-source SDK from the commercial platform
The SDK currently supports Go and TypeScript, with Python described as coming soon. Automated provisioning centers on AWS and GCP while Azure remains roadmap work. The framework, compiler, runtime, CLI, and self-hosting components are MPL-2.0 open source; the optional managed deployment platform is commercial. Domain-specific infrastructure can still require ordinary cloud SDKs or IaC.
Official sources
- [1]encoredev/encore repository(2026-09-18)
- [2]Encore README(2026-09-18)
- [3]Encore v1.58.4 release(2026-09-18)
- [4]Encore LICENSE(2026-09-18)
Supplemental curator note
Encore derives infrastructure from application-level resource declarations rather than requiring a separate IaC model for every resource. The open-source SDK can build self-hosted applications, while automated cloud orchestration and preview environments belong to the optional managed platform.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/encoredev/encore.git - 2
Enter the repository
cd encore - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
12,363 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 27
- Open PRs
- 61
Development activity is still being collected.
Built with
Categories and tags
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- go
- backend
- microservices
- encore
- cloud-native
- golang
- distributed-systems
- cloud
- database
- serverless
- aws
- devops
- Stars
- 12,363
- Forks
- 623
- Watchers
- 67
- Open issues
- 67
- Primary language
- Go
- License
- MPL-2.0
- Repository last updated
- Sep 18, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- React250,557 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code (Code - OSS)192,641 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Flutter178,997 Stars
A BSD-3-Clause cross-platform SDK for building mobile, web, and desktop UIs from a Dart codebase.
Dart - Bootstrap174,842 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - LangChain146,586 Stars
A Python framework that connects models, tools, retrieval systems, and other components for LLM applications and agents.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.