Phoenix Code Stable Release v3.4.4
github-actions
released this
27 Feb 13:04
·
230 commits
to prod
since this release
🚀 Phoenix Code Beta 2 is here 🚀
We have addressed most of the issues and feedback we got from beta 1.
What's New:
- Windows native apps are now available along with Mac and Linux.
- Linux users get a boost! New native binaries are available for a wider range of Linux distributions(Ubuntu/Debian, Fedora, Arch Linux and much more), offering better performance and broader support compared to the previous AppImage format.
- Stability and bug fixes.
please share your thoughts and feedback @ GitHub issues page.
🚀 Mac (Intel/M1) DMGs 🚀
Download M1/Apple silicon macs: https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.4.4/Phoenix.Code_3.4.4_aarch64.dmg
Download Intel Macs: https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.4.4/Phoenix.Code_3.4.4_x64.dmg
🚀 Windows Installers 🚀
🚀 Linux Installation 🚀
🔧 Installation Instructions
To dive into the Linux beta version, simply execute the following command in your terminal:
wget -qO- https://updates.phcode.io/linux/installer.sh | bash
🔧 Update Instructions
To upgrade an existing installation:
wget -qO- https://updates.phcode.io/linux/installer.sh | bash -s -- --upgrade
🗑️ Uninstallation
If you need to uninstall the beta version, please use the following command:
wget -qO- https://updates.phcode.io/linux/installer.sh | bash -s -- --uninstall