Install Brender Studio
Complete Prerequisites Before Proceeding
Before installing Brender Studio, make sure you have completed all the steps in the prerequisites section.
If you haven't already, you can head to the Prerequisitesto make sure you have everything you need.Download and Install Brender Studio
- Windows
- macOs
- Linux
Installation
- Install on Windows
- The file will be of type (.exe or .msi).
- Open the downloaded file and follow the instructions of the installation wizard.
- Once the installation is complete, start Brender Studio from the Start menu or desktop.
To install Brender Studio on Windows, follow these steps:
- Install on macOS
- Ensure you download the correct file for your macOS version:
- If you have a Mac with an Intel processor, download the file named Brender.Studio_0.1.1_x64.dmg.
- If you have a Mac with an Apple Silicon (M1 or M2) processor, download the file named Brender.Studio_0.1.1_aarch64.dmg.
- You can also use the Brender.Studio_0.1.1_universal.dmg file, which works on both architectures.
- Open the downloaded file and drag the Brender Studio icon to the Applications folder.
- Launch Brender Studio from the Launchpad or Applications folder.
- If you see a warning message saying the app cannot be opened because it is from an unidentified developer, follow these steps:
- Click on the `?` icon in the upper right corner of the warning dialog.
- This will open a help panel. Follow the instructions to access the Security & Privacy settings.
- In the General tab, you should see a message about Brender Studio being blocked. Click Open Anyway.
- Confirm your choice when prompted. This will allow the app to run.
To install Brender Studio on macOS, follow these steps:
- Install on Linux
- Install with AppImage File
- Open a Terminal:
- Open a terminal and navigate to the location where you downloaded the file.
- The file will be of type (.AppImage or .deb).
- Give Execution Permissions
- If you downloaded an .AppImage file, make sure it has executable permissions.
- Use the following command to do it:
- Run the File
- If you downloaded an .AppImage file, execute it with the following command:
- Install with .deb File
- If you downloaded a .deb file, you can install it using the package manager.
- Install the package using the following command:
- If there are dependencies to resolve, use the following command:
To install Brender Studio AppImage file on Linux, follow these steps:
$ chmod +x brender-studio-<version>.AppImage
$ ./brender-studio-<version>.AppImage
To install Brender Studio .deb file on Linux, follow these steps:
$ sudo dpkg -i brender-studio-<version>.deb
$ sudo apt-get install -f
Once installed, you can start Brender Studio from the applications menu or with a desktop shortcut, depending on your desktop environment.
Configurating Brender Studio
- Configure Blender Path
- In the side menu of Brender Studio, navigate to “Settings”
- Locate the “Blender Executable Path”section.
- Click the “Add Path”button and select the path where you have Blender installed on your system.

Blender Path Configuration
Make sure you select the Blender path correctly
We recommend using the most recent version of Blender to avoid conflicts and possible compatibility errors.
- Configure AWS Profile
- Locate the CSV file with the previously saved credentials.
- In the side menu of Brender Studio, navigate to “Settings”
- Locate the “AWS Profiles List” section.
- Click the “Add Profile” button and select the path where you have Blender installed on your system.
- A dialog will open with the following fields:
- Profile Name: AWS CLI user profile
- Access Key: Access key.
- Secret Key: Secret Acces key Paste the credentials into the corresponding fields and place an identifying name.
- Click on“Create Profile”.
Brender Studio needs to interact with AWS resources. In previous steps, we saw how to create a user in IAM on AWS and generate credentials for the CLI type user.
Follow these steps to configure your AWS profile:

AWS CLI Configuration
Make sure you have the AWS CLI installed and configured on your machine.
This will add a new profile to your system, allowing interaction with all AWS services.