Compose Logo

Compose for Desktop Wizard

Generate a production-ready Kotlin Compose for Desktop project in seconds

Light
Dark

Project Information

Used for window title and app name

E.g. codeeditor

UI Configuration

Additional Dependencies

Preview

Details for Linux Specific Builds

Required for setting the Maintainer field in the DEBIAN/control file

Required for setting the Description field in the DEBIAN/control file

Important: Before Running Your Project

After extracting your project, you'll need to make the Gradle wrapper executable on Unix-based systems (Linux and macOS). This is required because ZIP files don't preserve executable permissions.

🐧 Linux / 🍎 macOS

Open terminal in your project directory and run:

chmod +x gradlew

This makes the Gradle wrapper script executable

🪟 Windows

No action needed! Windows uses the gradlew.bat file which doesn't require executable permissions.

You can run your project directly