> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/ja/readme/hidden-pages.md).

# 非表示ページ

オープンソースの精神を体現するため、Overleaf は、で利用できるオープンソースのコミュニティ版を提供しています [GitHub: Overleaf](https://github.com/overleaf/overleaf)。しかし、いわゆる [Server Pro](https://www.overleaf.com/for/enterprises/when-to-use-overleaf-on-premises-vs-in-the-cloud)、Overleaf はオープンソース化したコミュニティ版に意図的に多くのコード隠蔽変更を施し、さらには純粋にフロントエンドの数式 *記号パレット* として **有料の** 機能で共有されたプロジェクトを表示・編集できるようになります。

ここ数年、私たちは Overleaf のコンパイル時間が **1分から20秒、さらには10秒まで短縮されるのを見てきました**、一方でサブスクリプション料金はどんどん上がり続けています。思わずため息をついて、こう言いたくなります： **学者たちは長年 Overleaf に苦しめられてきました。**

さらに、Overleaf の料金設定は世界的にほぼ一律で、最も安い学生会員ですら月額10ドルから始まり、ヨーロッパとアメリカ以外のほとんどの学生には手が届きません。さらにひどいことに、年額399ドルの Pro プランまであり、これは法外に高いとしか言いようがありません。

### 変化が必要だ

個人の学生であれ研究機関全体であれ、長年にわたり、誰もが Overleaf の絶えず上がり続ける価格の波に巻き込まれてきたと言って差し支えありません。

そして AI 時代にあっても、Overleaf は約束された変革をもたらすどころか、古い技術に依存し続け、エンドユーザーからさらに搾り取っています。

これまで、Overleaf Community Edition の改善に大きく貢献してきたコミュニティ開発者が数多くいます。彼らは次のとおりです：

* <https://github.com/ertuil/overleaf>
* <https://github.com/AllanChain/lcpu-overleaf>
* <https://github.com/yu-i-i/overleaf-cep/>
* <https://github.com/ayaka-notes/overleaf>
* <https://github.com/davrot/overleaf_with_admin_extension>
* <https://github.com/overleaf/overleaf/pull/1447> （Git 連携）
* <https://github.com/overleaf/overleaf/pull/1385> （Typst 対応）

中にはプルリクエスト（PR）を出したものもありますが、残念ながらオープンソースコミュニティでは、これらのPRの多くは無視されています。そのため、私たちはしばしば、Overleaf のいわゆるオープンソースが一体どのようなオープンソースなのか疑問に思います。

2026年1月、openAI は [Prism](https://prism.openai.com/)。多くのコミュニティで、人々は Prism が Overleaf を終わらせたと述べています。

***これは、企業がユーザーを囲い込むために再梱包された API と何重もの機能制限だけに頼るなら、AI 時代には最終的に増え続ける競合他社に取って代わられることを私たちに示しています。***

本題に戻ると、すべての機能をまとめたうえで、Overleaf Pro のリリースを喜んでお知らせします。これらのドキュメントは、Overleaf Pro のセットアップと運用に関心のある方々向けです。

Overleaf Pro と Community Edition はどちらも Docker コンテナで実行され、同じホスト上の他のアプリケーションから隔離されます。これにより、アプリケーション間の潜在的な攻撃を防ぐ追加のセキュリティ層が提供されます。

エアギャップ環境のサーバー上でも実行できるため、インターネットを含む他のネットワークから完全に隔離できます。Docker は、アプリケーションをインターネット接続環境からエアギャップ環境へ移行するためのツールを提供します。

初回ダウンロード後はインターネット接続が不要になり、外部からの脅威のリスクを大幅に低減できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://ayakaleaf-pro.ayaka.space/on-premises/ja/readme/hidden-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
