Linux Installation
302 AI Studio provides a .deb package for Ubuntu on the Linux platform.
System Requirements
| Requirement | Details |
|---|---|
| Distribution | Ubuntu 18.04 or later |
| Architecture | x64 (amd64) |
| Memory | Minimum 4GB RAM (8GB or more recommended) |
| Storage | At least 500MB of free disk space |
Other Distributions
Currently, we only provide .deb packages, which work on Ubuntu and other Debian-based distributions (such as Linux Mint, Pop!_OS, etc.). Other distributions are not yet supported.
Installation Steps
Download the Package
Visit studio.302.ai and download the Linux .deb package.
Download the amd64 version of the .deb file.
Install the Package
Open a terminal, navigate to your downloads directory, and run:
sudo dpkg -i 302-ai-studio_*.debIf you encounter dependency issues, run:
sudo apt-get install -fLaunch the Application
Once installed, you can launch 302 AI Studio by:
- Searching for "302 AI Studio" in your application menu
- Or running
302-ai-studiofrom the terminal
Graphical Installation (Optional)
If you prefer a GUI-based approach:
- Double-click the
.debfile in your file manager - Your system will open the Software Center or GDebi
- Click "Install" to complete the installation
Uninstallation
To uninstall from the terminal:
sudo apt remove 302-ai-studioTo also remove configuration files:
sudo apt purge 302-ai-studio