# Paneflow v0.6.2

- Released: 2026-06-24T17:10:55Z
- URL: https://paneflow.dev/releases/v0.6.2
- GitHub: https://github.com/ArthurDEV44/paneflow/releases/tag/v0.6.2
- Previous release: v0.6.1
- Next release: v0.6.3

## Release notes

Paneflow 0.6.2
Paneflow 0.6.2 is a focused Windows trust and agent-startup release.
The main fix is for Windows Smart App Control: release builds now sign the installed paneflow.exe before the MSI is produced, then sign and verify the MSI as well. That gives Windows a verifiable publisher on the executable it actually launches from C:\Program Files\PaneFlow\paneflow.exe, instead of relying only on installer-level signing.
This release also makes agent panes cleaner on Windows PowerShell. Panes spawned by paneflow up, paneflow flow, and IPC now carry an explicit terminal surface profile into the app. When that profile is agent, PowerShell starts with -NoProfile, which avoids user profile startup noise in automated agent panes while keeping normal PowerShell behavior unchanged for regular terminals.
Changed

Signed the Windows app executable before MSI packaging, then signed the MSI.
Verified the MSI signature in the release workflow after signing.
Extended the Windows signing scripts and docs so they support both .exe and .msi artifacts.
Added operator guidance for checking the installed executable with Get-AuthenticodeSignature.
Propagated terminal surface profiles through paneflow up, paneflow flow, and IPC pane spawning.
Started PowerShell agent panes with -NoProfile to avoid profile-driven prompt noise and startup side effects.
Bumped the workspace and package release metadata to 0.6.2.

Validation
The v0.6.2 release workflow completed successfully.

Linux x86_64 build: passed
Linux aarch64 build: passed
macOS aarch64 build: passed
Windows x86_64 build: passed
Windows executable signing: passed
MSI production: passed
MSI signing and verification: passed
Ubuntu 22.04 smoke test: passed
Debian 12 smoke test: passed
Fedora 40 smoke test: passed
openSUSE Tumbleweed smoke test: passed
Arch Linux tarball smoke test: passed
Linux auto-update e2e: passed
GitHub Release publish: passed

Workflow run: https://github.com/ArthurDEV44/paneflow/actions/runs/28116111234
Downloads
Release assets are available for:

Windows x86_64: .msi
macOS Apple Silicon: .dmg
Linux x86_64: .AppImage, .deb, .rpm, .tar.gz
Linux aarch64: .AppImage, .deb, .rpm, .tar.gz

Checksum and minisign sidecar files are published next to the primary artifacts.
Full changelog: v0.6.1...v0.6.2
