메뉴
HN
Hacker News • 12일 전

키네시스 – 메타 뉴럴 밴드로 맥 제어하기

IMP
4/10
핵심 요약

해커뉴스에 'Kinesis'라는 오픈소스 앱이 공개되었습니다. 메타의 뉴럴 밴드(Neural Band)를 착용하고 손목 제스처만으로 맥의 데스크톱 전환, 미션 컨트롤, 음악 제어, 볼륨/밝기 조절 등을 할 수 있습니다. 사용자가 제스처 매핑을 직접 설정할 수 있으며, macOS 14 이상에서 애플 실리콘과 인텔 모두 동작합니다.

번역된 본문

키네시스(Kinesis) – 메타 뉴럴 밴드로 맥을 제어하세요.

데스크톱 간 스와이프, 미션 컨트롤 열기, 음악 제어, 그리고 핀치+회전으로 볼륨이나 밝기 조절이 가능합니다. 원하는 매핑을 직접 고르고, 설정 과정에서 연습한 뒤, 메뉴 막대에 상주시켜 사용하면 됩니다.

이 앱은 제가 astra와 함께 neural-band-poc에서 실험한 작업을 기반으로 만들었습니다(해당 저장소를 참고해 자신만의 것을 만들어도 좋습니다). 그래서 자연스럽게 이를 활용해 뭔가 유용한 것을 만들고 싶었습니다.

실행 방법: 시작하기 전에 반드시 메타 앱에서 밴드의 페어링을 해제하세요. Kinesis를 다운로드하고 dmg 파일을 연 뒤, 애플리케이션 폴더로 드래그하세요. macOS 14 이상과 뉴럴 밴드가 필요하며, 애플 실리콘과 인텔 모두에서 동작합니다. 밴드를 페어링 모드로 설정하고 연결한 후, 요청이 나타나면 블루투스 및 접근성 권한을 허용하세요. 컨트롤을 활성화하면 바로 사용할 수 있습니다.

빌드 방법: Xcode와 Swift 6가 필요합니다.

git clone https://github.com/callbacked/kinesis.git cd kinesis ./scripts/build.sh open dist/Kinesis.app

다시 빌드하기 전에 Kinesis를 종료하세요.

원문 보기
원문 보기 (영어)
kinesis use your meta neural band to control your mac kinesis.mp4 swipe between desktops, open mission control, control your music, and pinch + turn for volume or brightness. pick your own mappings, practice in setup, then keep it in the menu bar. built on some tinkering i did with astra in neural-band-poc (feel free to go through that repo to do your own thing), so naturally i wanted to harness it to make it do something useful run it be sure to unpair your band from the meta app before you get started download kinesis , open the dmg, and drag it into applications. needs macos 14+ and a neural band. works on apple silicon and intel. set your band in pairing mode, connect, and allow bluetooth + accessibility when prompted. enable controls and you're in. build it xcode with swift 6. git clone https://github.com/callbacked/kinesis.git cd kinesis ./scripts/build.sh open dist/Kinesis.app quit kinesis before rebuilding.