Installation
MacOS
Homebrew
bash
brew install tweakphp/tap/tweakphpDMG File
Download the .dmg file from the releases page and drag TweakPHP to your Applications folder.
INFO
Since TweakPHP is in beta and haven't been signed, You need to allow the app to be opened in the Privacy & Security.
Open the app and then navigate to System Settings > Privacy & Security and scroll down and find TweakPHP and click on Open Anyway
Linux
There are multiple ways to install TweakPHP on a Linux machine.
Snap
bash
snap install tweakphpAppImage
- Download the
.AppImagefile from the releases page - Make it executable:
chmod +x TweakPHP-*.AppImage - Run the AppImage
Deb Package
TweakPHP is also available as .deb package for x64 only and you can download it from the Github Releases
RPM Package
Download the .rpm package from the releases page and install it:
bash
sudo rpm -i TweakPHP-*.rpmArch Linux (AUR)
bash
yay -S tweakphpor with any other AUR helper.
Windows
Download the .exe installer from the releases page and run it.