Skip to content

Conn v0.5.0 (preview)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Sep 06:19
· 127 commits to main since this release
dc23d9b

Conn v0.5.0

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: dc23d9b96b10d163b771dae14667f794ad7d0ff4

What changed / 주요 변경

  • Fix control/input safety (B1–B3, B5), timeline decision labels (B4), live connection diagnostics (B6–B7), mode discovery for agents (B8), and portable macOS test cases (B13).
  • Add opt-in macOS AppleScript automation with profile scope, session-owned requests, approval/policy enforcement, cancellation and English/Korean guidance.
  • New Mac downloads target Apple Silicon. Existing Intel releases remain available.

제어권·입력 안전성, 타임라인 표시와 연결 진단을 개선했습니다. 외부 앱용 AppleScript 자동화를 추가했으며 설정에서 직접 켜야 합니다. 이번 버전부터 새 Mac 패키지는 Apple Silicon용만 제공합니다.

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. The packaged CLI passed startup checks on Ubuntu 24.04 in CI
and Ubuntu 26.04 on the maintainer host; desktop GUI installation remains manually unverified.
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.

CI evidence: v0.5.0 build, tests, signing and packaging.

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 설치·협업의 전체 대화형 검증은 아직 완료되지 않았습니다.