Skip to main content

Getting started

Argent is an agentic toolkit that gives your AI assistant direct access to iOS simulators, Android emulators and physical devices, TVs (Apple TV, Android TV, Fire TV) and Electron or Chromium desktop and web apps. Ask it to tap a button, run a profiler or reproduce an issue manually, all from within your CLI, without switching context.

Install

Run the installation wizard from your project root:

npx @swmansion/argent@latest init

The wizard registers the Argent MCP server in your editor. See Installation for the prerequisites, the pnpm command, the manual install and the team setup.

Try it out

Open your editor and ask your assistant to do something on a device:

  • "Boot an iOS simulator and launch my app."
  • "Tap through the sign up flow and tell me where it breaks."
  • "Take a screenshot of the settings screen."
The agent describes the screen, taps a photo, then pinches to zoom in on one person

To see the full surface, ask:

What can Argent do?

Your assistant will walk you through every capability available in your workspace.

Where to go next