Defang Blog
June 2024 Defang Compose Update

Windows users get winget install & signed binary. Added one-click deploy from samples, managed Redis rollout, CLI output & error improvements.
Hey folks! We've got another batch of updates to share with you about what the Defang team has been working on over the past month. We're committed to improving your deployment experience, so let's take a look at what's new.
Windows Experience Improvements
For our Windows users out there, we've made some changes to make your Defang experience even smoother:
- You can now install Defang using
winget, the Windows Package Manager, for a streamlined setup - We've introduced a signed binary for added security and peace of mind
Deploying your apps from Windows just got a little bit nicer.
One-click Deploy
We've added a new feature that will make it even easier to get started with Defang. We've created a flow where each sample provides a button that allows you to immediately deploy a template with a GitHub action which will automatically deploy the sample to the Defang Playground. That means you can easily make changes by committing them to your brand new repo, and everything automatically updates in the Playground. It's a great way to get started with Defang and start experimenting with your own projects.
Try it now from our portal!

Managed Redis Updates
We first introduced this last month, but we've since rolled it out to everyone. We also added a sample that showcases the power of managed Redis: BullMQ with Redis. It demonstrates how you can use BullMQ and BullBoard with a managed Redis instance to create a powerful job queue system so you can easily build robust, scalable applications in AWS with Defang.
Updated Samples
We've updated our sample projects to showcase how to use them with Defang, including:
Check them out if you're looking for some inspiration or a starting point for your own projects.
CLI Updates
We're always looking for ways to enhance the CLI experience. Here's what's new:
npx defangautomatically checks to always have the latest version of the CLI- The output during
defang compose uphas been streamlined to focus on the most important information defang tailnow supports listening to specific services, making it easier to troubleshoot issues- We've improved hints and error messages to better guide you when something goes wrong
- The CLI now has improved color support for light theme terminals, making it easier on the eyes
It's the small refinements that can make a big difference in your workflow.
Other Updates
Here are a few more things that didn't quite fit with the rest:
- Visibility into ECS deployment events in BYOC tail logs
- Improvements to ACME certificate generation
Keep an eye out for these updates in the near future.
As always, we'd love your help shaping the future of Defang, so let us know what you'd like to see next. Happy deploying! 🚀
Related posts

Deploy AI Agents to Any Cloud Account: Open-Sourcing Our Providers and Adding Azure
We're open-sourcing the per-cloud Pulumi providers that power Defang's multi-cloud deployments and adding Azure to the supported set. One Compose file, one command, any customer's cloud — including managed LLMs, databases, and Redis mapped automatically.

An AI Agent That Reads Your Repo and Writes Your Compose File
The Defang Portal now includes an AI-powered Compose file generator. Point it at a GitHub repo, and an agent analyzes your code, reads your dependencies, and produces a production-ready compose.yaml. You can also watch the work happen in real time.

Your Coding Agent Just Learned to Deploy
Defang now ships skills for Claude Code and Codex. Type /defang:deploy in your AI coding agent and it handles CLI setup, authentication, stack creation, config, and deployment, step by step, inside your editor.