nexus-agent-installer
v0.1.4
Published
Installer for Nexus Agent — downloads the platform wheel from GitHub Releases and installs it via uv
Downloads
863
Maintainers
Readme
nexus-agent-installer
Nexus Agent 설치용 npm 패키지입니다. 설치 시 nexus-agent-releases에서 플랫폼에 맞는 wheel을 내려받아 uv로 설치합니다 (uv가 없으면 자동 설치).
npm install -g nexus-agent-installer설치가 끝나면 nexus-agent 명령을 바로 사용할 수 있습니다.
nexus-agent init # ~/.nexus-agent/ 초기 설정 생성
nexus-agent start # 서버 시작 → http://localhost:4821
nexus-agent update # 최신 버전 업데이트대화형 터미널에서 nexus-agent start를 실행하면 새 버전이 있을 때 업데이트 여부를
묻고, 동의하면 설치 후 같은 옵션으로 서버를 다시 시작합니다. 확인을 생략하려면
nexus-agent start --no-update-check 또는 NEXUS_NO_UPDATE_CHECK=1을 사용합니다.
이 패키지는 다운로더 역할만 하므로 이후 업데이트를 위해 npm 패키지를 다시
설치할 필요는 없습니다. 시작 시 질문 또는 nexus-agent update를 사용하면 됩니다.
지원 플랫폼은 macOS (Apple Silicon/Intel), Linux (x86_64), Windows (x64)이며 Node.js 18 이상이 필요합니다.
