Download Helix
Pick your path, then complete first-run setup in minutes.
Version 1.0.29
Choose your path
Desktop app (recommended)
For full local workflows: workspace files, terminal integration, and complete coding-tool experience.
Backend server
For browser usage, remote environments, or self-hosted setups.
Web app
For instant evaluation. Limited local tooling due to browser sandbox.
Desktop app
macOS
Download for macOS
Loading checksum...
- Universal binary (Apple Silicon + Intel)
- Requires macOS 11.0+
- Approximate size: 150 MB
Install
- Open the
.dmgfile - Drag Helix into Applications
- Launch Helix
Windows
Download for Windows
- Windows 10/11 (x64)
- Approximate size: 24 MB
Install
- Run the installer
.exe - Follow the setup wizard
- Launch Helix from the Start Menu
If Windows Defender shows a warning, click More info → Run anyway.
Linux
Native Linux desktop package is in development.
Use one of these now:
- Launch web app and optionally install as PWA
- Run backend server on your platform
Android
Download for Android
- Android 6.0+
- Approximate size: 78 MB
Install
- Download the
.apkfile - Enable "Install from unknown sources" in Settings
- Open the
.apkto install
Backend server
Use this path for remote usage, web mode, and self-hosting.
macOS binaries
Loading checksum...Loading checksum...Linux binaries
Loading checksum...Loading checksum...Windows binary
Loading checksum...
Run backend
# macOS/Linux
chmod +x helix-agent-*
./helix-agent-macos-arm64 # replace with your binary
# Windows
helix-agent-windows-amd64.exe
Default endpoint: http://localhost:8080
Linux runtime dependencies (for web-fetch tools)
If running backend on Linux, install browser runtime libraries first.
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
libglib2.0-0 libnss3 libnspr4 libdbus-1-3 \
libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libatspi2.0-0 \
libx11-6 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxrandr2 \
libgbm1 libpango-1.0-0 libcairo2 libasound2 libxshmfence1 libxkbcommon0 \
fonts-liberation
Web app
Launch Helix Web
- No direct local filesystem access
- No local terminal integration
- Best for evaluation and remote usage patterns
Install web app as PWA (optional)
Chrome / Edge
- Open Helix Web
- Click the install icon in the address bar
- Confirm install
Safari (macOS)
- Open Helix Web
- File → Add to Dock
- Confirm add
Verify downloads
All checksums for current release:
Loading checksums...
Manual verification:
# macOS/Linux
shasum -a 256 Helix-*.dmg
sha256sum helix-agent-*
# Windows PowerShell
Get-FileHash helix-agent-windows-amd64.exe -Algorithm SHA256
Installation help
macOS: unidentified developer
Desktop app
- Right-click app → Open
- Confirm Open
- Or allow under System Settings → Privacy & Security
Server binary
xattr -d com.apple.quarantine helix-agent-macos-*
chmod +x helix-agent-macos-*
Windows: protected your PC
- Click More info
- Click Run anyway
- Optional: Properties → Unblock
Linux: permission denied
chmod +x helix-agent-linux-*
After install: first-run checklist
- Configure one model provider in Settings
- Add one workspace (project path)
- Run a real task end-to-end
- Explore core docs for architecture and workflows
Continue with: