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. com.yourdomain.appname

UI Configuration

Additional Dependencies

Preview

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