OpenCluely v1.0.6
Installation
Choose the artifact for your platform:
| Platform | File | Notes |
|---|---|---|
| Windows | *.exe |
NSIS installer — installs app + adds to Start Menu |
| Windows | *-portable.exe |
Portable, no install required |
| macOS (Apple Silicon) | *-arm64.dmg |
M1/M2/M3 Macs |
| macOS (Intel) | *-x64.dmg |
Older Intel Macs |
| Linux | *.deb |
Debian/Ubuntu — auto-pulls system deps (Python, ffmpeg, GTK) |
| Linux | *.AppImage |
Universal — no install, just chmod +x and run |
First Run
On first launch, OpenCluely will create .env and open the Settings window for you to enter your Google Gemini API key. You can paste it in the Settings UI or edit .env directly.
Optional: Local Whisper
For offline speech recognition, install Python 3.10+ and ffmpeg on your system, then run from the project folder:
./setup.sh --skip-install-system-depsSee README.md for full setup details.
Checksums
See SHA256SUMS.txt attached to this release.
Full Changelog: v1.0.5...v1.0.6