EveryDev.ai
Subscribe
Home
Tools

3,431+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Open Minis
    Open Minis icon

    Open Minis

    Autonomous Systems
    Featured

    A free, open-source, on-device AI agent for iOS, Android, macOS, and visionOS that browses the web, runs a Linux shell, and integrates deeply with device systems — all privately on your device.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under GPLv3. Download from the App Store (iOS/macOS/visionOS) or GitHub releases (Android). Bring your own API keys.

    Engagement

    Available On

    macOS
    Linux
    Android
    iOS
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsBrowser AutomationMCP Integration

    Alternatives

    EigentBrowser Use DesktopTuriX CUA
    Developer
    OpenMinisHangzhou, ChinaEst. 2026

    Listed Aug 2026

    About Open Minis

    Open Minis is a fully free and open-source AI agent app available on iOS, Android, macOS, and visionOS, licensed under GPLv3. It brings leading AI models — Claude, GPT, Gemini, and more — into a native mobile experience and gives them real compute to work with: a sandboxed Alpine Linux shell running entirely on-device, browser automation, extensible skills, persistent memory, and deep system integration. The project is developed by the OpenMinis organization and the source code is publicly available on GitHub.

    What It Is

    Open Minis is a mobile-first AI agent that goes beyond conversational chat. Rather than simply answering questions, it takes action: executing shell scripts, browsing the web, reading health data, managing calendars, controlling smart home devices, and automating complex multi-step tasks. All processing happens on-device, with no data collected and no third-party analytics. Users bring their own API keys from supported providers (Anthropic, OpenAI, Google Gemini, OpenRouter, or any OpenAI-compatible endpoint), which are stored in the device Keychain.

    On-Device Linux Shell and Browser Automation

    The most distinctive technical feature of Open Minis is a full Alpine Linux environment that runs on-device — powered by iSH (an ARM64 fork) on iOS and PRoot on Android. The agent can write and execute scripts, install packages via apk or pip, process data with FFmpeg, and work with real files in an isolated per-session filesystem mounted at /var/minis/. Supported runtimes include Python (with uv for dependencies), Node.js, Go, and Rust. A built-in web browser lets the agent browse pages, fill forms, extract content, and take screenshots — all within the app, without a server.

    Deep System Integration by Platform

    Open Minis exposes native device APIs as agent tools, with platform-specific capabilities:

    • iOS / iPadOS / macOS / visionOS: HealthKit, HomeKit, Calendar, Reminders, Contacts, Location, Photos, Clipboard, Bluetooth, NFC, Alarms, and Media playback. Requires iOS 16+, iPadOS 16+, macOS 13+ Apple Silicon, or visionOS 1.0+.
    • Android (Preview): Accessibility Service for full UI automation across any app — reading UI trees, tapping buttons, filling forms, scrolling, and capturing system-wide screenshots. Shizuku (or AXManager) integration grants adb-level privileges: install/uninstall packages, grant/revoke permissions, manage app ops, and execute shell commands without a computer. Built-in scheduled tasks via AlarmManager support one-time, daily, weekday, and custom repeat schedules. Requires Android 10+.

    Skills, MCP, and Extensibility

    Open Minis uses a skill system based on SKILL.md files — folders containing instructions, scripts, references, and assets that the agent loads on demand. Skills built for Claude, Codex, OpenClaw, or Hermes Agent generally run in Open Minis as-is, with Minis-adapted skills gaining direct access to the Linux shell and device integrations. The official skill repository is available at OpenMinis/MinisSkills on GitHub.

    MCP (Model Context Protocol) server integration is also supported, with HTTP and STDIO transports, Claude Desktop-compatible JSON import, per-session toggles, and secret injection via environment variables. Advanced model configuration includes fallback and load-balance routing groups, and a separate agent loop model pool for sub-task delegation.

    Why It Got Attention

    MacStories described Open Minis as "the iOS agent I wish Siri AI could be" (July 2026), and Chinese tech publication Zhihu noted it "largely achieves and locally surpasses Apple Intelligence" (June 2026). The GitHub repository accumulated over 3,000 stars and 360 forks since its creation in April 2026, reflecting rapid community interest. A community-curated collection of use cases — OpenMinis/AwesomeMinis — covers health logging, timeline summarization, task extraction from messaging apps, Obsidian vault management, and calendar event creation from shared content.

    Open-Source Deployment Model

    The full source code is available under GPLv3 at github.com/OpenMinis/OpenMinis. The repository includes iOS (Swift/SwiftUI), Android (Kotlin/Compose), shared assets, native dependency build scripts, and architecture specifications. Building from source requires compiling native dependencies including iSH, PRoot, FFmpeg, and LAME, plus preparing an Alpine rootfs — detailed in BUILDING.md. The repository is a mirror of a private development tree and does not accept pull requests; community contribution flows through GitHub Issues, AwesomeMinis, and MinisSkills.

    Open Minis - 1

    Community Discussions

    Be the first to start a conversation about Open Minis

    Share your experience with Open Minis, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under GPLv3. Download from the App Store (iOS/macOS/visionOS) or GitHub releases (Android). Bring your own API keys.

    • All agent features included
    • Multi-model support (Claude, GPT, Gemini, OpenRouter, custom)
    • On-device Linux shell
    • Web browser automation
    • Deep system integration (HealthKit, HomeKit, Calendar, etc.)

    Capabilities

    Key Features

    • On-device AI agent with no data collection
    • Built-in Alpine Linux shell (iSH on iOS, PRoot on Android)
    • Multi-model support: Claude, GPT, Gemini, OpenRouter, custom OpenAI-compatible endpoints
    • Web browser with form filling, content extraction, and screenshots
    • iOS HealthKit, HomeKit, Calendar, Reminders, Contacts, Bluetooth, NFC integration
    • Android Accessibility Service for cross-app UI automation
    • Android Shizuku privileged operations (adb-level)
    • Android scheduled tasks with AlarmManager
    • Floating overlay for background agent status on Android
    • Custom skills via SKILL.md format
    • MCP (Model Context Protocol) server integration
    • Per-session isolated filesystem at /var/minis/
    • Shared memory and skills directories across sessions
    • Model fallback and load-balance routing groups
    • Agent loop model pool for sub-task delegation
    • API keys stored in device Keychain
    • iOS Shortcuts integration for automation
    • FFmpeg with hardware acceleration built-in
    • Background audio keep-alive for long-running tasks
    • Enhanced cache support for Anthropic Claude models

    Integrations

    Anthropic Claude (Opus, Sonnet, Haiku)
    OpenAI GPT (GPT-4o, o-series)
    Google Gemini (2.5 Pro/Flash, 3 Pro/Flash)
    OpenRouter
    Custom OpenAI-compatible APIs
    Apple HealthKit
    Apple HomeKit
    Apple Calendar
    Apple Reminders
    Apple Contacts
    Apple Shortcuts
    iCloud Drive
    Android Accessibility Service
    Shizuku / AXManager
    MCP servers (HTTP and STDIO)
    Claude Desktop (JSON import)
    GitHub (skill repositories)
    Telegram
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Open Minis and help others make informed decisions.

    Developer

    OpenMinis

    OpenMinis builds a free, open-source AI agent app for iOS, Android, macOS, and visionOS that runs entirely on-device. The project ships a full Linux sandbox inside the app — powered by iSH on iOS and PRoot on Android — giving AI models real compute to work with. OpenMinis publishes the full source under GPLv3 and maintains community repositories for skills (MinisSkills) and use-case workflows (AwesomeMinis). The team believes the product advantage in the AI era comes from a tight feedback loop with users rather than proprietary code.

    Founded 2026
    Hangzhou, China
    1 employees

    Used by

    Individual power users
    Community contributors
    Read more about OpenMinis
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Eigent icon

    Eigent

    An open-source desktop AI workforce app that lets you run single agents or multi-agent workforces to automate complex tasks locally on your machine.

    Browser Use Desktop icon

    Browser Use Desktop

    A desktop app that runs a team of browser agents on your computer, porting your cookies into a fresh Chromium so agents are logged in everywhere you are.

    TuriX CUA icon

    TuriX CUA

    TuriX is an open-source computer-use agent (CUA) that lets AI models take real desktop actions on macOS, Windows, and Linux using natural language commands.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    367 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    118 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    83 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions