Skip to content

Changelog

CueMate version update history.

1. Version History

Version List:

VersionRelease DateTypeMajor UpdatesDownload Link
v0.1.12025-12-26Feature UpdateOnline/Offline packages, Server deployment mode, Multi-language supportGitHub Release Page
v0.1.02025-12-10Initial ReleaseCore features releasedGitHub Release Page

NOTE

Due to the large installation package size (about 5GB), exceeding GitHub's 2GB single file limit, it has been split into multiple volumes for upload.

Download Steps:

  1. Visit the GitHub Release Page
  2. Based on your chip type, download all volume files for your architecture:
    • Apple Silicon (M1/M2/M3): Download all CueMate-vX.X.X-macos-arm64-offline.dmg.part* files
    • Intel Chip: Download all CueMate-vX.X.X-macos-x64-offline.dmg.part* files
  3. Place all volume files in the same directory
  4. Open Terminal and run the following command to merge the volumes:
bash
# Apple Silicon (ARM64) version
cat CueMate-v0.1.0-macos-arm64-offline.dmg.part* > CueMate-v0.1.0-macos-arm64-offline.dmg

# Intel (x64) version
cat CueMate-v0.1.0-macos-x64-offline.dmg.part* > CueMate-v0.1.0-macos-x64-offline.dmg
  1. After merging, double-click the .dmg file to start installation

Advantages: Global CDN acceleration, clear version management, supports checksum verification

2. Latest Version

v0.1.1 (2025-12-26)

New Features:

  1. feat(installer): Support online/offline installation packages, online package ~600MB requires network to pull images, offline package ~5GB ready to use
  2. feat(installer): New server deployment mode, deploy backend services to remote Linux server while running lightweight client locally
  3. feat(installer): Server configuration page for entering SSH connection info and testing connection to verify remote server environment
  4. feat(installer): Installation wizard multi-language support with Simplified Chinese, Traditional Chinese, and English language switching
  5. feat(desktop): Tray menu adds server configuration card to display and edit current server connection info and port configuration
  6. feat(desktop): SSH connection test function to verify remote server connection and detect Docker environment, disk space, etc.
  7. feat(desktop): Dynamic service URL, automatically switches between local or remote server API addresses based on deployment mode
  8. feat(web): Instant settings save, system preferences and floating window settings take effect immediately and sync to desktop client
  9. feat(web): Settings page adds server deployment configuration card showing current deployment mode and server information
  10. feat(i18n): Interview feature multi-language support, TTS, ASR, and interview analysis reports automatically switch based on language settings

Improvements:

  1. refactor(infra): Web service port changed from 80 to 3004, avoiding macOS low port permission issues
  2. refactor(i18n): Enhanced internationalization translations, settings menu and model configuration interfaces support multiple languages, language options display native names
  3. refactor(installer): Installation wizard step transitions add sliding animation effects, forward slides left, backward slides right, improving user experience
  4. refactor(installer): New standalone client installation step page, separating image loading and desktop client installation to prevent users from closing wizard after image loading completes without installing client
  5. refactor(installer): FunASR speech model built into installation package, automatically extracted to mount directory during installation, solving the problem of insufficient server memory to download models
  6. refactor(build): Optimized offline installation package build process, removed redundant configuration files, compressed DMG offline package size

Bug Fixes:

  1. fix(desktop): Improved main window initialization error handling, fixing main window loading failures in some cases
  2. fix(installer): Fixed external path error caused by workspace symlinks during electron-builder packaging
  3. fix(installer): Fixed Docker check page only detecting without triggering installation, offline mode now supports one-click installation of built-in Docker (local installs macOS Docker Desktop, server mode installs Linux Docker)
  4. fix(installer): Fixed issue where returning via back button/left menu and re-entering would re-execute detection, added step cache mechanism to retain data and logs from all completed steps
  5. fix(installer): Added FastEmbed embedding model support, offline package includes pre-trained model files
  6. fix(desktop): Get audio device list via renderer process, fixing ASR settings page device detection issue
  7. fix(web): Added initialization API request retry mechanism and HTTP environment clipboard fallback
  8. fix(infra): Lowered log levels for SSH, WebSocket, JWT and other non-critical errors to reduce log noise

View Details

v0.1.0 (2025-12-10)

CueMate's first official release.

New Features:

  1. feat(install): macOS DMG one-click installer with simple and convenient installation wizard for quick deployment
  2. feat(desktop): Desktop application with convenient UI for one-click service start/stop and quick interview launch
  3. feat(system): System settings and management including user accounts, voice configuration, language preferences, LLM models, and Prompt management
  4. feat(logs): Complete log management system with time and level filtering for desktop client and service runtime logs, operation logs, and container monitoring
  5. feat(llm): LLM model configuration supporting 24+ mainstream LLM providers with unified management and user-customizable model selection
  6. feat(job): Position management for creating interview positions with detailed JD descriptions, AI mock interviews generate questions and answers based on position
  7. feat(resume): Resume management with AI optimization, supporting multi-format resume upload and intelligent optimization suggestions
  8. feat(knowledge): Interview question bank and knowledge base management, synced to vector database for enhanced answer retrieval accuracy
  9. feat(interview): Interview modes supporting AI Mock Interview, LIVE Training, and Voice Q&A scenarios
  10. feat(voice): Real-time voice recognition with dual-channel separation technology to automatically distinguish and display interviewer and candidate speech
  11. feat(history): Interview records and review analysis for viewing complete conversation history and statistics

View Details

3. Product Version Naming Convention

CueMate follows Semantic Versioning specification with format: vMAJOR.MINOR.PATCH

  • Major Version (MAJOR): Significant feature updates or architecture changes
  • Minor Version (MINOR): New features and feature improvements
  • Patch Version (PATCH): Bug fixes and performance optimizations

Version Examples:

  • v0.1.0 - First official release
  • v0.2.0 - New features added on top of v0.1.0
  • v0.2.1 - Bug fixes for v0.2.0
  • v1.0.0 - Major version update with significant feature upgrades

4. Upgrade Guide

Automatic Updates

Desktop client supports automatic update detection:

  1. Open CueMate desktop application
  2. A prompt appears when new version is detected
  3. Click "Update Now" to automatically download and install
  4. Application restarts automatically after installation

See: Version Upgrade

5. Feedback Channels

Found an issue or have suggestions?

6. Future Plans

View our product roadmap: Roadmap

Tip: We recommend always using the latest stable version for the best experience and security.

Released under the GPL-3.0 License.