# Bootstrap

> Setup both Firefox and Focus for iOS after fetching from git.

- Skill: `mozilla-mobile/bootstrap` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mozilla-mobile/bootstrap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mozilla-mobile/bootstrap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mozilla-mobile (https://skillmd.com/u/mozilla-mobile)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mozilla-mobile/bootstrap

---


First, check if `fxios` is installed:

```
which fxios
```

If it is not installed, run:

```
brew tap mozilla-mobile/fxios
brew install fxios
```

If it is installed, upgrade to the latest version:

```
brew upgrade fxios
```

Then run these steps in sequence from the root of the firefox-ios repository:

1. `fxios --version`
2. `fxios bootstrap --all`

Stop and report if any step fails.
