You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-05-08-Release-5.1/index.md
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
slug: release-6.0
3
-
title: Phoenix AI Release (May 2026, V-6.0) is now Live
4
-
description: "Phoenix Code 6.0 introduces an AI assistant powered by Claude Code, a brand new Design Mode, a rich Markdown editor, an integrated terminal, and Phoenix Neo themes."
3
+
title: Phoenix Design + AI Release (May 2026, V-5.1) is now Live
4
+
description: "Phoenix Code 5.1 introduces an AI assistant powered by Claude Code, a brand new Design Mode, a rich Markdown editor, an integrated terminal, and Phoenix Neo themes."
tags: [AI, Claude Code, Design Mode, Markdown Editor, Terminal, Live Preview Edit, Phoenix Pro, Phoenix Neo, Windows, Linux, Mac, Release]
7
7
---
8
8
9
9
import React from 'react';
10
10
import VideoPlayer from '@site/src/components/Video/player';
11
11
12
-
The May 2026 release (6.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).
12
+
The May 2026 release (5.1) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).
13
13
14
14
This release focuses on making Phoenix Code a true all-in-one web development environment, bringing AI directly into the editor along with an upgraded [Live Preview Edit](#live-preview-edit-upgrades), a rich [Markdown editor](#rich-markdown-editor), a built-in [terminal](#built-in-terminal), [device previews](#view-your-page-at-any-device-size), and a lot more.
15
15
16
-
Phoenix also gets a fresh new look with the [Phoenix Neo](#phoenix-neo-themes) themes, and a new [Design Mode](#design-mode) that lets you edit content visually while keeping your code out of the way.
16
+
Phoenix Code also gets a fresh new look with the [Phoenix Neo](#phoenix-neo-themes) themes, and a new [Design Mode](#design-mode) that lets you edit content visually while keeping your code out of the way.
17
17
18
18
## Try ideas, build pages, and fix issues with AI
19
19
@@ -35,7 +35,7 @@ Focus fully on your content while your code stays out of the way. Work side by s
35
35
36
36
*Included with Phoenix Pro.*
37
37
38
-
Edit Markdown like a document in Live Preview. Format text, edit tables, and add images and diagrams, with the code syncing automatically in real time.
38
+
Edit Markdown like a document in Live Preview. Format text, edit tables, and it’s easy to add images - just paste or pick one from your device, like in Google Docs or Word.
39
39
40
40
An easier way to create Markdown files that you can share with others. [Read More...](https://docs.phcode.dev/app-links/markdown-editor)
41
41
@@ -65,7 +65,7 @@ Phoenix Code also picks up your CSS `@media` breakpoints so you can jump straigh
65
65
66
66
## Built-in Terminal
67
67
68
-
Phoenix Code now has a built-in terminal, so you can run commands right away without switching windows. It supports your preferred shell and works across all supported platforms. [Read More...](https://docs.phcode.dev/app-links/terminal)
68
+
Phoenix Code now has a built-in tabbed terminal, so you can run commands right next to your code without switching windows. It supports your preferred shell and works across all supported platforms. [Read More...](https://docs.phcode.dev/app-links/terminal)
@@ -85,30 +85,41 @@ Switch between them anytime from `View > Themes...`. [Read More...](https://docs
85
85
86
86
## Notable changes and fixes
87
87
88
-
- Prevented an out-of-memory crash that could occur while indexing very large projects, with binary file detection and a 1 GB cache cap.
89
-
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup.
90
-
- Fixed a reflected XSS issue on the browser-not-supported page.
91
-
-Education licenses can now be activated on the Linux and macOS desktop apps.
92
-
- Fixed `File > Quit` not closing multi-window sessions on the desktop app.
93
-
- Fixed a thin white line at the edges of Live Preview and the divider disappearing at very narrow widths.
94
-
- Fixed a modal wrapper that could remain on screen when dialogs overlapped.
95
-
- Fixed Find in Files button placement when input boxes were empty.
88
+
- Prevented an out-of-memory crash that could occur while indexing very large projects — Phoenix now detects binary files and caps its index cache so big repos stay smooth. ([#2801](https://github.com/phcode-dev/phoenix/pull/2801))
89
+
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup. ([#2782](https://github.com/phcode-dev/phoenix/pull/2782))
90
+
- Fixed a reflected XSS issue on the "browsernotsupported" page. ([#2851](https://github.com/phcode-dev/phoenix/pull/2851))
91
+
-Fixed `File > Quit` not closing multi-window sessions on the desktop app. ([#2639](https://github.com/phcode-dev/phoenix/pull/2639))
92
+
- Fixed a thin white line at the edges of Live Preview. ([#2855](https://github.com/phcode-dev/phoenix/pull/2855))
93
+
- Fixed a modal overlay that could remain on screen when dialogs opened in quick succession. ([#2789](https://github.com/phcode-dev/phoenix/pull/2789))
94
+
- Fixed Find in Files button placement when the input boxes were empty. ([#2680](https://github.com/phcode-dev/phoenix/pull/2680))
95
+
- Fixed an issue where some pro trial users were being signed out early. ([#2658](https://github.com/phcode-dev/phoenix/pull/2658))
96
96
97
97
## Performance & Stability
98
98
99
-
- Sidebar layout is preserved across hide and show, making expansion near-instant.
100
-
- Fixed a race condition in Live Preview load that could cause stale iframe overwrites.
101
-
- Tightened Live Preview document handling and editor event leak thresholds.
99
+
- Sidebar layout is now preserved across hide and show, making expansion feel near-instant. ([#2834](https://github.com/phcode-dev/phoenix/pull/2834))
100
+
- Fixed a race condition during Live Preview load that could cause a stale page to overwrite a fresh one. ([#2668](https://github.com/phcode-dev/phoenix/pull/2668))
101
+
- Tightened Live Preview document handling and reduced editor event leaks. ([#2671](https://github.com/phcode-dev/phoenix/pull/2671))
102
+
- Improved Live Preview edit performance for larger pages. ([#2793](https://github.com/phcode-dev/phoenix/pull/2793))
103
+
- Smoother scrollbar behavior in the sidebar. ([#2726](https://github.com/phcode-dev/phoenix/pull/2726), [#2727](https://github.com/phcode-dev/phoenix/pull/2727))
102
104
103
105
## Platform Notes
104
106
105
-
-**Linux**: The desktop app is now built on Electron, replacing the previous Tauri/webkit2gtk build. It ships as a single AppImage that runs across most major distributions, and now supports auto-update, bringing it to parity with macOS and Windows.
106
-
-**macOS**: Avoided the Xcode git install dialog at startup, fixed a missing scrollbar in Live Preview on Tauri, and corrected new-window dimensions.
107
-
-**Windows**: Fixed window size jumps when opening a new window from `File > New Window`.
107
+
### Linux
108
+
109
+
- The desktop app is now built on a **Chromium-based renderer**, replacing the previous WebKit2GTK build (which was painfully slow). It ships as a **single AppImage** that runs across most major distributions, and now supports **auto-update**, bringing it to parity with macOS and Windows. ([#2635](https://github.com/phcode-dev/phoenix/pull/2635), [#2637](https://github.com/phcode-dev/phoenix/pull/2637), [#2651](https://github.com/phcode-dev/phoenix/pull/2651))
110
+
111
+
### macOS
112
+
113
+
- Avoided the Xcode "git install" dialog popping up at startup on Macs without git. ([#2662](https://github.com/phcode-dev/phoenix/pull/2662))
114
+
- Fixed new-window dimensions being slightly off due to inner/outer measurement mix-up. ([#2720](https://github.com/phcode-dev/phoenix/pull/2720))
115
+
116
+
### Windows
117
+
118
+
- Fixed window size jumping when opening a new window from `File > New Window`. ([#2723](https://github.com/phcode-dev/phoenix/pull/2723))
108
119
109
120
## All changes
110
121
111
-
Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2026-01-18&until=2026-05-08) for a full list of changes in GitHub.
122
+
Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2026-01-18&until=2026-05-22) for a full list of changes in GitHub.
112
123
113
124
## A Request from the Phoenix Team:
114
125
@@ -117,4 +128,4 @@ Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since
0 commit comments