pngunrelease-lab.local

$ pngun --workspace release-lab --ai-bridge

A terminal workspace built for AI-assisted shipping.

Pngun combines real PTYs, split panes, persistent workspaces, Claude Code, HER, and failure-aware terminal context in one desktop app.

release-shellzsh

$git tag v0.2.2

$git push origin v0.2.2

okrelease workflow started on GitHub Actions

okmacOS Apple Silicon DMG uploaded

okWindows MSI and setup EXE uploaded

okLinux AppImage, DEB, and RPM uploaded

runnpm run site:build

macOS100%
Windows100%
Linux100%
quick contextai bridge
traceback

Captured failing command, cwd, and stderr excerpt.

attach

Sent compact terminal context into Claude Code.

repair

Suggested patch can run back inside the terminal.

$ open workflow

The interface is organized around the repair loop.

Keep the command, logs, assistant, and release state in one scan. The website now mirrors that working surface instead of presenting the product as a static brochure.

command palette
/new shellCreate a persistent PTY session
/split verticalKeep logs beside the active prompt
/attach errorSend bridge context to Claude Code
/release v0.2.2Open the GitHub release assets
tail -f ai-bridge.loglive

detect npm error pattern in release-shell

capture stderr excerpt, command, cwd, session id

attach create Claude Code context bundle

run apply suggested fix inside terminal

$ ls features

Terminal mechanics first. AI exactly where it removes friction.

01

PTY core

Real shell sessions through portable-pty with resize, write, kill, and event streaming.

02

Workspace memory

SQLite keeps workspaces, sessions, splits, collapsed state, and AI message history durable.

03

AI panes

Claude Code and HER panes support markdown, attachments, voice input, and run-in-terminal actions.

04

Bridge watcher

Terminal failures become compact AI suggestions instead of manually copied log chunks.

05

Keychain storage

Anthropic credentials live in the OS keychain in the packaged desktop app.

06

Release matrix

GitHub Actions builds macOS, Windows, and Linux artifacts for versioned releases.

$ preview workspace.svg

The desktop app layout stays recognizable across the website.

Sidebar sessions, split terminal panes, AI Bridge, and assistant context are treated as the visual system, not as decorative screenshots.

pngun workspace preview
Pngun workspace preview with sidebar, split terminals, and AI panel

$ cat stack.json

A small stack with clear runtime boundaries.

Reactinterface
Zustandstate
Tauri v2desktop shell
Rustbackend
SQLitestorage
GitHubreleases

$ ./download

Release v0.2.2 ships for macOS, Windows, and Linux.

Signing and notarization are still pending, so operating systems may show trust warnings on first launch.

macOSApple Silicon DMG, Intel DMG
WindowsSetup EXE, MSI
LinuxAppImage, DEB, RPM
SourceGitHub repository and release tag
open github release