nextai-translator/nextai-translator
Fork: 1834 Star: 24845 (更新于 2026-02-09 14:11:13)
license: AGPL-3.0
Language: TypeScript .
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.
最后发布版本: v0.6.5 ( 2025-11-27 02:06:22)
Due to receiving a trademark ownership warning from OpenAI, this project and product has been renamed to nextai translator. We hope you understand.
English | 中文
The translator that does more than just translation
Why Yet another Translator
I have developed a Bob plugin that utilizes ChatGPT API to provide global word translation on macOS. However, since not all users have access to macOS to benefit from the plugin, I have created this project!
More than just a browser extension
What began as a Chrome extension has now evolved into a multi-platform desktop app that I am currently developing.
More than just translation
What began as a translation tool has now evolved to include surprisingly effective word polishing and summarization capabilities, accidentally.
How to use
Features
- It offers three modes: translation, polishing and summarization.
- Our tool allows for mutual translation, polishing and summarization across 55 different languages.
- Streaming mode is supported!
- It allows users to customize their translation text.
- One-click copying
- Text-to-Speech (TTS)
- Available on all platforms (Windows, macOS, and Linux) for both browsers and Desktop
- Support screenshot translation
- Support for vocabulary books, as well as support for generating memory aids based on the words in the vocabulary books
- Supports both OpenAI and Azure OpenAI Service at the same time
Preparation
- (required) Apply for an OpenAI API key here or Azure OpenAI Service API Key
- (optional) If you cannot access OpenAI, you can use the OpenAI API Proxy.
Installation
Windows
Install Manually
- Download the installation package ending in
.exefrom the Latest Release page. - Double click the downloaded file to install it.
- If prompted as unsafe, you can click on
More Info->Run Anywayto proceed with the installation. - Ready to use!
MacOS
Install Manually
- Go to the Latest Release page and download the corresponding chip's
.dmginstallation package. Note: Use aarch64 version for Apple Silicon machines and runxattrcommand below. - Double click the downloaded file to install it.
- Ready to use!
Troubleshooting
-
"NextAI Translator" can’t be opened because the developer cannot be verified.
-
Click the
Cancelbutton, then go to theSettings->Privacy and Securitypage, click theStill Openbutton, and then click theOpenbutton in the pop-up window. After that, there will be no more pop-up warnings when openingNextAI Translator. 🎉
-
If you cannot find the above options in
Privacy & Security, or get error prompts such as broken files with Apple Silicon machines. OpenTerminal.appand enter the following command (you may need to enter a password halfway through), then restartNextAI Translator:sudo xattr -d com.apple.quarantine /Applications/NextAI\ Translator.app
-
-
If you encounter a permission prompt every time you open it, or if you cannot perform a shortcut translation, please go to
Settings->Privacy & Security->Supporting Featuresto remove NextAI Translator, and then re-add NextAI Translator.
Installing Desktop Clip Extensions
For details, see Desktop Clip Extension
Browser Extension
-
Visit your Browser Extension Store to install this plugin:
-
Click on the NextAI Translator icon in the browser plugin list, and enter the obtained API KEY into the configuration interface that pops up from this plugin.
-
Refresh the page in the browser to enjoy the smooth translation experience 🎉!
Configure Azure OpenAI Service
const API_URL = `https://${resourceName}.openai.azure.com`
const API_URL_PATH = `/openai/deployments/${deployName}/chat/completions?api-version=${apiVersion}`
- resourceName: Your Azure OpenAI Service resource name.
- deployName: Your Azure OpenAI Service model deploy name, you can change your model here.
- api-version: 2023-05-15, or newer. (supported api-version can be found at Azure's official doc)
License
Star History
最近版本更新:(数据更新于 2025-12-15 12:57:30)
2025-11-27 02:06:22 v0.6.5
2025-11-20 01:44:58 v0.6.4
2025-11-05 01:22:27 v0.6.3
2025-10-30 17:58:20 v0.6.2
2025-10-29 16:47:01 v0.6.1
2025-10-28 17:26:30 v0.6.0
2025-10-27 00:57:11 v0.5.5
2025-10-27 00:10:37 v0.5.4
2025-10-26 22:49:49 v0.5.3
2025-10-26 17:37:53 v0.5.2
主题(topics):
translation translator openai chatgpt chrome-extension browser-extension translator-app
nextai-translator/nextai-translator同语言 TypeScript最近更新仓库
2026-02-18 10:43:05 QwenLM/qwen-code
2026-02-18 08:58:45 virattt/dexter
2026-02-18 08:26:18 lfnovo/open-notebook
2026-02-18 07:25:38 vercel/vercel
2026-02-18 01:17:33 code-yeongyu/oh-my-opencode
2026-02-18 00:26:00 nestjs/nest