# Install Looper

Looper keeps supported coding-agent sessions moving and brings the next decision to your iPhone. Your computer runs the control plane; your phone connects to it.

**Looper 1.2.0 for macOS and Looper 1.1.6 for Linux preview are available.** [Download for macOS](https://tg8pkbwbl5cwfevb.public.blob.vercel-storage.com/releases/1.2.0/looper-1.2.0-macos-universal.dmg) · [Download for Linux](https://tg8pkbwbl5cwfevb.public.blob.vercel-storage.com/releases/1.1.6-preview.20260923/looper-1.1.6-linux-x86_64.tar.gz). Linux runtime proof covers Ubuntu 24.04 x86_64 binaries; systemd installation was not tested. See [release status](https://looper.fyi/release.json) for exact versions and SHA-256 digests.

- [macOS setup](https://looper.fyi/docs/macos): universal native menu bar app for Apple silicon and Intel, with macOS 15 or later.
- [Linux setup](https://looper.fyi/docs/linux): terminal tools and a service for your user account, initially x86_64.
- [iPhone setup](https://looper.fyi/docs/ios): TestFlight availability and pairing.
- [Troubleshooting](https://looper.fyi/docs/troubleshooting): installation, connection, and recovery checks.

## For coding agents

Read [the installation skill](https://looper.fyi/skills/install/SKILL.md) before changing the computer. [Release status](https://looper.fyi/release.json) is the machine-readable download authority. A `pending` status, `null` version, or empty asset list means stop before downloading binaries. Never construct a supposed working download or TestFlight invitation from a guessed version.

The Linux installer is [available for inspection](https://looper.fyi/install.sh). It refuses installation until a release is published. It selects the Linux asset's exact version and verifies the archive's SHA-256 before running the package's user-scoped installer.

## Read any page as Markdown

```sh
curl --fail --show-error --silent https://looper.fyi/docs/install \
  -H 'Accept: text/markdown'
```

Every public page also has a direct `.md` URL, such as [install.md](https://looper.fyi/docs/install.md). Start discovery with [llms.txt](https://looper.fyi/llms.txt), [all documentation](https://looper.fyi/llms-full.txt), or the [Markdown sitemap](https://looper.fyi/sitemap.md).

[Home](https://looper.fyi/) · [GitHub releases](https://github.com/heyAyushh/loopndroll/releases)
