Skip to content

Releases: TechyCSR/OpenCluely

1.5.5

23 Jun 17:59
b16e37e

Choose a tag to compare

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

23 Jun 10:05
7493c53

Choose a tag to compare

v1.5.3

Fix stray 'login' token in config.js causing app crash on startup

1.5.2

23 Jun 08:53
66e4d76

Choose a tag to compare

v1.5.2

Fix Gemini API test, add model download screen, fix mic button visibi…

1.5.1

23 Jun 06:52
5232e98

Choose a tag to compare

v1.5.1

Fix install bugs: friendly Gemini errors, install button states, mic …

1.5.0

23 Jun 05:19
201c2b6

Choose a tag to compare

v1.5.0

Bug fixes: stable sentinel, quoted .env parser, Python version gate, …

1.1.0

22 Jun 17:13
eac2eac

Choose a tag to compare

v1.1.0

Fix Windows Whisper detection and slim release to 5 installers

1.0.9

22 Jun 16:21
b467a6f

Choose a tag to compare

v1.0.9

test personal gpg

1.0.8

22 Jun 14:04

Choose a tag to compare

v1.0.8

Sync package.json version from git tag in release workflow

OpenCluely v1.0.7

22 Jun 12:09

Choose a tag to compare

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.6...v1.0.7

OpenCluely v1.0.6

22 Jun 11:44

Choose a tag to compare

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