Skip to content

OpenCluely v1.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Jun 11:44
· 20 commits to main since this release

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-deps

See README.md for full setup details.

Checksums

See SHA256SUMS.txt attached to this release.

Full Changelog: v1.0.5...v1.0.6