Download Eidos
Open a .eidos file in your browser, or install the complete local workspace. You always own the file.
Eidos Desktop
The complete workspace with native files, documents, attachments, local AI, and Graft-backed history.
Need an older build or release notes?
Open the Desktop release archive →For agents and automation
Eidos CLI
The CLI is a standalone structured machine interface—not another way to install Desktop. It updates .eidos files safely with revisions, exact matching, typed mutations, and validation.
-
01 · Machine interface
Install Eidos CLI
macOS and Linux
curl --proto '=https' --tlsv1.2 -LsSf https://download.eidos.space/cli/install.sh | shWindows PowerShell
irm https://download.eidos.space/cli/install.ps1 | iex -
02 · Agent workflow
Add the Eidos Skill to Codex
The CLI owns the typed transaction boundary. The Skill teaches Codex to use context, apply, validation, and Graft. It installs from the same public tag as the stable CLI—not the moving development branch.
Codex · global · Node.js 18+
npx skills add \ https://github.com/mayneyao/eidos/tree/cli-v0.34.0/skills/eidos \ --skill eidos -g -a codex -yThe Skill is pinned to CLI 0.34.0. Start a new Codex task after installation.
-
03 · First task
Begin with a read-only check
Have the agent load compact context and confirm the file and revision before deciding whether to mutate anything.
Use the Eidos skill to inspect ./tracker.eidos. Show context first and do not mutate yet.
Stable · 0.34.0. The installer resolves the stable release and verifies the download against its SHA256SUMS before replacing the binary.
Read the CLI docs →