Install Bridge Runtime
Install the current stable bridge/runtime package set.
Use this page when bringing a Pin onto the current stable mirrored release. No fake browser connect logic is shown here yet. This page is for operator guidance and fallback discipline.
2026.03.29-r1
- Bridge source: OpenPin 1.0.2
- Role: hardware/runtime bridge
- Mirror base:
https://pin.onenos.ai/downloads/releases/2026.03.29-r1/assets/
- Pin physically seated in interposer
- Remote-auth shell path working
- Battery stable enough to complete install
- Operator ready to accept device auth prompts if they appear
Primary Action Area
Action runner wiring comes next. For now, treat the mirrored release and fallback commands below as the source of truth.
Install action runner pending
This page is intentionally honest. No fake connect button is exposed until real device-side execution is wired.
Manual Fallback Commands
These commands assume Penumbra remote-auth access and only reference pin.onenos.ai hosted assets.
mkdir C:\OperationPIN -Force cd C:\OperationPIN curl.exe -L -O https://pin.onenos.ai/downloads/releases/2026.03.29-r1/assets/primaryapp-debug.apk curl.exe -L -O https://pin.onenos.ai/downloads/releases/2026.03.29-r1/assets/openpin-daemon.kexe curl.exe -L -O https://pin.onenos.ai/downloads/releases/2026.03.29-r1/assets/pty_exec .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign shell pm disable-user --user 0 hu.ma.ne.ironman .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign shell pm disable-user --user 0 humane.experience.onboarding .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign install .\primaryapp-debug.apk .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign push .\openpin-daemon.kexe /data/local/tmp/openpin-daemon .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign push .\pty_exec /data/local/tmp/pty_exec .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign shell chmod +x /data/local/tmp/openpin-daemon .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign shell chmod +x /data/local/tmp/pty_exec .\adb_cli.exe usb --remote-auth-url https://pin.onenos.ai/api/pin/auth/sign shell nohup /data/local/tmp/openpin-daemon > /dev/null 2>&1 &