Skip to content

Conn v0.4.1 (preview)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Sep 04:36
· 128 commits to main since this release
979f844

Conn v0.4.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: 979f844056d5b48858dbc710532d210d69806425

Download the desktop app

Your computer Download
Mac — Apple Silicon (M1 or newer) Conn for Apple Silicon
Mac — Intel Conn for Intel Mac
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.

New: Check for Updates

Open the Conn icon menu → Check for Updates to check for new releases. Choose whether to include previews, read the release notes, and download the installer for your computer. English and Korean are supported. The check leaves your terminal session running; downloads open in your system browser, and installation is manual.

Upgrading from v0.4.0: download and install v0.4.1 once using the links above. The new menu becomes available after installing this version.

새로운 기능: 업데이트 확인

Conn 아이콘 메뉴 → 업데이트 확인에서 새 버전을 확인하세요. 프리뷰 포함 여부를 선택하고 변경 사항을 읽은 뒤 운영체제에 맞는 설치 파일을 받을 수 있습니다. 한글·영문을 지원합니다. 확인 중에도 터미널 세션은 유지되고, 다운로드는 기본 브라우저에서 열리며 설치는 직접 진행합니다.

v0.4.0 사용자는 위 링크에서 v0.4.1을 한 번 내려받아 설치하세요. 설치 후 업데이트 확인 메뉴가 추가됩니다.

Getting started

For a standalone terminal or MCP workflow, download the CLI for
Apple Silicon,
Intel Mac,
Windows x64 or
Linux x64.
Linux x64 assets are built on Ubuntu 24.04 and target
Ubuntu 24.04/26.04. Native CLI startup passed in CI and a local Linux package
smoke check; interactive installation on both Ubuntu versions is not yet verified.
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 two -signing.json assets record native runner checks and final asset hashes;
they are evidence of this build, not independent cryptographic attestations.
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.

한국어: 이 릴리스는 프리뷰입니다. 명령은 사용자 계정 권한으로 실행되며, 승인 기능은
운영체제 샌드박스가 아닙니다. 실행 기록은 입력 전달을 뜻하며 명령의 성공을 보장하지
않습니다. macOS 앱·내장 CLI·별도 CLI는 Developer ID로 서명하며 hardened runtime과
보안 타임스탬프를 검증합니다. DMG와 별도 CLI의 Apple 공증이 승인되었고 앱·DMG에는
티켓을 첨부했습니다. 별도 CLI와 아카이브에는 티켓을 첨부할 수 없어 필요 시 온라인으로
조회합니다. 두 서명 보고서는 해당 빌드의 검증 기록이며 독립적인 암호학적 증명은 아닙니다.
Windows 프리뷰는 무서명으로 배포하며 인증서가 필수 조건은 아닙니다. Linux는
Ubuntu 24.04 빌드를 24.04·26.04 대상으로 제공합니다. CI에서 각 운영체제의 별도 CLI
시작을 확인하며, 네이티브 GUI 설치·협업의 전체 대화형 검증은 아직 완료되지 않았습니다.