Skip to content

moiku/live-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Translate

Real-time Japanese → English translation overlay for macOS, powered by the OpenAI Realtime Translation API.

Sits transparently on top of any app — useful during lectures, seminars, or meetings.

Features

  • Floating, semi-transparent overlay (always on top)
  • Real-time Japanese speech → English text
  • Optional translated audio output (toggle on/off)
  • Draggable — place it anywhere on screen

Requirements

  • macOS (Apple Silicon / Intel)
  • An OpenAI API key with access to gpt-realtime-translate

Download

Download the latest Live.Translate.app.zip from the Releases page, unzip, and move to your Applications folder.

First launch (unsigned app)

macOS will block an unsigned app. To open it:

  1. Right-click Live Translate.appOpen
  2. Click Open in the dialog

Or run once in Terminal to remove the quarantine flag:

xattr -cr "/Applications/Live Translate.app"

API key setup

On first launch you'll see an API key prompt. Paste your sk-proj-... key and click Save. The key is stored locally on your Mac and never sent anywhere except OpenAI.

Usage

  1. Open Live Translate
  2. Click ▶ 開始 and allow microphone access
  3. Speak in Japanese — English translation appears in real time
  4. Click 🔊 to toggle audio output on/off
  5. Drag the bar to reposition it
  6. Click to quit

Echo tip: If translated audio feeds back into the microphone, use 🔇 (audio off) mode or wear headphones.

Build from source

git clone https://github.com/moiku/live-translate
cd gpt-realtime/electron
npm install
npm start          # run in dev mode
npm run dist       # build Live Translate.app → dist/mac-arm64/

Requires Node.js 18+.

The Python server (main.py) is an alternative browser-based UI — not needed for the Electron app.

Stack

License

MIT

About

Real-time Japanese to English translation overlay for macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors