> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/jp/gaido/installation.md).

# Installation

Download and install Devin in a matter of minutes

## Components

Devin consists of two primary components.

### Devin App

This is a `fmp12` file that gets installed locally on your **workstation**. Developers access Devin's features through this app.

### Devin Server

Running on your servers, it comprises the **Devin Engine** and various **Devin APIs**. This backend executes the operations initiated from the **Devin App**. There are two key server roles:

* **Development Server**: Hosts all development files and includes the Devin Engine (`devin-engine.fmp12`) which is automatically installed for Development server types.
* **Non-Development Server**: These servers hosts your `fmp12` files in various non-dev environments, such as staging, Q/A, or production.

{% hint style="info" %}
The Devin App does not store any project data. Developers can easily collaborate on projects because each Devin App connects to the shared `devin-engine.fmp12` database, located on your development server.
{% endhint %}

{% hint style="warning" %}
Currently, only a single development server is supported per team
{% endhint %}

## Prerequisites

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>System Requirements</td><td></td><td></td><td><a href="/jp/gaido/installation/system-requirements.md">System Requirements</a></td></tr><tr><td>Networking Considerations</td><td></td><td></td><td><a href="/jp/gaido/installation/networking-considerations.md">Networking Considerations</a></td></tr></tbody></table>

## Installation Guides

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Devin App</td><td></td><td></td><td><a href="/jp/gaido/installation/install-devin-app.md">Install Devin App</a></td></tr><tr><td>Devin Server</td><td></td><td></td><td><a href="/jp/gaido/installation/install-devin-server.md">Install Devin Server</a></td></tr></tbody></table>
