> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rork.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rork Max (Swift)

export const CtaBanner = () => <div style={{
  display: "flex",
  alignItems: "center",
  justifyContent: "space-between",
  gap: "24px",
  flexWrap: "wrap",
  margin: "40px 0 8px",
  padding: "22px 28px",
  borderRadius: "16px",
  background: "linear-gradient(135deg,rgba(249,115,22,0.10),rgba(255,255,255,0.03),rgba(249,115,22,0.06))",
  border: "1px solid rgba(255,255,255,0.08)"
}}>
    <div>
      <div style={{
  fontSize: "19px",
  fontWeight: 700,
  color: "#fff",
  letterSpacing: "-0.3px",
  lineHeight: 1.3
}}>
        Build your app with Rork today.
      </div>
      <div style={{
  fontSize: "14px",
  color: "rgba(255,255,255,0.6)",
  marginTop: "4px",
  lineHeight: 1.5
}}>
        Ship iOS, Android, and web apps by chatting with AI.
      </div>
    </div>
    <a href="https://rork.com" style={{
  flexShrink: 0,
  display: "inline-block",
  padding: "10px 24px",
  background: "linear-gradient(135deg,#fff,#f0f0f0)",
  color: "#000",
  fontSize: "14px",
  fontWeight: 600,
  borderRadius: "100px",
  textDecoration: "none",
  whiteSpace: "nowrap"
}}>
      Try Rork for Free
    </a>
  </div>;

### First, download the Rork Companion app

<Frame>
  <img src="https://mintcdn.com/rork/7RG_OXxkSIp400K7/images/image-114.png?fit=max&auto=format&n=7RG_OXxkSIp400K7&q=85&s=bb1c7e535e5bbc39ab143c72b3c0acfe" alt="Image" width="876" height="592" data-path="images/image-114.png" />
</Frame>

### Second, sign in to your Apple and Rork account

<Frame>
  <img src="https://mintcdn.com/rork/7RG_OXxkSIp400K7/images/image-115.png?fit=max&auto=format&n=7RG_OXxkSIp400K7&q=85&s=28ae073fe05b46435c42c6fb3fd9637d" alt="Image" width="964" height="1226" data-path="images/image-115.png" />
</Frame>

### Third, plug your iPhone into your MacBook (MacOS 26 required) and enable Developer Mode

Go to Privacy & Security --> Turn on Developer mode

<video src="https://mintcdn.com/rork/0n8JFCrgq28mhP03/videos/devmodetut.mp4?fit=max&auto=format&n=0n8JFCrgq28mhP03&q=85&s=f638c07321adfd9411951bef46617b1d" controls={true} data-path="videos/devmodetut.mp4" />

### Fourth, click run on your device, and your iPhone should appear!

<Frame>
  <img src="https://mintcdn.com/rork/lMPM6pZXfTxHg9-V/images/Screenshot2026-02-19at7.54.10PM.png?fit=max&auto=format&n=lMPM6pZXfTxHg9-V&q=85&s=2655cd39e9696e5dad0e3584d5447b02" alt="Screenshot2026 02 19at7 54 10PM" width="828" height="126" data-path="images/Screenshot2026-02-19at7.54.10PM.png" />
</Frame>

### Now your app should be downloaded on your phone. Available for use whenever you want!

<CtaBanner />
