> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/system-requirements/i-repo-project.md).

# i-Repo Project

## **シンクライアント環境でのご利用について**

シンクライアント環境については、クライアントの実行方式や製品など、各環境により違いがあるため、全ての環境で動作することを保証できません。\
シンクライアント環境でご利用の場合は、お客様が使用する環境で事前に検証を行い動作の確認をしてください。

## **i-Repo Project （Server：オンプレミス）**

### **Server**

<table><thead><tr><th width="162.33333333333331">分類</th><th width="172">分類</th><th>動作環境</th></tr></thead><tbody><tr><td>OS</td><td></td><td>Windows Server2025<br>Windows Server2022<br>Windows Server2019<br>Windows Server2016<br>［推奨］2025、2022</td></tr><tr><td>ハードウェア</td><td>CPU</td><td>8コア　2.8GHz 以上</td></tr><tr><td></td><td>メモリー</td><td>8GB以上<br>［推奨］16GB以上</td></tr><tr><td></td><td>ハードディスク</td><td>200GB 以上<br>※登録するデータ規模による</td></tr><tr><td></td><td>ネットワークインターフェース</td><td>必須</td></tr><tr><td>サーバー機能</td><td>Webアプリケーションサーバー</td><td>Microsoft Internet Information Service (IIS 10.0以上)を用いて、HTTP、及び、.NET Core (3.X) が動作するアプリケーションサーバーを構築する必要があります。</td></tr><tr><td></td><td>システムデーターベース</td><td>・PostgreSQL 13 (x64) 、14 (x64)、15 (x64)、16 (x64)でシステムデーターベースを構築してください。<br>［推奨］PostgreSQL 16 (x64)</td></tr><tr><td>対応ブラウザ</td><td></td><td>Google Chrome<br>Microsoft Edge (Chromiumエンジン)<br>Safari</td></tr><tr><td>その他</td><td></td><td>・.NET Core 3.Xのインストールが必要です。</td></tr></tbody></table>

{% hint style="success" %}
【Server OSについて】

* i-Repo Project  が動作可能なServer OSは、[i-Repo Server](/system-requirements/server.md) が動作可能なServer OSに準じます。
* 新しい Windows Server OS がリリースされた際は、弊社での動作検証が終わり次第、本資料に掲載いたします。
* Server OS の\[推奨]は、弊社で動作検証が完了しているバージョンのうち 最新の2バージョンです。
* 各 Server OS バージョンの「延長サポート」期間が終了したタイミングで、そのバージョンの Server OS は動作保証外と見なし、本資料からも削除します。
  {% endhint %}

## **i-Repo Project （Client：オンプレミス/クラウド）**

### **Client**

<table><thead><tr><th width="162.33333333333331">分類</th><th width="172">分類</th><th>動作環境</th></tr></thead><tbody><tr><td>OS</td><td>PC</td><td>Windows11</td></tr><tr><td></td><td>iPad</td><td><p>iOS12</p><p>iPadOS</p></td></tr><tr><td></td><td>iPhone</td><td><p>iOS12</p><p>iOS13</p></td></tr><tr><td>ハードウェア</td><td>CPU</td><td>2コア2.3GHz 以上</td></tr><tr><td></td><td>メモリー</td><td>4GB 以上</td></tr><tr><td>ブラウザ</td><td>Windows10，11</td><td><p>Google Chrome / Microsoft Edge</p><p> ※Internet Explorer は非対応です。</p></td></tr><tr><td></td><td>iOS，iPadOS</td><td>Safari</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manuals.i-reporter.jp/system-requirements/i-repo-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
