Callstack has released agent-device, an open-source TypeScript CLI tool that enables AI agents to control iOS and Android devices programmatically. The project has accumulated 3,416 GitHub stars, suggesting meaningful community interest. It targets the emerging use case of AI agents performing mobile device automation tasks.
CLI-Anything is an open-source project from HKUDS that aims to make arbitrary software accessible to AI agents through a unified CLI interface. The project has accumulated 36,200 GitHub stars with 238 added today, indicating significant community traction. It provides a hub (CLI-Hub) for agent-native software interaction patterns.
A TypeScript open-source project on GitHub implements a personal AI agent accessible via iMessage, supporting either the Claude Agent SDK or OpenAI Codex app-server as the underlying runtime. The agent includes memory, sub-agents, automations, and integrations. With 1,054 stars and 40 gained today, it represents a community-built example of multi-runtime agentic tooling targeting consumer messaging interfaces.
Google has published agents-cli, an open-source Python CLI tool and skills library designed to extend coding assistants with capabilities for building, evaluating, and deploying AI agents on Google Cloud. The repository is trending on GitHub with 3,948 total stars and 433 new stars today, suggesting meaningful developer interest. The tool positions Google Cloud as a deployment target for agent workflows and integrates with existing coding assistant toolchains.
Cline is an open-source autonomous coding agent available as an SDK, IDE extension, or CLI assistant, written in TypeScript. The project has accumulated over 62,000 GitHub stars, with 50 new stars on the day of observation. It represents a notable entry in the agent-tool ecosystem for developer-facing AI tooling.
MoonshotAI has published Kimi Code, a TypeScript-based CLI tool positioned as a starting point for next-generation AI agents. The repository is trending on GitHub with 4,473 stars and 174 new stars in a single day, suggesting notable community interest. It appears to be an agentic coding assistant or agent harness in the vein of tools like Claude Code or Codex CLI.
Xcode 26.3 introduces native integration with Anthropic's Claude Agent SDK, enabling autonomous, long-running coding tasks directly within Apple's IDE. The integration supports visual verification via Xcode Previews, full-project reasoning across Apple frameworks, autonomous task execution with goal-directed behavior, and MCP-based access for Claude Code CLI users. This expands on an earlier September announcement that brought Claude Sonnet 4 to Xcode in a limited turn-by-turn capacity, now replacing it with the same agentic harness that powers Claude Code.
PalmClaw is an open-source agent framework that runs LLM agents natively on mobile devices, managing sessions, memory, skills, tools, and the agent loop entirely on-device. Unlike existing mobile agents that rely on GUI actions (tapping, swiping), PalmClaw exposes device capabilities as structured tools with explicit arguments and execution boundaries, enabling more direct and controlled access to device features. Experiments report an 11.5% relative improvement in task success rate and a 94.9% reduction in completion time over the strongest baseline.
Sim Studio is an open-source TypeScript project for building, deploying, and orchestrating AI agents, positioning itself as a central intelligence layer for AI workflows. The repository has accumulated 29,089 stars with modest daily growth (+24). It represents a growing category of open-source agent harness tools competing with LangChain, n8n, and similar frameworks.