Skip to content

Install

Sangyong Bae edited this page Aug 11, 2026 · 5 revisions

설치

모든 채널은 태그 릴리스(Releases)에서 나온다. 설치본과 포터블 2채널(DR-4) — 포터블은 압축 해제 즉시 실행, 영속물은 실행 파일 옆 data/(불가 시 사용자 폴더 폴백).

Windows

채널 방법
설치본(NSIS) nexa-beep-{버전}-windows-x64-setup.exe — 사용자 단위(HKCU)·무권한 · 무인 설치 /S
포터블 nexa-beep-{버전}-windows-x64-portable.zip 압축 해제 → nexa-beep.exe 더블클릭
winget / Chocolatey 매니페스트 준비 완료 — 중앙 저장소 게시는 준비 중

ARM64 자산(windows-arm64)도 동일 구성으로 제공된다.

macOS

brew tap kiros33/tap
brew install --cask nexa-beep        # .app 설치
# 또는 CLI 포터블:
brew install nexa-beep-portable

서명·공증 전이라 Cask가 설치 시 격리 표식을 제거한다(임시방편 — 서명은 로드맵). 수동 설치 시 dmg/tar.gz 자산 사용.

Linux

# deb
sudo dpkg -i nexa-beep-{버전}-linux-x64.deb
# 또는 포터블
tar xzf nexa-beep-{버전}-linux-x64-portable.tar.gz && ./nexa-beep

무결성 확인

릴리스마다 SHA256SUMS.txt가 함께 올라간다:

# Windows
(Get-FileHash .\nexa-beep-*-portable.zip -Algorithm SHA256).Hash

실행

  • 더블클릭(권장) — 창 모드 + 실물 발견으로 시작한다.
  • 터미널: nexa-beep --window --live (창) · --chat-live [이름] (헤드리스 대화 도구)
  • 데이터 위치: 실행 파일 옆 data/(포터블) 또는 사용자 설정 폴더 — settings.cfg(설정)·identity.key(신원)·trust.seg(신뢰 핀·암호화)

Clone this wiki locally