MobiAI-Core  by ArisGuimera

AI ecosystem for mobile development workflows

Created 3 months ago
415 stars

Top 70.1% on SourcePulse

GitHubView on GitHub
Project Summary

Summary

MobiAI-Core is an open-source ecosystem designed to integrate Artificial Intelligence into mobile development workflows. It targets mobile developers seeking to enhance productivity by automating tasks like bug fixing, code analysis, and PR generation, thereby evolving mobile stacks with AI-powered assistance.

How It Works

The ecosystem is managed via a single CLI tool (mobiai) and comprises four core components. The CLI handles installation, indexing, and memory management. Skills are expert, platform-specific AI modules for tasks like bug reproduction and crash analysis. The Graph component offers semantic code exploration, precisely identifying relevant files or symbol callers. The Brain provides persistent, per-project memory for decisions and workarounds, keeping project-specific context separate. This modular approach leverages semantic indexing and dedicated AI assistants for context-aware development.

Quick Start & Requirements

Installation is via a standalone CLI script for Mac/Linux and Windows.

  • Install: curl -fsSL https://mobiai.dev/install.sh | sh (Mac/Linux) or equivalent Windows commands.
  • Prerequisites: Requires integration with a compatible AI assistant (e.g., Claude Code, Cursor, Copilot CLI, Codex, Gemini CLI).
  • Usage: mobiai --version to verify, mobiai skills init to select platform packs.
  • Docs: Full details available in component-specific READMEs and docs/graph/README.md.

Highlighted Details

  • Broad compatibility with leading AI coding assistants.
  • "Skills" offer expert, platform-specific AI context for development tasks.
  • "Graph" provides semantic code exploration for efficient file/caller identification.
  • "Brain" offers living, per-project memory for context and decision tracking.
  • Future roadmap includes autonomous agents, an automated bug-fix pipeline, and a community marketplace.

Maintenance & Community

MobiAI-Core is positioned as a community-driven project ("built by mobile developers, for mobile developers") with an open invitation for contributions. Developers can add skills, improve existing ones, or report issues via GitHub. Engagement is encouraged through a dedicated Discord channel (#mobiai).

Licensing & Compatibility

License information is not explicitly detailed in the provided README. Compatibility is established with specific AI assistants.

Limitations & Caveats

The semantic indexer ("Graph") and per-project memory ("Brain") components are currently in Alpha status. Autonomous agents are under development, with features like an automated pipeline and marketplace planned for future releases.

Health Check
Last Commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
36 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.