Quickstart on Linux
Phant is currently available as a Linux desktop build distributed as a ZIP package.
The package includes everything you need to install the app for your user account:
- the Phant AppImage
install.shuninstall.sh- the application icon
Before you install
Section titled “Before you install”Make sure you have:
- a Linux desktop environment such as GNOME or KDE
- permission to run local scripts in the extracted ZIP
- the Linux ZIP from the Phant download page
Get the Linux package from the Phant download page:
Installation
Section titled “Installation”- Download the Linux ZIP package.
- Extract the ZIP to a folder you can access easily.
- Open a terminal in the extracted folder.
- Make the scripts executable:
chmod +x ./install.sh ./uninstall.sh- Run the installer:
./install.shAfter ./install.sh finishes, Phant is installed for your current user.
What the installer does
Section titled “What the installer does”- installs Phant for the current user
- creates a
.desktoplauncher - installs or updates the application icon
In normal use, you do not need to run the AppImage manually after installation. Open Phant from your applications menu.
Troubleshooting install issues
Section titled “Troubleshooting install issues”If the script does not run, confirm you already made the scripts executable and try again:
chmod +x ./install.sh ./uninstall.sh./install.shIf the launcher does not appear after installation:
- Log out and back in, or restart your desktop session.
- If needed, run
update-desktop-databaseon your system.
If you want to inspect the exact actions before running the installer, open install.sh in a text editor first.
Uninstalling Phant
Section titled “Uninstalling Phant”You can remove Phant with the included uninstall wizard.
Preview what will be removed:
./uninstall.sh --dry-runRun a normal uninstall:
./uninstall.shRemove application data as well:
./uninstall.sh --purge-data --yesUse the data purge option carefully. It is intended to remove local application data and is not recoverable.
After installation
Section titled “After installation”Open Phant from your applications menu.
At this point, Phant is already installed. You do not need to run ./install.sh again unless you are reinstalling or updating through the packaged installer.
On first launch, Phant opens its onboarding flow so you can:
- review the environment snapshot
- install the PHP CLI hook
- install the PHP-FPM hook for Valet Linux if needed
- save your license key
Continue with First Launch.