OpenCluely v3.0.0-beta.3
Pre-release
Pre-release
Installation
Choose the artifact for your platform:
| Platform | File | Notes |
|---|---|---|
| macOS (Intel) | OpenCluely-*.dmg or *-mac.zip |
Unsigned build; use Finder's Open confirmation on first launch. |
| macOS (Apple Silicon) | OpenCluely-*-arm64.dmg or *-arm64-mac.zip |
Unsigned build; use Finder's Open confirmation on first launch. |
| Windows | OpenCluely-Setup-*.exe |
NSIS installer — installs app + adds to Start Menu. |
| Linux | *.deb |
Debian/Ubuntu package. |
| Linux | *.AppImage |
Universal package — run chmod +x then launch. |
This beta is for authorised interview preparation and professional development. Do not use it where external assistance is not permitted.
First Run
On first launch, OpenCluely opens the Settings window automatically for your Google Gemini API key.
Get a free key from Google AI Studio. You can also edit .env directly.
Optional: Local Whisper (offline speech)
Install Python 3.10+ and ffmpeg, then run:
./setup.sh --skip-install-system-depsChecksums
See SHA256SUMS.txt attached to this release.
What's Changed
Summary
This release includes 1 commits since v3.0.0-beta.2.
Other Changes
- build macOS release architectures sequentially (
e15f630)
Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3