Releases: TechyCSR/OpenCluely
1.5.5
Remove Gemini API test button and Whisper mic test - Remove Test connection button from onboarding API key screen - Remove Whisper 5-second mic test panel and state from model-download screen - Remove unused test-whisper-recording IPC handler, preload bridge, and speech.service method - Keep model-download choice (now/later) and actual turbo weight download intact - Downloaded turbo model is used for live speech without requiring user verification
1.5.3
v1.5.3 Fix stray 'login' token in config.js causing app crash on startup
1.5.2
v1.5.2 Fix Gemini API test, add model download screen, fix mic button visibi…
1.5.1
v1.5.1 Fix install bugs: friendly Gemini errors, install button states, mic …
1.5.0
v1.5.0 Bug fixes: stable sentinel, quoted .env parser, Python version gate, …
1.1.0
v1.1.0 Fix Windows Whisper detection and slim release to 5 installers
1.0.9
v1.0.9 test personal gpg
1.0.8
v1.0.8 Sync package.json version from git tag in release workflow
OpenCluely v1.0.7
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.6...v1.0.7
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