Paseo + Claude CLI in one app - No installation needed, just download and run!
- 🚀 Portable Application - Download, extract, and run immediately
- 🎨 Beautiful integrated GUI for Paseo
- 🤖 Claude CLI built-in and pre-configured
- ⚙️ Simple API key configuration
- 💾 No system installation required
- 🖥️ Cross-platform: Windows and macOS
- Download HiAlex for your platform
- Extract the archive
- Run HiAlex.exe (Windows) or HiAlex.app (macOS)
- Configure your Anthropic API key
- Start coding with AI assistance!
HiAlex is a standalone desktop application that combines:
- Paseo - Multi-agent AI orchestration
- Claude CLI - Anthropic's coding assistant
- Integrated UI - Seamless experience in one app
No separate installations, no command-line setup, no npm required!
Download the installer for your platform:
- Windows:
HiAlex-Setup-{version}.exe - macOS:
HiAlex-{version}.dmg
Run the installer and follow the GUI wizard to configure your environment.
This project is based on Paseo with enhanced installation capabilities.
HiAlex/
├── installer/ # GUI installer application (Electron)
├── resources/ # Bundled installers (Claude CLI, Paseo)
├── scripts/ # Build and packaging scripts
└── docs/ # Documentation
# Install dependencies
npm install
# Build installer
npm run build
# Package for distribution
npm run package:win # Windows
npm run package:mac # macOSHiAlex provides a unified installation experience by:
- Bundling: Includes Claude CLI and Paseo installers
- Automation: Installs both tools sequentially
- Configuration: GUI wizard for setting up authentication
- Verification: Tests configuration before completing
Open source - see LICENSE file for details
Built on top of Paseo by the Paseo team.