Install Elcro on Windows, macOS, or Linux.
Official builds
Download installers from GitHub Releases or elcro-website.vercel.app/download-beta.
| Platform | Artifact |
|---|---|
| Windows | .exe installer / portable builds when published |
| macOS | .dmg / .zip |
| Linux | .AppImage / .deb / .rpm (as published) |
User data location
After install, Elcro stores settings and MCP config under:
~/.elcro/
Important files:
| Path | Purpose |
|---|---|
~/.elcro/mcp.json | MCP server definitions |
| User settings DB | Models, keys, chat preferences |
From source (contributors)
git clone https://github.com/rksaklani/elcro
cd elcro
npm install
# Windows: Ctrl+Shift+B to start watch builds
./scripts/code.bat # or code.sh on macOS/Linux
See Build Process for the full contributor loop.
Updates
Use Check for Updates in the app, or install a newer GitHub Release. Product version is voidVersion in product.json (currently 0.1.35).