Conn v0.5.1 (preview)
Pre-releaseConn v0.5.1
Preview / prerelease. Conn gives a human and an agent one shared shell with
visible control handoff, command approval, and a combined collaboration timeline.
These binaries are built by CI; a green build is not a claim of full manual
validation on every operating system.
Source commit: b3fba46fe14f456d7032d44c50ffe3e09d89d88f
New in v0.5.1 / 이번 변경
- Support PAM-style
create window with default profile commandAppleScript launches in a real new native window. - Keep sessions and output scoped to their window; closing one window preserves the others.
- Startup commands follow the existing approval and policy flow, then return control after input delivery.
한국어: 사진과 같은 PAM용 AppleScript 새 창 실행 문법을 지원합니다. 창별 세션·출력을 분리하며 시작 명령은 기존 승인·정책을 거쳐 전달한 뒤 제어권을 반환합니다. 자동화는 기본적으로 꺼져 있으므로 설정에서 활성화해야 합니다. 실제 PAM 및 macOS 권한 대화상자의 수동 검증은 남아 있습니다.
Download the desktop app
| Your computer | Download |
|---|---|
| Mac — Apple Silicon (M1 or newer) | Conn for Apple Silicon |
| Windows — x64 | Windows installer |
| Ubuntu — x64 | Ubuntu .deb · Linux AppImage |
Installers include the app and its Conn CLI sidecar; Rust and Node.js are not
required to use these binaries. Windows preview installers are unsigned, so a
SmartScreen or unknown-publisher prompt may appear. Native CLI startup is checked
in CI; full interactive GUI installation/collaboration checks remain pending.
External automation preview
AppleScript support is experimental and disabled by default. Its macOS bundle
metadata and example compilation are checked in CI; native permission dialogs
and real PAM integration have not been manually validated. See the
automation guide before enabling it.
Getting started
For a standalone terminal or MCP workflow, download the CLI for
Apple Silicon,
Windows x64 or
Linux x64.
Linux x64 assets are built on Ubuntu 24.04 and target
Ubuntu 24.04/26.04; verify these exact assets on both systems before publishing.
Windows targets x64 and is intentionally unsigned for this preview; a certificate
is not a release prerequisite. SmartScreen or unknown-publisher prompts may appear.
macOS apps, their embedded CLI sidecars, and standalone CLIs are Developer ID
signed with hardened runtime and secure timestamps. Apple notarization is
Accepted for the final DMGs and standalone CLI submissions; app and DMG tickets
are stapled and verified. Apple does not support stapling a standalone CLI or
its archive, so its notarization ticket is retrieved online when needed.
The Apple Silicon -signing.json asset records native runner checks and final asset hashes;
it is evidence of this build, not an independent cryptographic attestation.
Intel Mac packages are paused for new releases; previously published assets remain available.
Native interactive installation and collaboration coverage remains limited for this preview.
See the platform policy.
Follow the installation guide for platform trust prompts; never disable system
protection globally.
Verify the download
Download SHA256SUMS with your selected asset. On Linux, run
sha256sum --ignore-missing -c SHA256SUMS from that directory. On macOS, compare
shasum -a 256 <asset> to the matching line; on Windows use
Get-FileHash <asset> -Algorithm SHA256. SHA-256 detects download corruption;
the checksum file is not a code-signing signature.
Before giving an agent control
Commands use your account's permissions. Conn's policy and approval UI are not
an operating-system sandbox. An “executed” record means input reached the shell,
not that the command completed successfully. Start with a disposable project.
Read the security model and
report security issues privately.
한국어: AppleScript는 기본적으로 꺼진 실험적 기능입니다. macOS 사전·예제 컴파일은 CI에서 검사하지만 실제 권한 대화상자와 PAM 연동은 수동 검증하지 못했습니다.
이 릴리스는 프리뷰입니다. 명령은 사용자 계정 권한으로 실행되며, 승인 기능은
운영체제 샌드박스가 아닙니다. 실행 기록은 입력 전달을 뜻하며 명령의 성공을 보장하지
않습니다. macOS 앱·내장 CLI·별도 CLI는 Developer ID로 서명하며 hardened runtime과
보안 타임스탬프를 검증합니다. DMG와 별도 CLI의 Apple 공증이 승인되었고 앱·DMG에는
티켓을 첨부했습니다. 별도 CLI와 아카이브에는 티켓을 첨부할 수 없어 필요 시 온라인으로
조회합니다. Apple Silicon 서명 보고서는 해당 빌드의 검증 기록이며 독립적인 암호학적 증명은 아닙니다.
새 릴리스의 Intel Mac 배포는 중단하며 기존 공개 파일은 유지합니다.
Windows 프리뷰는 무서명으로 배포하며 인증서가 필수 조건은 아닙니다. Linux는
Ubuntu 24.04 빌드를 24.04·26.04 대상으로 제공합니다. CI에서 각 운영체제의 별도 CLI
시작을 확인하며, 네이티브 GUI 설치·협업의 전체 대화형 검증은 아직 완료되지 않았습니다.