Skip to content

Phoenix Code Stable Release v3.4.4

Compare
Choose a tag to compare
@github-actions 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:

  1. Windows native apps are now available along with Mac and Linux.
  2. 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.
  3. 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 🚀

Download: https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.4.4/Phoenix.Code_3.4.4_x64-setup.exe

🚀 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