github TypeWhisper/typewhisper-mac v0.9.3

latest releases: v1.6.0-daily.20260724, plugin-deepgram-v1.0.13, plugin-mistral-v1.0.5...
5 months ago

What's New

HTTP API for External Integrations

TypeWhisper now exposes a comprehensive HTTP API for controlling the app from external tools like Raycast, Alfred, or custom scripts.

New endpoints:

  • GET /v1/history - Search and browse transcription history (with q, limit, offset params)
  • DELETE /v1/history?id=<uuid> - Delete a history entry
  • GET /v1/profiles - List all profiles
  • PUT /v1/profiles/toggle?id=<uuid> - Enable/disable a profile
  • POST /v1/dictation/start - Start voice recording
  • POST /v1/dictation/stop - Stop voice recording
  • GET /v1/dictation/status - Check if currently recording

All date fields now use ISO 8601 format. CORS headers support PUT and DELETE methods.

Separate Dev and Production Builds

Debug and Release builds now use different bundle IDs and data directories, so you can run both side-by-side without conflicts:

  • Production: com.typewhisper.mac / ~/Library/Application Support/TypeWhisper/
  • Development: com.typewhisper.mac.dev / ~/Library/Application Support/TypeWhisper-Dev/

Other

  • Updated README with screenshots for all settings tabs
  • Added screenshot automation script

Don't miss a new typewhisper-mac release

NewReleases is sending notifications on new releases.