Show HN: OpenPhone – new open source, customized AI-native Android OS OpenPhone, a new open-source AI-native Android OS, was released as a developer preview for the Google Pixel 9a. The OS integrates a system-level AI agent that can see the screen, operate apps, and perform proactive background tasks with user review and auditability. It aims to transform smartphones into agentic devices by mediating actions through OS framework services rather than app-layer automation. OpenPhone is an AI-native Android OS that turns the phone into an agentic device: a system-level AI agent that can see the screen, operate apps, remember commitments, monitor phone events, and continue work in the background with user review and auditability built into the OS. This repository is the canonical OpenPhone entry point. It contains the OpenPhone-owned Android overlay, privileged assistant app, framework patches, model/tool policy configuration, build scripts, device notes, contracts, and release tooling. It intentionally does not vendor the full Android source tree. OpenPhone is built around a system-level agent, not a chatbot app. The agent is installed as a privileged OS component with an always-available system surface for conversation, realtime voice, approvals, active runs, and proactive state. Actions are mediated through OpenPhone framework services instead of brittle app-layer automation. The agent can read structured phone context and use model-visible tools to work across apps. Context includes the foreground app, visible UI hierarchy, screen text and controls, notifications, calls, messages, calendar state, location, battery, connectivity, active watchers, background runs, and commitments the user made in conversation. Sensitive actions are reviewable, and behavior can be inspected through audit logs, trajectories, screenshots, policy decisions, and release validators. OpenPhone is also built for proactive work. Heartbeats quietly check whether anything needs attention. Scheduled jobs run exact workflows. Watchers monitor phone context such as missed calls, messages, notifications, foreground app state, visible screen state, calendar changes, location, battery, connectivity, and commitments the user made in conversation. Background runs keep working after the current chat turn, while the system surface shows what is running, why it started, what it last said, and what needs review. The current developer preview is based on LineageOS 23.2 / Android 16 and targets Google Pixel 9a tegu first. - "Catch me up on everything important from overnight" - consume missed calls, messages, notifications, calendar changes, and reminders, then return a short morning gist. - "Order me an Uber to the office" - open the right app, set the destination, select a ride, and stop for review before booking. - "Play something random on Spotify" - open Spotify, choose music, and continue until playback actually starts. - "If I miss a call from this number, send them 'I'll call you back soon'" - create a watcher tied to future call context and message policy. - "Watch for delivery updates and only bother me if something changes" - turn notification noise into a targeted background monitor. - "Help me finish this screen" - inspect the visible app state, identify the next control, and act through OS-mediated taps or text input. - "Remind me when this conversation becomes relevant" - turn a commitment into durable state that can resurface later based on time, app, or phone context. - "Keep working on this after I leave" - continue a multi-step task as a visible background run with approval where needed. .github/ CI, release, eval, contribution, security, issue, and PR files. docs/ Product docs, device notes, legal docs, releases, and testing. manifests/ Android repo local manifests. overlay/ OpenPhone-owned files copied into the Android tree. patches/ Patch stacks applied on top of upstream LineageOS repos. schemas/ Machine-readable runtime contracts and release/eval schemas. scripts/ Sync, patch, build, flash, validation, and release helpers. services/ Reference services, including the development model broker. Start with docs/README.md /secondly-com/OpenPhone/blob/main/docs/README.md if you are looking for a specific document. flowchart TB User "User