v0.1.35

Install Elcro on Windows, macOS, or Linux.

Official builds

Download installers from GitHub Releases or elcro-website.vercel.app/download-beta.

PlatformArtifact
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:

PathPurpose
~/.elcro/mcp.jsonMCP server definitions
User settings DBModels, 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).