감지 중…
잠시만요
다운로드
기기 간 클립보드 동기화. Google 로그인 → 트레이에서 끝.
| OS / 용도 | 파일 | |
|---|---|---|
| macOS (Apple Silicon) 설치 이미지 | cs-client-macos-0.12.0-arm64.dmg | 다운로드 ↓ |
| macOS (Intel) 설치 이미지 | cs-client-macos-0.12.0-amd64.dmg | 다운로드 ↓ |
| Windows x64 설치 프로그램 | cs-client-setup-0.12.0.exe | 다운로드 ↓ |
| Windows arm64 | cs-client-windows-arm64.exe | 다운로드 ↓ |
| Android — 뱃사공 (Google Play 테스트) | play.google.com/apps/test | 설치 ↗ |
| Android — APK 직접설치 (비테스터용) | ferry.apk | 다운로드 ↓ |
| Ubuntu/Debian 클라이언트 (amd64) | cs-client_0.12.0_amd64.deb | 다운로드 ↓ |
| Linux AppImage (x86_64) | cs-client-0.12.0-x86_64.AppImage | 다운로드 ↓ |
| Linux 서버 (amd64) | cs-server-linux-amd64 | 다운로드 ↓ |
| Linux 서버 (arm64) | cs-server-linux-arm64 | 다운로드 ↓ |
모든 바이너리는 이 서버에서 직접 제공됩니다.
.dmg를 열어 뱃사공을 Applications로 드래그, Windows는 설치 프로그램을 더블클릭, Ubuntu/Debian은 sudo apt install ./cs-client_0.12.0_amd64.deb로 설치합니다.두 가지 방법 — 둘 중 하나만 하시면 됩니다.
1. 트레이 메뉴 — ⛵ cs 클릭 → 로그인 시 자동 시작 체크. 다시 클릭하면 해제.
2. CLI:
./cs-client install # 기본 서버(cs.dongs.me)로 자동시작
./cs-client install --server https://your-server # 본인 서버로 자동시작
./cs-client uninstall # 등록 해제 + 설치본 제거
~/Library/LaunchAgents/me.dongs.cs-client.plist + KeepAlive (죽으면 재실행)HKCU\…\Run\cs-client 레지스트리 등록~/.config/autostart/cs-client.desktop.dmg를 열어 뱃사공을 Applications로 드래그한 뒤 실행하세요. 서명이 없어서 첫 실행에 "확인되지 않은 개발자" 차단이 뜨면, 앱을 우클릭 → 열기 하거나 시스템 설정 → 개인정보 보호 및 보안 하단의 무시하고 열기. 그래도 막히면 격리 속성을 제거하세요:
xattr -dr com.apple.quarantine /Applications/뱃사공.app
기본 서버는 https://cs.dongs.me 입니다. 본인 서버로 바꾸려면 --server 플래그:
./cs-client-darwin-arm64 --server https://your-server.example.com
서버 구축 가이드는 README를 참고하세요 (EC2 + Cloudflare Tunnel 단계별 안내 포함).