.REPLIT

REPLIT ファイル

Replit Project Configuration File
質問する
クイック回答

.replit ファイルは、Replit App のプロジェクト設定ファイルです。これはプレーンテキストの TOML ファイルであり、Replit ランタイムに対して、どのファイルを開くか、«実行» ボタンでどのコマンドを実行するか、どの言語モジュールをロードするか、およびアプリをどのようにデプロイするかを指示します。Replit のウェブ IDE で直接表示および編集できるほか、単なる読み取り可能なテキストであるため、Visual Studio Code などの任意のテキストエディタで開くこともできます。

開発元: Replit, Inc. カテゴリ: 設定ファイル オープンスタンダード MIME: application/toml
対応OS Windows macOS Linux Web
関連: .ICA · .DS_STORE · .WMZ · .CFG

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Aug 24, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

REPLIT ファイル形式とは?

.replit ファイルは、オンライン開発プラットフォーム Replit 上のプロジェクト(App または Repl と呼ばれます)の設定ファイルです。これはプレーンテキストの設定形式である .toml で記述されており、プロジェクトのルートフォルダに配置されます。Replit ではデフォルトでファイルツリーから非表示になっているため、«Show hidden files»(隠しファイルを表示)オプションで表示させる必要があります。

このファイルは、プロジェクトがどのように動作するかを Replit ランタイムに伝えます。entrypoint キーはエディタで開かれるファイルを設定し、run は «実行» ボタンが実行するコマンドを定義し、modules は言語とツールチェーンのバージョンを固定します。[nix][deployment][[ports]][unitTest][packager] などの名前付きテーブルは、システムパッケージ、デプロイ先、ポートマッピング、テスト、およびパッケージ管理を処理します。run の値は、単純な文字列、引数の配列、またはより詳細な制御のためのオブジェクトにすることができます。

.replit ファイルは、Nix パッケージマネージャーを介してシステム依存関係を宣言する replit.nix と連携して動作します。これら2つのファイルによって、アプリとその環境の両方が記述されます。Replit, Inc. がこの形式を開発および読み取りしており、2023年以降、ウェブエディタは Taplo TOML 言語サーバーを介して .replit ファイルのオートコンプリートとインラインドキュメントを提供しています。

セキュリティと安全性

リスク: LOW

A .replit file is plain-text TOML that stores configuration only; it contains no executable binary code. The main caution is that its run and deployment commands invoke real programs, so an untrusted .replit file could launch unwanted commands when a project is opened and run in Replit. Review the run, compile, and deployment keys before running an imported project. Do not store secrets or API keys in .replit; Replit provides a separate secrets manager for that.

形式の詳細

概要
正式名称Replit Project Configuration File別名 dot-replit file, Replit config file
開発元Replit, Inc.登場時期 2016
カテゴリ設定ファイル
MIME タイプapplication/toml
タイプText (TOML)
標準規格オープン・ロイヤリティフリー

REPLIT ファイルを開くプログラム

Windows3 apps
Sublime Text 有料 Open the file and use a TOML syntax package to highlight the configuration keys.
Notepad オープンソース Open .replit as a plain-text file to read or change its keys quickly.
Visual Studio Code 無料 Open the project folder and edit .replit directly; install the Even Better TOML extension for syntax highlighting and schema validation.
macOS2 apps
BBEdit フリーミアム Open .replit as text to inspect and change the run and deployment settings.
Visual Studio Code 無料 Open the project folder, reveal hidden dotfiles, and edit .replit with the Even Better TOML extension.
Linux3 apps
Vim オープンソース Run vim .replit to edit the configuration; Vim detects TOML syntax automatically.
GNU Nano オープンソース Run nano .replit in a terminal to view or edit the file in place.
Visual Studio Code 無料 Open the project directory and edit .replit; add the Even Better TOML extension for validation.
Web1 app
Replit フリーミアム Open the Replit App in the browser IDE, choose Show hidden files in the file tree menu, then click the .replit file to edit it with autocomplete and inline documentation.

技術的詳細

詳細仕様
EncodingUTF-8 plain text
Byte orderN/A (text file)
ContainerNone; single flat TOML document
Typical sizeUnder 2 KB
StructureTOML document with top-level keys (entrypoint, run, modules, hidden, compile, language, audio) and named tables such as [nix], [deployment], [[ports]], [unitTest], [packager], and [run.env]. The run and deployment run values may be a string, an array of arguments, or an object.
IntegrityNone built in
PlatformsWeb (Replit platform), Linux (Nix-based Replit runtime), Windows, macOS
NotesThe file lives in the root of a Replit App and is hidden by default in the file tree. It pairs with replit.nix, which declares system packages via the Nix package manager. Since 2023 Replit provides autocomplete and inline documentation for .replit files through the Taplo TOML language server, driven by a JSON Schema generated from Replit's Go type definitions.
Run Command FormsString, array of strings (command plus arguments), or object
Reader SoftwareReplit runtime and cloud IDE; any TOML parser can read the syntax
リリース日2016
最新バージョンTOML-based schema (validated via Taplo LSP)
オープンスタンダードはい · ロイヤリティフリー
仕様書docs.replit.com

REPLIT の変換

コミュニティ Q&A

ユーザーからの質問
質問する
REPLIT ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。REPLIT ファイルについて最初の質問をしてみましょう。

よくある質問

.replit ファイルを開くにはどうすればよいですか?
Replit 内で、ファイルツリーメニューの «Show hidden files» を選択し、.replit をクリックして編集します。Replit 以外では、プレーンテキストの TOML であるため、Visual Studio Code などの任意のテキストエディタで開くことができます。
なぜ .replit ファイルは隠されているのですか?
Replit は、ワークスペースを整理された状態に保つために、デフォルトでドットファイルをファイルツリーから隠しています。表示するには、ファイルツリーメニューの «Show hidden files» オプションを使用してください。
.replit と replit.nix の違いは何ですか?
.replit ファイルは、TOML を使用してアプリの実行、デプロイ、およびロードする言語モジュールを設定します。replit.nix ファイルは、Nix パッケージマネージャーを介してシステムパッケージを宣言します。これらは連携して動作しますが、互換性はありません。
.replit ファイルを直接編集できますか?
はい。Taplo 言語サーバーを介してオートコンプリートとインラインドキュメントを提供する Replit IDE で編集することも、外部のテキストエディタで編集することも可能です。
.replit の run フィールドは何をしますか?
«実行» ボタンが実行するコマンドを設定します。単一の文字列、コマンドとその引数の配列、またはより詳細な制御のためのオブジェクトを指定できます。
他人の .replit ファイルでプロジェクトを実行しても安全ですか?
ファイル自体はテキストですが、その実行およびデプロイコマンドは実際のプログラムを実行します。インポートしたプロジェクトを実行する前に、これらのキーを確認して、どのようなコマンドが起動されるかを知っておいてください。

参考文献

1Replit Docs - Configuring a Replit App (.replit)docs.replit.com
2Replit Blog - Easier Editing for .replit Filesreplit.com

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

関連する拡張子

.ICACitrix Independent Computing Architecture file
.DS_STOREmacOS Finder Desktop Services Store (.DS_Store)
.WMZWindows Media Player Skin
.CFGConfiguration File
.LICLicense File
.CONFConfiguration File

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧