mereyabdenbekuly-ctrl/clodex-ide:README に基づく導入ガイド
README、メタデータ、ライセンスに基づく mereyabdenbekuly-ctrl/clodex-ide の導入と確認ガイドです。
プロジェクトの範囲
mereyabdenbekuly-ctrl/clodex-ide の README はプロジェクトを「Local-first, zero-trust agentic IDE for verifiable autonomous software development.」と説明しています。ここではリポジトリで確認できる事実だけを整理します。star 数やバッジは注目度の手掛かりであり、品質の証明ではありません。「One task. One durable engineering workspace.」には次の説明があります。CLODEx is an open-source, local-first agentic IDE for long-running engineering work. It keeps code, Git, terminal, browser, models, and MCP tools inside one durable desktop workspace, with approval and review surfaces for sensitive actions.。これは範囲の説明であり、本番検証の結果ではありません。
向いている用途
README の「Install」にある内容から、用途が合うかを先に判断できます。Windows: verify SHA-256, then run the x64 setup and review the SmartScreen。目的が違うなら、人気だけで採用する理由にはなりません。プロジェクト名やコマンドは原文のまま残し、一次資料へ戻って用語を確認できるようにしています。 README には次の確認可能な項目もあります。macOS: open the DMG for your architecture and drag CLODEx to。初回テストの材料にはなりますが、実際の環境での確認を省略する理由にはなりません。
動作の考え方
動作の説明は「One task. One durable engineering workspace.」など複数の箇所に分かれています。確認できる情報は次の通りです。| Durable work | One engineering workspace | Models on your terms | | --- | --- | --- | | Keep task history and recover work after restarts instead of rebuilding context from scratch.。書かれていない構成、性能、セキュリティを推測で補いません。導入時はディレクトリ、設定ファイル、release 履歴を確認してください。
インストールと初回起動
初回導入は README の入口から始めます。確認できるコマンドは次の通りです。 git clone https://github.com/mereyabdenbekuly-ctrl/clodex-ide.git cd clodex-ide corepack enable corepack prepare pnpm@10.30.3 --activate cp .env.example .env cp .env.example .env.dev pnpm install --frozen-lockfile pnpm build:packages pnpm --dir apps/browser start:fast 実行可能なコマンドがない場合は手順を作らず、「One task. One durable engineering workspace.」で依存関係、待受ポート、初回設定を確認します。
設定と日常運用
日常運用は公式文書の範囲に限ります。「One task. One durable engineering workspace.」には> Current Free Technical Preview: Community Observed 21 was built from > exact canonical source > d2dd2b63077c67255d60b8ab53f5c3c0995c7f84 > prerelease on 2026-07-29. It is still unsigned/ad-hoc and not notarized;とあります。設定、環境変数、権限、データ保存先は明記されたものだけを扱います。未記載の既定値は隔離環境で確認し、戻せる設定を保存してください。 同じ資料にはLocal-first workspace: task state and desktop tooling are local byともあります。