« All posts

Open Minis Brings a Self-Improving AI Agent to iOS and iPadOS

Open Minis pairs Apple's native APIs with a sandboxed Linux shell to deliver a self-improving, agentic AI assistant on iOS and iPadOS.

Open Minis is a new chatbot app for iPhone and iPad that deeply integrates with native Apple frameworks—Reminders, Calendar, HomeKit, HealthKit, Files, Vision OCR, and more—using official third-party APIs. Behind the scenes, it runs a sandboxed iSH (Alpine Linux) shell that bridges these Apple frameworks into command-line tools an LLM can call directly.

This architecture lets the app fetch packages like ffmpeg and yt-dlp via apk, run Python and Git, execute MCP servers through code execution, and even modify its own settings, memory, and skills through natural-language requests. Credentials are stored via a native Keychain interface rather than plain text, and its memory system relies on Markdown files inside a persistent Files app workspace.

For engineers, Open Minis is a concrete demonstration of what an agentic, file-system-aware, self-modifying assistant could look like on Apple platforms—something Siri AI does not yet offer. Supporting frontier models like GPT-5.6, Claude Fable, and OpenRouter-hosted models, the app underscores how much agentic capability is already possible within iOS's sandboxing and API model.

This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work