Skip to main content

Create a local project

Nowa isn’t only available in your browser β€” you can also use Nowa Desktop, a dedicated app for macOS and Windows.

With Nowa Desktop, you can create and manage your local Flutter projects right on your computer.

This guide will walk you through downloading Nowa, setting up Flutter, and starting your first local project.


Downloading Nowa Desktop​

I’ll show you how to download Nowa Desktop.

  1. Log in on the Web
    Go to app.nowa.dev in your browser and log in to your Nowa account.

  2. Download the App
    Click on Download for Desktop and choose the version that matches your system (macOS or Windows).

  3. Install
    Once downloaded, follow the installation instructions for your operating system.


Setting up Flutter SDK​

To run local projects, Nowa Desktop needs the Flutter SDK installed on your computer.

  1. Install Flutter SDK
    Download it from the official Flutter website and follow the steps to install.

  2. Connect Flutter to Nowa Desktop

    • Open Nowa Desktop and log in.
    • Click the βš™οΈ Settings icon in the bottom-left corner.
    • Go to the Local Setup tab.
    • Point Nowa to your Flutter SDK folder (the one containing bin).
    • (Optional) Choose a default folder where your projects will be saved.
    • (Optional) Add your VS Code path if you want smooth integration.



Why use Nowa Desktop?​

Nowa Desktop gives you extra power compared to the web version:

  • Better performance β€” runs natively on your computer.
  • Local projects β€” your apps are standard Flutter projects, so you can use VS Code, GitHub, Copilot, and other tools with them.
  • Cross-platform testing β€” run your app on Android, iOS, Web, or Desktop simulators.
  • Offline mode β€” build and edit even without internet access.
note

Good to know: Nowa Desktop is available for all users β€” no premium plan required.


Creating your first local project​

Once Nowa Desktop is set up, you can start creating your first local project.

  1. In the sidebar, go to Your Projects β†’ Local Projects.

  2. Click New Local Project.

  3. Choose New Local Project from the dropdown.

  4. Fill in your project details:

    • Give your project a name.
    • The package name is created automatically.
    • Browse and select where you want to save the project.
  5. Confirm the folder and click Create.

Nowa will generate a ready-to-use Flutter project with all the files you need.