메뉴
BL
r/LocalLLaMA 55일 전

Gemma 4 기반 안드로이드 자율 제어 앱 오픈소스 공개

IMP
7/10
핵심 요약

구글의 소형 언어 모델인 Gemma 4를 탑재하여 안드로이드 스마트폰을 자율적으로 제어하는 오픈소스 앱 '포켓클로(PokeClaw)'가 공개되었습니다. 이 앱은 클라우드나 외부 API 없이 기기 내부에서 완벽하게 동작하는 온디바이스(On-device) 폐루프(Closed loop) 구조를 갖추고 있어 프라이버시와 실용성 면에서 주목받습니다. 개발자는 이틀 만에 프로톃입을 구축했으며, 채팅 문맥을 파악하고 자동 답장하는 기능 등이 포함된 최신 버전을 깃허브에 공개했습니다.

번역된 본문

포켓클로(PokeClaw) - OpenClaw에서 영감을 받은 포켓 버전

Gemma 4가 4일 전에 출시되었습니다.

이 모델이 실제로 스마트폰을 제어할 수 있을지 궁금했습니다.

그래서 이틀 동안 밤을 새워 직접 앱을 만들었습니다.

제가 아는 한, 이 앱은 Gemma 4를 기반으로 구축되어 안드로이드 스마트폰을 자율적으로 제어할 수 있는 최초의 작동하는 앱입니다.

전체 파이프라인은 기기 내부에서 완벽하게 폐루프(Closed loop) 형태로 동작합니다. Wi-Fi 연결이 필요 없으며, API 키에 대한 월간 결제도 필요 없습니다.

AI가 여러분의 스마트폰을 제어합니다. 그리고 그 모든 데이터는 여러분의 스마트폰을 떠나지 않습니다.

이 프로젝트는 이틀 만에 밑바닥부터 만든 오픈소스 프로토타입으로, 세련된 상용 앱이 아닙니다. 여러분의 기기에서 잘 작동한다면 다행인 일이고, 오류가 발생한다면 깃허브 이슈를 환영합니다.

https://github.com/agents-io/PokeClaw

깃허브 스타(Star)와 이슈 등록을 부탁드립니다!


업데이트: 방금 v0.2.x 버전을 출시했습니다. (버전이 빠르게 올라가는 중입니다..)

다음 두 가지가 수정되었습니다:

  • 자동 답장 기능이 이제 실제로 대화 내용을 읽습니다. 이전에는 문맥 없이 각 메시지에 개별적으로 답장했습니다(말 그대로 이전에 주고받은 대화 내용을 볼 수 없었습니다). 이제 채팅방을 열고 화면에 있는 내용을 읽은 다음 답장을 합니다. 테스트 결과, 어머니께 "와인을 가져와"라고 말한 뒤 나중에 "내가 뭘 가져오라고 했지?"라고 물었더니 실제로 기억하고 답변했습니다.

  • 앱 내에 업데이트 확인 기능을 추가했습니다. 하루에 한 번 깃허브를 확인하여 새 버전이 있는지 알려줍니다.

v0.1.0을 설치하셨다면 업데이트 알림을 받을 수 없습니다(해당 기능이 아직 없었으니까요. 하하). 그러니 직접 다운로드해 주세요. (Assets를 클릭하여 apk를 다운로드하세요): https://github.com/agents-io/PokeClaw/releases

원문 보기
원문 보기 (영어)
PokeClaw (PocketClaw) - A Pocket Versoin Inspired By OpenClaw Gemma 4 launched 4 days ago. I wanted to know if it could actually drive a phone. So I pulled two all-nighters and built it. As far as I know, this is the first working app built on Gemma 4 that can autonomously control an Android phone. The entire pipeline is a closed loop inside your device. No Wifi needed,No monthly billing for the API keys. AI controls your phone. And it never leaves your phone. This is a open-source prototype built from scratch in 2 days, not a polished consumer app. If it works on your device, amazing. If it breaks, issues are welcome. [https://github.com/agents-io/PokeClaw](https://github.com/agents-io/PokeClaw) Please give me starts and issues! \---------------------------------------------------------- Update: just shipped v0.2.x (counting up quickly..) Two things fixed: \- Auto-reply actually reads your conversation now. Before this, it was replying to each message without any context (it literally couldn't see what was said before). Now it opens the chat, reads what's on screen, then replies. Tested it — asked my mom to say "bring wine", then later asked "what did I tell you to bring?" and it actually remembered. \- Added an update checker in the app. It checks GitHub once a day and tells you if there's a new version. If you installed v0.1.0 you won't get the update notification (because that feature didn't exist yet lol). So grab it manually (Click Assets to download the apk): [https://github.com/agents-io/PokeClaw/releases](https://github.com/agents-io/PokeClaw/releases)